After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596925 - x264enc build warning and runtime crash for x264 >= 2009-09-23-2245
x264enc build warning and runtime crash for x264 >= 2009-09-23-2245
Status: RESOLVED DUPLICATE of bug 596517
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.12
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-30 21:35 UTC by Tristan Matthews
Modified: 2009-10-01 05:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Matthews 2009-09-30 21:35:03 UTC
When using an x264 snapshot >= x264-snapshot-20090923-2245.tar.bz2 (and yasm-0.8.0), compilation of gst-plugins-ugly-0.12 (release) gives this warning:

gstx264enc.c: In function ‘gst_x264_enc_header_buf’:
gstx264enc.c:728: warning: implicit declaration of function ‘x264_nal_encode’

More importantly, running any pipeline using x264enc, i.e.

gst-launch videotestsrc ! x264enc ! ffdec_h264 ! xvimagesink

segfaults with:
Caught SIGSEGV accessing address 0xc Killed

Note that I narrowed it down to x264-snapshot-20090923-2245.tar.bz2, x264-snapshot-20090922-2245.tar.bz2 does not have this issue.
Comment 1 Sebastian Dröge (slomo) 2009-10-01 05:18:59 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 596517 ***