h264parse: fixup merge

This commit is contained in:
Mark Nauwelaerts 2012-02-13 12:26:11 +01:00
parent cf942f4e1f
commit 67a8e53aef

View file

@ -654,7 +654,7 @@ gst_h264_parse_check_valid_frame (GstBaseParse * parse,
GstMapInfo map;
guint8 *data;
gsize size;
guint current_off = 0;
gint current_off = 0;
gboolean drain, nonext;
GstH264NalParser *nalparser = h264parse->nalparser;
GstH264NalUnit nalu;