decodebin

Tim-Philipp Müller t.i.m at zen.co.uk
Wed Feb 13 07:52:02 PST 2013


On Wed, 2013-02-13 at 10:35 -0500, Chuck Crisler wrote:

> I am implementing RTSP support in my app. I have it partially working.
> It seems that when the new pad created callback comes in I have to
> look at the caps and figure out how to handle them. Decodebin already
> does that quite nicely. Is that code considered sufficiently stable
> for production code? It certainly has more use than code I haven't
> written yet.

Yes, it's about the most-used GStreamer element out there, since it's
used inside of playbin(2) :)

In 0.10, use decodebin2 instead of the old decodebin.

In 1.0, use decodebin (it's the same one that was called decodebin2 in
0.10).

 Cheers
  -Tim



More information about the gstreamer-devel mailing list