mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
Change sink pad template caps to "video/quicktime"
Original commit message from CVS: Change sink pad template caps to "video/quicktime"
This commit is contained in:
parent
86ac1d20fb
commit
32908914a4
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ GST_STATIC_PAD_TEMPLATE (
|
||||||
"sink",
|
"sink",
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_SOMETIMES,
|
GST_PAD_SOMETIMES,
|
||||||
GST_STATIC_CAPS_ANY
|
GST_STATIC_CAPS ("video/quicktime")
|
||||||
);
|
);
|
||||||
|
|
||||||
static GstStaticPadTemplate gst_qtdemux_videosrc_template =
|
static GstStaticPadTemplate gst_qtdemux_videosrc_template =
|
||||||
|
|
Loading…
Reference in a new issue