mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
[MOVED FROM GST-P-FARSIGHT] Remove g_debugs
20080722213938-3e2dc-44a82d017fe66f3112301c410aa0b543de6156ad.gz
This commit is contained in:
parent
f0da427c61
commit
9154bb29ff
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue