mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[MOVED FROM GST-P-FARSIGHT] Use video/x-mimic as the caps type
20080725190849-3e2dc-38e4acc9d4ad8231ed22f6cc4d7d8c2a8b5668e9.gz
This commit is contained in:
parent
50d366b0f5
commit
4e2d96596d
2 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
|
|
@ -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")
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue