From e1f6397f766b74e334231b8ec891eaa995ac9fe8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 13 Apr 2002 00:46:23 +0000 Subject: spec fixes gst-launch-ext additions trying to fix up ieeetest but failed function collision in avifile dir Original commit message from CVS: * spec fixes * gst-launch-ext additions * trying to fix up ieeetest but failed * function collision in avifile dir --- sys/oss/gstosssrc.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/oss/gstosssrc.c') diff --git a/sys/oss/gstosssrc.c b/sys/oss/gstosssrc.c index 5fc9918f..f8d0c11c 100644 --- a/sys/oss/gstosssrc.c +++ b/sys/oss/gstosssrc.c @@ -223,6 +223,11 @@ gst_osssrc_get (GstPad *pad) return NULL; } } + else + { + /* where did they come from ? */ + gst_caps_debug (gst_pad_get_caps (src->srcpad), "caps were already set on oss"); + } GST_BUFFER_SIZE (buf) = readbytes; GST_BUFFER_OFFSET (buf) = src->curoffset; -- cgit