[Bug 738416] decodebin: Don't plug multiple parsers one after another

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Oct 26 01:33:22 PDT 2014


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

--- Comment #18 from Matej Knopp <matej.knopp at gmail.com> 2014-10-26 08:33:20 UTC ---
It requires second element after parser to do additional processing (i.e.
additional timestamp correction, tag extraction from stream, etc). Unless
something has changed in the meanwhile the only way to have such element added
to pipeline automatically before decoder is to give it "Parser" classification
and your patch has disabled that. 

The second parser requires parsed output so it is always plugged in after the
"real" parser. Even though it is not a packetizer, it still parses the output
so I don't think the classification is wrong.

-- 
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