dashdemux: Make gst-indent happy

This commit is contained in:
Olivier Crête 2013-06-10 18:00:13 -04:00
parent 8dc7fae455
commit 5732c53c81

View file

@ -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);