gst_event_new_eos gives NO GST_MESSAGE_EOS but instead warnings not and packet 13548 too late as #46078 was already popped

Nicolas Dufresne nicolas.dufresne at collabora.com
Fri Apr 3 08:50:22 PDT 2015


Le Thursday 02 April 2015 à 11:16 +0200, marc lievens a écrit :
> With the used pipeline ( gstreamer V1.4.5) the video is saved to file
> and the onvif data is seen.
> 
>  
> 
> rtspsrc location=rtspUrl name=rtspsrc rtspsrc.
> 
> ! queue name=videoqueue ! rtph264depay! h264parse! matroskamux !
> filesink rtspsrc.
> 
> ! queue name=onvifqueue ! application/x-rtp, media=application !
> fakesink
> 

The EOS message will only be posted when all sinks are at EOS. In this
case, only filesink has reached this state. The pipeline is waiting for
fakesink to reach this sate. If you don't want this aggregating
behaviour, enabled the message-forward property on the pipeline.

Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150403/0add6ce1/attachment.sig>


More information about the gstreamer-devel mailing list