mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ghostpad: Make some debugging more verbose
Also, remove an unnecessary #include in input-selector
This commit is contained in:
parent
1f1e4fc30c
commit
8d8608c23b
2 changed files with 2 additions and 3 deletions
|
@ -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 =
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue