summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorCarlos Rafael Giani <crg7475@mailbox.org>2023-02-27 20:36:20 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-05-03 08:47:55 +0000
commit51ebda4df562c134210f420b0415862ea280d3e9 (patch)
tree7afaf08ce158c708cb5b8fd6e46cda98a2ffeda8 /subprojects
parent4db12345d1c94f08df07498cc3c3dba25eacb3db (diff)
downloadgstreamer-51ebda4df562c134210f420b0415862ea280d3e9.tar.gz
qtdemux: use qtdemux debug category instead of default in qtdemux_tags.c
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4200>
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/gst-plugins-good/gst/isomp4/qtdemux_tags.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/subprojects/gst-plugins-good/gst/isomp4/qtdemux_tags.c b/subprojects/gst-plugins-good/gst/isomp4/qtdemux_tags.c
index af72886327..0531dcba59 100644
--- a/subprojects/gst-plugins-good/gst/isomp4/qtdemux_tags.c
+++ b/subprojects/gst-plugins-good/gst/isomp4/qtdemux_tags.c
@@ -40,8 +40,11 @@
#include "qtdemux_tags.h"
#include "qtdemux_tree.h"
#include "qtdemux_types.h"
+#include "qtdemux_debug.h"
#include "fourcc.h"
+#define GST_CAT_DEFAULT qtdemux_debug
+
static GstBuffer *
_gst_buffer_new_wrapped (gpointer mem, gsize size, GFreeFunc free_func)
{