[RFC] autoparse element

Andrey Utkin andrey.krieger.utkin at gmail.com
Thu Dec 5 14:43:00 PST 2013


2013/12/6 Olivier Crête <olivier.crete at collabora.com>:
> If the muxer requires parsed content, then its sink caps should include
> the required framed/parsed/etc properties (at least mpegtsdemux doesn't,
> but that's a bug that should be fixed).

Probably you meant to say that mpegtsmux (not demux) has bug?
Do you mean that this place should be edited by adding this property
in each caps entry?
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/mpegtsmux/mpegtsmux.c#n123

> When you've gotten a list of all parsers, then you can set the list of
> GstElementFactories onto autoconvert. You can probably add "identity" at
> the top of that list for the case where the data is already parsed (or
> doesn't need parsing).

A bit hard to comprehend.
1. How can i get a list of all parsers via API?
2. Will it work if i just place an autoconvert element without setting
any of its properties?

-- 
Andrey Utkin


More information about the gstreamer-devel mailing list