[Bug 655223] encodebin fails to plug h264 parser

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 26 06:10:35 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=655223
  GStreamer | gst-plugins-base | git

--- Comment #8 from Christian Fredrik Kalager Schaller <Uraeus at linuxrising.org> 2011-07-26 13:10:32 UTC ---
Just struck me, I guess the reason Thiagos patches had no effect is that while
they enable the plugging of parsers in encodebin for parsed/non-parsed content,
the issue here is that the stream-format needs changing.And since there was no
format which had format settings in the caps at the time of the writing of
encodebin I would assume the case is simply not handled.

That said, in this specific bug it actually seems like x264enc is outputing the
wrong stream format instead of the one avimux demands, so somehow that
information from avimux doesn't reach x264enc.So of course plugging a parser
would solve it (and some of the other bugs I filled), a better fix for this
specific bug would of course be that x264 realized that avimux wants
byte-stream and not avc and thus outputs that.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list