mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
dashdemux: remove unnecessary semicolon
https://bugzilla.gnome.org/show_bug.cgi?id=749691
This commit is contained in:
parent
1a98face84
commit
be90a12916
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ static GstPad *gst_dash_demux_create_pad (GstDashDemux * demux,
|
||||||
#define gst_dash_demux_parent_class parent_class
|
#define gst_dash_demux_parent_class parent_class
|
||||||
G_DEFINE_TYPE_WITH_CODE (GstDashDemux, gst_dash_demux, GST_TYPE_ADAPTIVE_DEMUX,
|
G_DEFINE_TYPE_WITH_CODE (GstDashDemux, gst_dash_demux, GST_TYPE_ADAPTIVE_DEMUX,
|
||||||
GST_DEBUG_CATEGORY_INIT (gst_dash_demux_debug, "dashdemux", 0,
|
GST_DEBUG_CATEGORY_INIT (gst_dash_demux_debug, "dashdemux", 0,
|
||||||
"dashdemux element");
|
"dashdemux element")
|
||||||
);
|
);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue