gstreamer/gst/mpeg4videoparse
George Kiagiadakis 743b4677a2 mpeg4videoparse: Use gst_bit_reader_skip to skip more than 32 bits.
GET_BITS is a macro for gst_bit_reader_get_bits_uint32, which cannot
read more than 32 bits and will fail in this case where it is called
to read 79 bits. Since we want to skip those bits, gst_bit_reader_skip
is more appropriate in this case.
2011-08-16 19:05:52 +02:00
..
Makefile.am mpeg4videoparse: port to baseparse 2011-05-23 16:57:25 +02:00
mpeg4parse.c mpeg4videoparse: Use gst_bit_reader_skip to skip more than 32 bits. 2011-08-16 19:05:52 +02:00
mpeg4parse.h mpeg4videoparse: port to baseparse 2011-05-23 16:57:25 +02:00
mpeg4videoparse.c mpeg4videoparse: fix compiler warnings 2011-05-29 13:08:16 +02:00
mpeg4videoparse.h mpeg4videoparse: port to baseparse 2011-05-23 16:57:25 +02:00