[gst-devel] Guidance regarding writing a demuxer
Tim Müller
t.i.m at zen.co.uk
Thu Oct 11 11:57:31 CEST 2007
On Thu, 2007-10-11 at 11:55 +0530, karmendra jain wrote:
> I was trying to write a demuxer .. (in this case it'll read a file
> ..so infact its a demuxer with file src as well )
> the confusion is ... where do i get the timestamp and how to set them n all
>
> Can anyone guide me to some link .. example .. sample code anything to
> give me a start ??
You can find real existing demuxers of varying complexity and quality in
the various gst-plugins-* modules, including their source code.
gstffmpegdemux is probably not be the best thing to look at since it
wraps another API. Better look for examples in gst-plugins-base and
gst-plugins-good.
Cheers
-Tim
More information about the gstreamer-devel
mailing list