From 7e45b9f03fdb89618eee2b3277173d94b547cc15 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 2 Mar 2018 10:37:45 -0500 Subject: [PATCH] Revert "h264parse: early set src caps when input is avc" This reverts commit 5ac886d85aab4b919f84fb80e2d1ef36dc8e647d. --- gst/videoparsers/gsth264parse.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c index f53a5595b3..046648a912 100644 --- a/gst/videoparsers/gsth264parse.c +++ b/gst/videoparsers/gsth264parse.c @@ -2734,11 +2734,6 @@ gst_h264_parse_set_caps (GstBaseParse * parse, GstCaps * caps) if (h264parse->align == GST_H264_PARSE_ALIGN_NAL) h264parse->split_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;