Detect damaged file

Mikl michael.yarochkin at timetronics.be
Wed Nov 9 09:10:20 UTC 2016


Hello, Sebastian

This what i have

1. start pipeline
gst_element_set_state(_pipeline, GST_STATE_PAUSED);

2. start loop
g_main_loop_run(_loop);

3. listen for messages
BusCallback(GstBus* bus, GstMessage* message, void* data)

4. closing loop after done or error
case GST_MESSAGE_ASYNC_DONE:
case GST_MESSAGE_EOS:
    g_main_loop_quit(_loop);

And i don`t have any of them, if recording pipeline was closed before EOS
And my app id hanging.

Mikl



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Detect-damaged-file-tp4680534p4680571.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list