mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
adaptivedemux2: Modify custom sync loss flow return
Make it a custom sucess and not an error Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2839>
This commit is contained in:
parent
6934362817
commit
0857f5af5f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ typedef GstObjectClass GstAdaptiveDemux2StreamClass;
|
|||
#define GST_ADAPTIVE_DEMUX_FLOW_RESTART_FRAGMENT GST_FLOW_CUSTOM_SUCCESS_2
|
||||
|
||||
/* The live stream has lost synchronization and the demuxer needs to be resetted */
|
||||
#define GST_ADAPTIVE_DEMUX_FLOW_LOST_SYNC GST_FLOW_CUSTOM_ERROR_1
|
||||
#define GST_ADAPTIVE_DEMUX_FLOW_LOST_SYNC GST_FLOW_CUSTOM_SUCCESS_2 + 1
|
||||
|
||||
typedef enum _GstAdaptiveDemux2StreamState GstAdaptiveDemux2StreamState;
|
||||
|
||||
|
|
Loading…
Reference in a new issue