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 773181 - x264enc refuses to negotiate I420 or baseline profiles!
x264enc refuses to negotiate I420 or baseline profiles!
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal blocker
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-18 19:41 UTC by Olivier Crête
Modified: 2016-10-19 06:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Olivier Crête 2016-10-18 19:41:29 UTC
Both of these now fail!

gst-launch-1.0 -v videotestsrc ! video/x-raw, format=I420 ! x264enc ! fakesink
gst-launch-1.0 -v videotestsrc ! x264enc ! video/x-h264, profile=baseline ! fakesink
Comment 1 Sebastian Dröge (slomo) 2016-10-18 19:50:05 UTC
Both pipelines work fine here with latest GIT master. Maybe something broken with your x264 installation? 10 bit version maybe?
Comment 2 Olivier Crête 2016-10-18 19:52:46 UTC
arg 10-bit x264 strujes again.. I wonder if we should just remove/rename the x264 element if the
Comment 3 Sebastian Dröge (slomo) 2016-10-19 06:38:02 UTC
See also bug #763297. Maybe we could have configure parameters instead to specify the path to a 8 and 10 bit variant and then register those additionally with different names?