gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketiser...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 16 Mar 2007 11:22:47 +0000 (11:22 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 16 Mar 2007 11:22:47 +0000 (11:22 +0000)
commit1ff2df1d5f634ee445cd31c4f20f302ac414a48e
tree853528e552ae0be4f972b17d7a0b03492ac235ed
parent22361a2dce0d0a1a7a126e3d23a5b35d18f87230
gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketiser code.

Original commit message from CVS:
* gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
(collect_packets), (set_par_from_dar), (set_fps_from_code),
(mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
(mpeg_util_parse_picture_hdr):
* gst/mpegvideoparse/mpegpacketiser.h:
* gst/mpegvideoparse/mpegvideoparse.c:
(mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
(mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
(mpv_parse_sink_event), (plugin_init):
* gst/mpegvideoparse/mpegvideoparse.h:
Move the MPEG specific byte parsing into the mpegpacketiser code.
Add parsing of picture types, that just feeds into a debug message
for now.
Fix some 64-bit format strings.
ChangeLog
gst/mpegvideoparse/mpegpacketiser.c
gst/mpegvideoparse/mpegpacketiser.h
gst/mpegvideoparse/mpegvideoparse.c
gst/mpegvideoparse/mpegvideoparse.h