h264parse: fix gst_h264_parse_clock_timestamp always failing

This commit is contained in:
Jonas Larsson 2012-01-23 18:30:19 +00:00 committed by Vincent Penquerc'h
parent f847f502b4
commit 9feea330bb

View file

@ -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;