h264parse: Don't unconditionally append timecode meta

If upstream buffer has its own timecode metatdata, don't append
new timecode meta into the buffer.
This commit is contained in:
Seungha Yang 2020-04-08 17:07:36 +09:00 committed by GStreamer Merge Bot
parent 1a09251699
commit fffbec11e4

View file

@ -2896,7 +2896,7 @@ gst_h264_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
}
#endif
{
if (!gst_buffer_get_video_time_code_meta (buffer)) {
guint i = 0;
for (i = 0; i < h264parse->num_clock_timestamp; i++) {