mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +00:00
Revert "h265parse: early set src caps when input not byte-stream"
This reverts commit 93d29e8030
.
This commit is contained in:
parent
7e45b9f03f
commit
9865904d88
1 changed files with 0 additions and 4 deletions
|
@ -2149,10 +2149,6 @@ gst_h265_parse_set_caps (GstBaseParse * parse, GstCaps * caps)
|
||||||
if (h265parse->align == GST_H265_PARSE_ALIGN_NAL)
|
if (h265parse->align == GST_H265_PARSE_ALIGN_NAL)
|
||||||
h265parse->split_packetized = TRUE;
|
h265parse->split_packetized = TRUE;
|
||||||
h265parse->packetized = TRUE;
|
h265parse->packetized = TRUE;
|
||||||
|
|
||||||
/* We got all the caps infos from the codec_data so can already set the
|
|
||||||
* src caps. */
|
|
||||||
gst_h265_parse_update_src_caps (h265parse, NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
Loading…
Reference in a new issue