BugFix Fail source on gstreamer error detection

This commit is contained in:
Bruno Herbelin
2024-03-28 12:09:23 +01:00
parent 7ca6299fba
commit 3afaaed1fb
2 changed files with 9 additions and 8 deletions

View File

@@ -420,6 +420,7 @@ private:
static void callback_end_of_stream (GstAppSink *, gpointer);
static GstFlowReturn callback_new_preroll (GstAppSink *, gpointer );
static GstFlowReturn callback_new_sample (GstAppSink *, gpointer);
static GstBusSyncReply signal_handler(GstBus *, GstMessage *, gpointer);
// global list of registered media player
static void pipeline_terminate(GstElement *p);