[MOVED FROM GST-P-FARSIGHT] Remove g_debugs

20080722213938-3e2dc-44a82d017fe66f3112301c410aa0b543de6156ad.gz
This commit is contained in:
Olivier Crete 2008-07-22 21:39:38 +00:00 committed by Edward Hervey
parent f0da427c61
commit 9154bb29ff

View 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;