mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
h264parse: fix gst_h264_parse_clock_timestamp always failing
This commit is contained in:
parent
f847f502b4
commit
9feea330bb
1 changed files with 2 additions and 0 deletions
|
@ -1056,6 +1056,8 @@ gst_h264_parse_clock_timestamp (GstH264ClockTimestamp * tim,
|
|||
if (time_offset_length > 0)
|
||||
READ_UINT32 (nr, tim->time_offset, time_offset_length);
|
||||
|
||||
return TRUE;
|
||||
|
||||
error:
|
||||
GST_WARNING ("error parsing \"Clock timestamp\"");
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue