Regarding Acknowledgement

Shilpa Chandrappa elites.shilpa at gmail.com
Wed Mar 19 06:46:24 PDT 2014


Hi,

Is it possible to send positive acknowledgement if gstreamer is running
successfully after gst_parse_launch ?

I am using gst_parse_launch and finally waiting on  gst_bus_poll. As
gst_bus_poll is blocking call, I could send  negative acknowledgement
whenever application fails through message received via  gst_bus_poll. But I
am not getting how to send positive acknowledgement.

pipeline = gst_parse_launch(command .....);
bus = gst_element_get_bus (pipeline);
msg = gst_bus_poll (bus, GST_MESSAGE_EOS | GST_MESSAGE_ERROR, -1);

Request you to provide inputs on how to proceed in this ?

Regards,
Shilpa



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Regarding-Acknowledgement-tp4666021.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list