summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-13 00:46:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-13 00:46:23 +0000
commite1f6397f766b74e334231b8ec891eaa995ac9fe8 (patch)
tree7d8e3ee5e9606ce24fd98f1bf255ba34ffe9265a /sys
parent3a9c675a6819ecd54c84d1810b7abe055fde3864 (diff)
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
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstosssrc.c5
1 files changed, 5 insertions, 0 deletions
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;