mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
dash/smoothstreaming: Remove unused debug category with the same name
It caused static linking to fail.
This commit is contained in:
parent
0a958c5f99
commit
fef9ef6a8e
2 changed files with 0 additions and 6 deletions
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
#include "gstdashdemux.h"
|
#include "gstdashdemux.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY (fragmented_debug);
|
|
||||||
|
|
||||||
#define XML_BUFFER_SIZE 16
|
#define XML_BUFFER_SIZE 16
|
||||||
#define XML_INC_BUFFER { \
|
#define XML_INC_BUFFER { \
|
||||||
pos++; \
|
pos++; \
|
||||||
|
@ -91,7 +89,6 @@ dash_type_find (GstTypeFind * tf, gpointer unused)
|
||||||
static gboolean
|
static gboolean
|
||||||
fragmented_init (GstPlugin * plugin)
|
fragmented_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
GST_DEBUG_CATEGORY_INIT (fragmented_debug, "dashdemux", 0, "dashdemux");
|
|
||||||
if (!gst_element_register (plugin, "dashdemux", GST_RANK_PRIMARY,
|
if (!gst_element_register (plugin, "dashdemux", GST_RANK_PRIMARY,
|
||||||
GST_TYPE_DASH_DEMUX) || FALSE)
|
GST_TYPE_DASH_DEMUX) || FALSE)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
|
@ -28,12 +28,9 @@
|
||||||
|
|
||||||
#include "gstmssdemux.h"
|
#include "gstmssdemux.h"
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY (fragmented_debug);
|
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
GST_DEBUG_CATEGORY_INIT (fragmented_debug, "fragmented", 0, "fragmented");
|
|
||||||
if (!gst_element_register (plugin, "mssdemux",
|
if (!gst_element_register (plugin, "mssdemux",
|
||||||
GST_RANK_PRIMARY, GST_TYPE_MSS_DEMUX))
|
GST_RANK_PRIMARY, GST_TYPE_MSS_DEMUX))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue