mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
validate: Stop comparing buffers offset values in media descriptor
This value can vary for some external reasons and should not matter for now.
This commit is contained in:
parent
a7343e4329
commit
2d83384263
1 changed files with 0 additions and 2 deletions
|
@ -367,8 +367,6 @@ compare_frames (GstValidateMediaDescriptor * ref,
|
|||
CHECK_FRAME_FIELD (dts, "%" G_GUINT64_FORMAT);
|
||||
CHECK_FRAME_FIELD (duration, "%" G_GUINT64_FORMAT);
|
||||
CHECK_FRAME_FIELD (running_time, "%" G_GUINT64_FORMAT);
|
||||
CHECK_FRAME_FIELD (offset, "%" G_GUINT64_FORMAT);
|
||||
CHECK_FRAME_FIELD (offset_end, "%" G_GUINT64_FORMAT);
|
||||
CHECK_FRAME_FIELD (is_keyframe, "%d");
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue