diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-29 15:59:37 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-29 15:59:37 +0000 |
commit | 8f40fd05aaed47ea29ac0d6bbc158b421c5c3c74 (patch) | |
tree | 1c5cdd00d4310e272b0ae952ea7384c0db46c74c | |
parent | 2fd9ae31b88fe5b4feab8a71c8793c6a03650649 (diff) | |
download | gst-plugins-bad-8f40fd05aaed47ea29ac0d6bbc158b421c5c3c74.tar.gz gst-plugins-bad-8f40fd05aaed47ea29ac0d6bbc158b421c5c3c74.tar.bz2 gst-plugins-bad-8f40fd05aaed47ea29ac0d6bbc158b421c5c3c74.zip |
ext/ogg/gstoggdemux.c: Make seeking sort-of exact again (fixes #156387).
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
(gst_ogg_demux_push):
Make seeking sort-of exact again (fixes #156387).
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event), + (gst_ogg_demux_push): + Make seeking sort-of exact again (fixes #156387). + +2004-10-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/playback/gstplaybasebin.c: (unknown_type), (add_element_stream), (new_decoded_pad), (gst_play_base_bin_change_state): |