mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
adaptivedemux: add explicit cast to make clang happy
Fixes compilation
This commit is contained in:
parent
229a15b393
commit
919b93ae35
1 changed files with 1 additions and 1 deletions
|
@ -2252,7 +2252,7 @@ gst_adaptive_demux_stream_advance_fragment_unlocked (GstAdaptiveDemux * demux,
|
|||
gst_adaptive_demux_stream_update_current_bitrate (stream))) {
|
||||
stream->need_header = TRUE;
|
||||
gst_adapter_clear (stream->adapter);
|
||||
ret = GST_ADAPTIVE_DEMUX_FLOW_SWITCH;
|
||||
ret = (GstFlowReturn) GST_ADAPTIVE_DEMUX_FLOW_SWITCH;
|
||||
}
|
||||
|
||||
/* the subclass might want to switch pads */
|
||||
|
|
Loading…
Reference in a new issue