[gst-devel] help writing a demuxer
Scott Hawker
yarell at gmail.com
Wed Nov 19 17:23:39 CET 2008
I've read all the documentation on creating plugins, and have looked
at the code for the plugins, but still have a lot of questions. I am
trying to create a demuxer plugin. I have several specific questions.
#1 - how does the data that comes from a demuxer source pad get to the
proper place? Does gstreamer handle that automatically or is that
something i need to setup?
#2 - many of the examples are using "sometimes" pads. if the
container format that i'm demuxing will only ever have one video
stream and one audio stream, and both will always be present, can i
use "always" pads and store them as members of my elements struct?
The existing plugins are very large (qtdemuxer, for example). Are
there any other sources of code that give a bare-bones demuxer
example? If not, can anyone recommend a different source of
information?
Thanks for any help you can provide.
More information about the gstreamer-devel
mailing list