From c8fcab5cf5e3da313b255f1feedc6ac3df97468d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 13 Dec 2006 11:05:20 +0000 Subject: [PATCH] gst/gstghostpad.c: Log ghostpad debug stuff to the GST_PADS category as well rather than just to the default category. Original commit message from CVS: * gst/gstghostpad.c: Log ghostpad debug stuff to the GST_PADS category as well rather than just to the default category. --- ChangeLog | 6 ++++++ gst/gstghostpad.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9dadbe460f..1059844c29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-12-13 Tim-Philipp Müller + + * gst/gstghostpad.c: + Log ghostpad debug stuff to the GST_PADS category as well rather + than just to the default category. + 2006-12-12 Tim-Philipp Müller * configure.ac: diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c index 6035b31122..1bcfe8af36 100644 --- a/gst/gstghostpad.c +++ b/gst/gstghostpad.c @@ -49,6 +49,8 @@ #include "gstghostpad.h" +#define GST_CAT_DEFAULT GST_CAT_PADS + #define GST_TYPE_PROXY_PAD (gst_proxy_pad_get_type ()) #define GST_IS_PROXY_PAD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_PROXY_PAD)) #define GST_IS_PROXY_PAD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_PROXY_PAD))