mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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
9a44b0272c
commit
7a85d6c13a
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ GST_STATIC_PAD_TEMPLATE (
|
|||
"sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_SOMETIMES,
|
||||
GST_STATIC_CAPS_ANY
|
||||
GST_STATIC_CAPS ("video/quicktime")
|
||||
);
|
||||
|
||||
static GstStaticPadTemplate gst_qtdemux_videosrc_template =
|
||||
|
|
Loading…
Reference in a new issue