diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-03-02 10:37:53 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-03-02 10:37:53 -0500 |
commit | 9865904d8820c43a16d2d655ba31d155bb1ac581 (patch) | |
tree | 68c599b80e9ca6473d221ee0b39ff73f5f0ccd2d /gst/videoparsers/gsth265parse.c | |
parent | 7e45b9f03fdb89618eee2b3277173d94b547cc15 (diff) |
Revert "h265parse: early set src caps when input not byte-stream"
This reverts commit 93d29e80300f566b7a8e7d86beecb578fe03821c.
Diffstat (limited to 'gst/videoparsers/gsth265parse.c')
-rw-r--r-- | gst/videoparsers/gsth265parse.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/videoparsers/gsth265parse.c b/gst/videoparsers/gsth265parse.c index ba8fbe7ca..63da2b49e 100644 --- a/gst/videoparsers/gsth265parse.c +++ b/gst/videoparsers/gsth265parse.c @@ -2149,10 +2149,6 @@ gst_h265_parse_set_caps (GstBaseParse * parse, GstCaps * caps) if (h265parse->align == GST_H265_PARSE_ALIGN_NAL) h265parse->split_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; |