[MOVED FROM GST-P-FARSIGHT] Use video/x-mimic as the caps type

20080725190849-3e2dc-38e4acc9d4ad8231ed22f6cc4d7d8c2a8b5668e9.gz
This commit is contained in:
Olivier Crete 2008-07-25 19:08:49 +00:00 committed by Olivier Crête
parent 50d366b0f5
commit 4e2d96596d
2 changed files with 2 additions and 2 deletions

View file

@ -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 =

View file

@ -67,7 +67,7 @@ GST_STATIC_PAD_TEMPLATE (
"src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/x-msnmsgr-webcam")
GST_STATIC_CAPS ("video/x-mimic")
);