adaptivedemux: add explicit cast to make clang happy
Fixes compilation
This commit is contained in:
parent
229a15b393
commit
919b93ae35
@ -2252,7 +2252,7 @@ gst_adaptive_demux_stream_advance_fragment_unlocked (GstAdaptiveDemux * demux,
|
|||||||
gst_adaptive_demux_stream_update_current_bitrate (stream))) {
|
gst_adaptive_demux_stream_update_current_bitrate (stream))) {
|
||||||
stream->need_header = TRUE;
|
stream->need_header = TRUE;
|
||||||
gst_adapter_clear (stream->adapter);
|
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 */
|
/* the subclass might want to switch pads */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user