summaryrefslogtreecommitdiffstats
path: root/ext/mimic/gstmimdec.c
diff options
context:
space:
mode:
authorOlivier Crete <olivier.crete@collabora.co.uk>2008-07-25 19:08:49 +0000
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:34:07 -0500
commit4e2d96596d729b01541ab215c1a28811257ebb4b (patch)
tree8965246adde6c9577565452be3ebdd80511fc727 /ext/mimic/gstmimdec.c
parent50d366b0f538c40bd027f34b06c070f954b17885 (diff)
downloadgst-plugins-bad-4e2d96596d729b01541ab215c1a28811257ebb4b.tar.gz
gst-plugins-bad-4e2d96596d729b01541ab215c1a28811257ebb4b.tar.bz2
gst-plugins-bad-4e2d96596d729b01541ab215c1a28811257ebb4b.zip
[MOVED FROM GST-P-FARSIGHT] Use video/x-mimic as the caps type
20080725190849-3e2dc-38e4acc9d4ad8231ed22f6cc4d7d8c2a8b5668e9.gz
Diffstat (limited to 'ext/mimic/gstmimdec.c')
-rw-r--r--ext/mimic/gstmimdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mimic/gstmimdec.c b/ext/mimic/gstmimdec.c
index 9810f182..e971e669 100644
--- a/ext/mimic/gstmimdec.c
+++ b/ext/mimic/gstmimdec.c
@@ -38,7 +38,7 @@ GST_STATIC_PAD_TEMPLATE (
"sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("video/x-msnmsgr-webcam")
+ GST_STATIC_CAPS ("video/x-mimic")
);
static GstStaticPadTemplate src_factory =