AW: gst-launch-1.0 with -e or without -e

Thornton, Keith keith.thornton at zeiss.com
Wed Jan 18 07:51:55 UTC 2017


Hi, you failed to mention that it is necessary to wait for the EOS message to arrive at the sink. This can either be done by waiting for the EOS message on the bus or by setting a pad probe on the sink.


-----Ursprüngliche Nachricht-----
Von: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] Im Auftrag von killerrats
Gesendet: Dienstag, 17. Januar 2017 19:47
An: gstreamer-devel at lists.freedesktop.org
Betreff: Re: gst-launch-1.0 with -e or without -e

-e makes the the mp4mux throw out the ending header to make the file complete in reading the file in a video player. have the -e not in it and use the following things below, if that doesn't work put in the -e.

what you might do is:

1. gst_element_send_event(pipeline,gst_event_new_eos());

then do your nulling and unreferencing.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-launch-1-0-with-e-or-without-e-tp4681497p4681502.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list