[gstreamer-bugs] [Bug 595063] Support for parsers with easy codec install

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 14 21:00:06 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=595063
  GStreamer | gst-plugins-base | 0.10.x

--- Comment #4 from Sebastian Dröge <slomo at circular-chaos.org> 2009-09-15 04:00:01 UTC ---
You could use decodebin2 and set the caps property to "audio/mpeg,parsed=true",
etc so it will continue to autoplug elements when there's some kind of parsed
output. But this requires to know all possible parsed caps and that the parsers
have a rank >= MARGINAL so it's not really a solution.

Another possibility would be to ask for specific elements if you know them by
name but that's a bit limited too ;)

And then you could write a "parsebin" that works like decodebin but stops when
the output is "parsed".


All this still has the problem that the current missing plugin messages don't
see a difference between decoders and parsers. So if you ask for
decoder-audio/mpeg,mpegversion=1 you could get a parser but you could also get
a decoder (which you don't want). So there should be a new message, etc for
parsers/demuxers too I guess... What do you think Tim?

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