send to EOS Signal to gst_parse_launch

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

send to EOS Signal to gst_parse_launch

hardikaghara1012
How will i send to EOS signal to pipeline of gst_parse_launch ?

I want to do EOS for pipeline of gst_parse_launch.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: send to EOS Signal to gst_parse_launch

Vinod Kesti
Send EOS to gst_parse_launch pipeline is same as any other pipeline.
gst_element_send_event (GST_ELEMENT(pipeline), gst_event_new_eos ())



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: send to EOS Signal to gst_parse_launch

Michael Gruner
In reply to this post by hardikaghara1012
Hi


GstElement * pipeline = gst_parse_launch (…)
gst_element_send_event (pipeline, gst_event_new_eos ());


Michael


On Jun 6, 2019, at 7:07 AM, hardikaghara1012 <[hidden email]> wrote:

How will i send to EOS signal to pipeline of gst_parse_launch ?

I want to do EOS for pipeline of gst_parse_launch.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel