mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
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:
parent
1a09251699
commit
fffbec11e4
1 changed files with 1 additions and 1 deletions
|
@ -2896,7 +2896,7 @@ gst_h264_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
{
|
if (!gst_buffer_get_video_time_code_meta (buffer)) {
|
||||||
guint i = 0;
|
guint i = 0;
|
||||||
|
|
||||||
for (i = 0; i < h264parse->num_clock_timestamp; i++) {
|
for (i = 0; i < h264parse->num_clock_timestamp; i++) {
|
||||||
|
|
Loading…
Reference in a new issue