ghostpad: Make some debugging more verbose

Also, remove an unnecessary #include in input-selector
This commit is contained in:
Jan Schmidt 2012-08-31 06:23:53 -07:00
parent 1f1e4fc30c
commit 8d8608c23b
2 changed files with 2 additions and 3 deletions

View file

@ -836,7 +836,8 @@ gst_ghost_pad_set_target (GstGhostPad * gpad, GstPad * newtarget)
if (newtarget) {
/* and link to internal pad without any checks */
GST_DEBUG_OBJECT (gpad, "connecting internal pad to target");
GST_DEBUG_OBJECT (gpad, "connecting internal pad to target %"
GST_PTR_FORMAT, newtarget);
if (GST_PAD_IS_SRC (internal))
lret =

View file

@ -57,8 +57,6 @@
#include "gstinputselector.h"
#include "gst/glib-compat-private.h"
#define DEBUG_CACHED_BUFFERS 0
GST_DEBUG_CATEGORY_STATIC (input_selector_debug);