mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
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.
This commit is contained in:
parent
6043da0aca
commit
c8fcab5cf5
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-12-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* 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 <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue