! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
build error with gstreamer=0.10
Status:
RESOLVED: FIXED

Comments

Description Eric Koegel editbugs 2014-07-28 15:49:39 CEST
Created attachment 5569 
Change unused goto to a return FALSE

git rev 00d7fb693820a09a10d81e965787bfb3b38ad185
Build fails due to the label 'out' being used but not defined in
the GStreamer 0.10 code path, the attach patch changes the goto out to a return FALSE
Comment 1 Olivier Duchateau 2014-08-10 15:15:45 CEST
(In reply to Eric Koegel from comment #0)
> Created attachment 5569 
> Change unused goto to a return FALSE
> 
> git rev 00d7fb693820a09a10d81e965787bfb3b38ad185
> Build fails due to the label 'out' being used but not defined in
> the GStreamer 0.10 code path, the attach patch changes the goto out to a
> return FALSE

Patch works fine, thanks.
Comment 2 Sean Davis editbugs 2014-08-11 12:18:48 CEST
Patch applied to trunk, thanks!

Bug #11052

Reported by:
Eric Koegel
Reported on: 2014-07-28
Last modified on: 2014-08-11

People

Assignee:
Simon Steinbeiss
CC List:
2 users

Version

Version:
unspecified

Attachments

Change unused goto to a return FALSE (819 bytes, patch)
2014-07-28 15:49 CEST , Eric Koegel
no flags

Additional information