summaryrefslogtreecommitdiffstats
path: root/ext/esd
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-16 21:34:24 +0000
committerDavid Schleef <ds@schleef.org>2003-10-16 21:34:24 +0000
commitec91719c990d5ebc0d4f39993f6b03d8537a9cac (patch)
tree2d6228345146cde6aa3dfabbf4c34d63458450e0 /ext/esd
parent2d62614863c44aa0f9b0eb1d24b1945395470110 (diff)
remove g_print() noisiness
Original commit message from CVS: remove g_print() noisiness
Diffstat (limited to 'ext/esd')
-rw-r--r--ext/esd/esdsink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c
index 711c43fc..7169b0e7 100644
--- a/ext/esd/esdsink.c
+++ b/ext/esd/esdsink.c
@@ -274,8 +274,6 @@ gst_esdsink_chain (GstPad *pad, GstData *_data)
if (GST_IS_EVENT(buf)){
GstEvent *event = GST_EVENT(buf);
- g_print("got event\n");
-
switch(GST_EVENT_TYPE(event)){
case GST_EVENT_EOS:
gst_audio_clock_set_active (GST_AUDIO_CLOCK (esdsink->provided_clock),