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 599363 - x264: ‘x264_param_t’ has no member named ‘b_bframe_pyramid’
x264: ‘x264_param_t’ has no member named ‘b_bframe_pyramid’
Status: RESOLVED DUPLICATE of bug 599095
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.13
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-23 00:40 UTC by Chris Hills
Modified: 2009-10-23 07:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix upstream api change (542 bytes, application/octet-stream)
2009-10-23 00:40 UTC, Chris Hills
Details

Description Chris Hills 2009-10-23 00:40:01 UTC
Created attachment 146076 [details]
Patch to fix upstream api change

gstx264enc.c: In function ‘gst_x264_enc_init_encoder’:
gstx264enc.c:585: error: ‘x264_param_t’ has no member named ‘b_bframe_pyramid’

b_bframe_pyramid was replaced with i_bframe_pyramid in commit
e2659dbdc0aed2d2cd4f6538faddf370e7740ada.
Comment 1 Edward Hervey 2009-10-23 07:28:27 UTC

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