mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
dashdemux: Make gst-indent happy
This commit is contained in:
parent
8dc7fae455
commit
5732c53c81
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ gst_dash_demux_setup_all_streams (GstDashDemux * demux)
|
|||
|
||||
stream_id =
|
||||
gst_pad_create_stream_id_printf (stream->pad,
|
||||
GST_ELEMENT_CAST (demux), "%d", i);
|
||||
GST_ELEMENT_CAST (demux), "%d", i);
|
||||
gst_pad_push_event (stream->pad, gst_event_new_stream_start (stream_id));
|
||||
g_free (stream_id);
|
||||
|
||||
|
|
Loading…
Reference in a new issue