summaryrefslogtreecommitdiffstats
path: root/ext/audiofile
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-05-12 14:53:58 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-05-12 14:53:58 +0000
commit3b47dd30d634d9797a170b372c765a22897aa3c3 (patch)
tree89ca148d3a0d4e29b94ca6f79a05f36ee5d84903 /ext/audiofile
parentcbc28f86f9621ac9a902b0a98d6301b20e46d21d (diff)
downloadgst-plugins-bad-3b47dd30d634d9797a170b372c765a22897aa3c3.tar.gz
gst-plugins-bad-3b47dd30d634d9797a170b372c765a22897aa3c3.tar.bz2
gst-plugins-bad-3b47dd30d634d9797a170b372c765a22897aa3c3.zip
ext/audiofile/gstafsrc.c: Remove old debug output
Original commit message from CVS: * ext/audiofile/gstafsrc.c: (gst_afsrc_get): Remove old debug output * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type), (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state), (gst_dvdec_set_property), (gst_dvdec_get_property): Change the quality setting to an enum, so it works from gst-launch Don't renegotiate a non-linked pad. Allows audio only decoding. * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps), (gst_deinterlace_link), (gst_deinterlace_init): * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps), (gst_videodrop_link): Some caps negotiation fixes
Diffstat (limited to 'ext/audiofile')
-rw-r--r--ext/audiofile/gstafsrc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c
index d0ce73f9..82f3a6bb 100644
--- a/ext/audiofile/gstafsrc.c
+++ b/ext/audiofile/gstafsrc.c
@@ -240,8 +240,8 @@ gst_afsrc_get (GstPad * pad)
src->framestamp += gst_audio_frame_length (src->srcpad, buf);
GST_BUFFER_TIMESTAMP (buf) = src->framestamp * 1E9
/ gst_audio_frame_rate (src->srcpad);
- printf ("DEBUG: afsrc: timestamp set on output buffer: %f sec\n",
- GST_BUFFER_TIMESTAMP (buf) / 1E9);
+ /* printf ("DEBUG: afsrc: timestamp set on output buffer: %f sec\n",
+ GST_BUFFER_TIMESTAMP (buf) / 1E9); */
/* g_print("DEBUG: gstafsrc: pushed buffer of %ld bytes\n", readbytes); */
return GST_DATA (buf);