AW: Video break when using with splitmuxsink
ToanVnET
toanrd.vnet at gmail.com
Mon Aug 31 05:30:24 UTC 2020
Hi,
I also add:
msg = gst_bus_timed_pop_filtered (bus, GST_CLOCK_TIME_NONE,
GST_MESSAGE_ERROR | GST_MESSAGE_EOS);
if (msg != NULL){
gst_message_unref (msg);
}
before:
gst_object_unref (bus);
gst_element_set_state (pipeline, GST_STATE_NULL);
gst_object_unref (pipeline);
But my application seem stuck in it.
[UPDATE]
I also set:
g_object_set(G_OBJECT(splitmuxsink), "async-handling", 1, NULL);
To set special format filename.
g_object_set(G_OBJECT(valve), "drop",1 ,NULL);
To stop a thread which unnecessary in some case.
Did you think the problem in it ?
For sure, I also set the opposite value before send EOS event to the
elements. But the video is still break.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list