summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/rsnaudiodec.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-04-26 21:26:00 +0100
committerDave Robillard <dave@drobilla.net>2009-05-03 12:03:19 -0400
commitd71386a0337c1c1aba1a88ba5108f28d54f62768 (patch)
treeb498ff924e6668af44eac88bfc16425154596f77 /ext/resindvd/rsnaudiodec.c
parent0c0be3264d18599ca82d9d892ecb63468637b488 (diff)
downloadgst-plugins-bad-d71386a0337c1c1aba1a88ba5108f28d54f62768.tar.gz
gst-plugins-bad-d71386a0337c1c1aba1a88ba5108f28d54f62768.tar.bz2
gst-plugins-bad-d71386a0337c1c1aba1a88ba5108f28d54f62768.zip
resindvd: Convert some g_print to GST_LOG_OBJECT and friends, remove some others
Trim down the g_print verbosity.
Diffstat (limited to 'ext/resindvd/rsnaudiodec.c')
-rw-r--r--ext/resindvd/rsnaudiodec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/resindvd/rsnaudiodec.c b/ext/resindvd/rsnaudiodec.c
index d571410e..0118ef20 100644
--- a/ext/resindvd/rsnaudiodec.c
+++ b/ext/resindvd/rsnaudiodec.c
@@ -267,7 +267,6 @@ rsn_audiodec_proxy_src_chain (GstPad * pad, GstBuffer * buf)
gst_object_unref (srcpad);
- g_print ("srcpad %p\n", self->srcpad);
if (self == NULL)
return GST_FLOW_ERROR;
@@ -395,7 +394,6 @@ rsn_audiodec_change_state (GstElement * element, GstStateChange transition)
GstStateChangeReturn ret;
RsnAudioDec *self = RSN_AUDIODEC (element);
- g_print ("State change in element %p trans %d\n", element, transition);
switch (transition) {
case GST_STATE_CHANGE_NULL_TO_READY:{
GstElement *new_child;