From: Seungha Yang Date: Mon, 6 Jan 2020 16:40:57 +0000 (+0900) Subject: dash: Remove spurious condition check and remove unused debug category X-Git-Tag: 1.19.3~507^2~2461 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d09b2039d0ffe57baaacb8492e6696c19e5224d;p=platform%2Fupstream%2Fgstreamer.git dash: Remove spurious condition check and remove unused debug category Note that uppercase debug category names are used for core modules and should be redefined in lowercase for plugins if necessary. --- diff --git a/ext/dash/gstplugin.c b/ext/dash/gstplugin.c index 028d138..27ae5ba 100644 --- a/ext/dash/gstplugin.c +++ b/ext/dash/gstplugin.c @@ -9,15 +9,11 @@ #include "gstdashdemux.h" #include "gstdashsink.h" -GST_DEBUG_CATEGORY (dash_debug); - static gboolean dash_init (GstPlugin * plugin) { - GST_DEBUG_CATEGORY_INIT (dash_debug, "DASH", 0, "HTTP Live Streaming (HLS)"); - if (!gst_element_register (plugin, "dashdemux", GST_RANK_PRIMARY, - GST_TYPE_DASH_DEMUX) || FALSE) + GST_TYPE_DASH_DEMUX)) return FALSE; if (!gst_dash_sink_plugin_init (plugin))