[MOVED FROM GST-P-FARSIGHT] Remove g_debugs
authorOlivier Crete <olivier.crete@collabora.co.uk>
Tue, 22 Jul 2008 21:39:38 +0000 (21:39 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 21 Feb 2009 16:48:06 +0000 (17:48 +0100)
20080722213938-3e2dc-44a82d017fe66f3112301c410aa0b543de6156ad.gz

gst/dtmf/gstdtmfsrc.c

index 19a1230..0735936 100644 (file)
@@ -838,8 +838,6 @@ gst_dtmf_src_negotiate (GstBaseSrc * basesrc)
     gint sample_rate;
     GstCaps *temp = NULL;
 
-    g_debug ("HAS PEERCAPS %s", gst_caps_to_string (peercaps));
-
     /* peer provides caps we can use to fixate, intersect. This always returns a
      * writable caps. */
     temp = gst_caps_intersect (srccaps, peercaps);
@@ -879,10 +877,6 @@ gst_dtmf_src_negotiate (GstBaseSrc * basesrc)
 
   ret = gst_pad_set_caps (GST_BASE_SRC_PAD (basesrc), srccaps);
 
-  g_warning ("negotiated %s", gst_caps_to_string (srccaps));
-
-
-
   gst_caps_unref (srccaps);
 
   return ret;