mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-20 20:38:19 +00:00
parent
261431ef17
commit
5867b69aa3
1 changed files with 2 additions and 1 deletions
|
@ -688,7 +688,8 @@ gst_h264_parse_update_src_caps (GstH264Parse * h264parse)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (caps) {
|
if (caps) {
|
||||||
gst_caps_set_simple (caps, "stream-format", G_TYPE_STRING,
|
gst_caps_set_simple (caps, "parsed", G_TYPE_BOOLEAN, TRUE,
|
||||||
|
"stream-format", G_TYPE_STRING,
|
||||||
gst_h264_parse_get_string (h264parse, TRUE, h264parse->format),
|
gst_h264_parse_get_string (h264parse, TRUE, h264parse->format),
|
||||||
"alignment", G_TYPE_STRING,
|
"alignment", G_TYPE_STRING,
|
||||||
gst_h264_parse_get_string (h264parse, FALSE, h264parse->align), NULL);
|
gst_h264_parse_get_string (h264parse, FALSE, h264parse->align), NULL);
|
||||||
|
|
Loading…
Reference in a new issue