h264parse: fix gst_h264_parse_clock_timestamp always failing
This commit is contained in:
parent
f847f502b4
commit
9feea330bb
@ -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…
x
Reference in New Issue
Block a user