HI Guys,
I am trying to play a Transport stream in my application (using APIs). It plays for sometime and then it crashes while allocating a buffer of size = 65536 in mpegtsdemux.
My pipe looks like
filesrc location=/abc.trp ! mpegtsparse ! mpegtsdemux name=demux program-number=6 ! video/mpeg ! queue ! decodebin ! ffmpegcolorspace ! appsink demux. ! queue ! audioconvert ! alsasink
For appsink i am listening to the "new-buffer" signal. I pull the buffer from appsink, (At this point do I need to free/unref the pulled buffer?)
Is there some possible leak which is causing it to crash, Any help is appreciated.
Regards,
Ashwini
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel