[gst-devel] Behabior of gstparse()

Wes Miller wmiller at sdr.com
Thu Apr 29 14:01:22 CEST 2010


I have a nicely working gstparsed pipeline that is mostly this:

     gstoarse(  "souphttpsrc timestamp=true ! multipartdemux !
image/jpeg,width=640,height=480 ! matroskamux ! filesink" )

Works great.  Does just what I want.

Now, I thought I'd like to record information about my data so I redid y
pipeline to be:

      gstoarse(  "souphttpsrc timestamp=trye ! multipartdemux !
image/jpeg,width=640,height=480 ! matroskamux ! tee name=fred. ! queue !
filesink  fred. ! queue ! appsink" ).  With some stuf to catch the frames
and eos-es

In both cases these are in C/C++ code and I inject an eos to halt the
pipeline.  

The second pipe does not seem to "hear" the eos.  It just keeps going.  It
also seems to loose the timestamp nfo that souphttpsrc put into the data..

Thanks for any help.

Wes
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Behabior-of-gstparse-tp2075346p2075346.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list