ext/ogg/gstoggdemux.c: Use GstSegment infrastructure to remove duplicated code and...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 28 Feb 2006 11:04:47 +0000 (11:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 28 Feb 2006 11:04:47 +0000 (11:04 +0000)
commit833af598fceeeb1aae6fd3e96e5dea34e0e61b66
tree804c1785f5d3f249e5e67842eaf06a9cfe2fa4b1
parentb4f055fe0f8ea291c72d87eb6f348fe7d743e753
ext/ogg/gstoggdemux.c: Use GstSegment infrastructure to remove duplicated code and handle more seek cases correctly.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
(gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
(gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
(gst_ogg_demux_deactivate_current_chain),
(gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
(gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
(gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
(gst_ogg_demux_loop), (gst_ogg_demux_change_state):
Use GstSegment infrastructure to remove duplicated code
and handle more seek cases correctly.
ChangeLog
ext/ogg/gstoggdemux.c