mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Revert "h264parse: early set src caps when input is avc"
This reverts commit 5ac886d85a
.
This commit is contained in:
parent
47208072bf
commit
7e45b9f03f
1 changed files with 0 additions and 5 deletions
|
@ -2734,11 +2734,6 @@ gst_h264_parse_set_caps (GstBaseParse * parse, GstCaps * caps)
|
||||||
if (h264parse->align == GST_H264_PARSE_ALIGN_NAL)
|
if (h264parse->align == GST_H264_PARSE_ALIGN_NAL)
|
||||||
h264parse->split_packetized = TRUE;
|
h264parse->split_packetized = TRUE;
|
||||||
h264parse->packetized = TRUE;
|
h264parse->packetized = TRUE;
|
||||||
|
|
||||||
if (format == GST_H264_PARSE_FORMAT_AVC)
|
|
||||||
/* We got all the caps infos from the codec_data so can already set the
|
|
||||||
* src caps. */
|
|
||||||
gst_h264_parse_update_src_caps (h264parse, NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h264parse->in_align = align;
|
h264parse->in_align = align;
|
||||||
|
|
Loading…
Reference in a new issue