mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
mpeg4videoparse: Use the sinkpad template caps as a fallback, not the srcpad ones
This commit is contained in:
parent
dc2c61faf5
commit
ca6ae54d5f
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ gst_mpeg4vparse_get_caps (GstBaseParse * parse)
|
||||||
gst_caps_unref (peercaps);
|
gst_caps_unref (peercaps);
|
||||||
} else {
|
} else {
|
||||||
res =
|
res =
|
||||||
gst_caps_copy (gst_pad_get_pad_template_caps (GST_BASE_PARSE_SRC_PAD
|
gst_caps_copy (gst_pad_get_pad_template_caps (GST_BASE_PARSE_SINK_PAD
|
||||||
(parse)));
|
(parse)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue