mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +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)
|
if (time_offset_length > 0)
|
||||||
READ_UINT32 (nr, tim->time_offset, time_offset_length);
|
READ_UINT32 (nr, tim->time_offset, time_offset_length);
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
GST_WARNING ("error parsing \"Clock timestamp\"");
|
GST_WARNING ("error parsing \"Clock timestamp\"");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in a new issue