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 555238 - Recent changes in x264 breaks compilation of x264 plugin.
Recent changes in x264 breaks compilation of x264 plugin.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-06 14:53 UTC by Michael Wojciechowski
Modified: 2008-10-27 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Wojciechowski 2008-10-06 14:53:54 UTC
Please describe the problem:
gstx264enc.c: In function 'gst_x264_enc_init_encoder':
gstx264enc.c:544: error: 'x264_param_t' has no member named 'b_bframe_adaptive'
gstx264enc.c:612: warning: zero-length printf format string
make[3]: *** [libgstx264_la-gstx264enc.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Steps to reproduce:
1. Install x264 from Git
2. get gst-plugins-bad HEAD
3. ./configure --enable-x264
4. make

Actual results:
make errs out.

Expected results:
x264 plugin compiles successfully.

Does this happen every time?
Yes.

Other information:
Comment 1 Mark Nauwelaerts 2008-10-27 17:01:27 UTC
2008-10-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>

	* ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder):
	Adapt to slightly modified x264 API.  Fixes #555238.