summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/rsnaudiodec.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-04-26 21:26:00 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-04-29 21:31:21 +0100
commite62dc2c1ab50963521737197ed17f7d66971ec1d (patch)
tree808c012649dbb29b990d452c50431b1dbc5ef61d /ext/resindvd/rsnaudiodec.c
parentfebe0c15d0524c86efb9715597a79ab095d7d58d (diff)
downloadgst-plugins-bad-e62dc2c1ab50963521737197ed17f7d66971ec1d.tar.gz
gst-plugins-bad-e62dc2c1ab50963521737197ed17f7d66971ec1d.tar.bz2
gst-plugins-bad-e62dc2c1ab50963521737197ed17f7d66971ec1d.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;