summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-07-02 11:43:58 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-07-02 11:43:58 +0000
commitc2d2a8de8b8e7d2cf61e9512a4eb027f4b7d59fd (patch)
treed599ce01c333770507575103931accf218d15bcc
parenta11175b4ed6009c7db58928c1cd6191f7377196a (diff)
downloadgst-plugins-bad-c2d2a8de8b8e7d2cf61e9512a4eb027f4b7d59fd.tar.gz
gst-plugins-bad-c2d2a8de8b8e7d2cf61e9512a4eb027f4b7d59fd.tar.bz2
gst-plugins-bad-c2d2a8de8b8e7d2cf61e9512a4eb027f4b7d59fd.zip
ext/dvdnav/dvdnavsrc.c: Fix seeking calculation.
Original commit message from CVS: 2005-07-02 Jan Schmidt <thaytan@mad.scientist.com> * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_update_highlight), (dvdnavsrc_loop), (dvdnavsrc_open), (dvdnav_handle_navigation_event), (dvdnavsrc_event), (dvdnavsrc_query): Fix seeking calculation. Ignore multiple seek events until after we complete the first. Update highlight info after discont, fixes one case where buttons don't appear after jumping into the menu. Don't use gst_element_time for fixed still frame timing. * gst/dvdsubdec/dvdsubdec.c: (gst_dvdsubdec_init), (dvdsubdec_get_event_delay), (gst_dvdsubdec_parse_subpic), (gst_setup_palette), (gst_draw_rle_line), (gst_dvdsubdec_merge_title), (gst_send_empty_fill), (gst_send_subtitle_frame), (dvdsubdec_advance_time), (gst_dvdsubdec_handle_subtitle), (gst_dvdsubdec_handle_dvd_event): Draw the button region as a palette change highlight, not a clip. * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset), (gst_mpeg_parse_get_rate), (gst_mpeg_parse_handle_src_event): Fix seek calculation for overflow.
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b57920ef..fe4926a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2005-07-02 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
+ (dvdnavsrc_update_highlight), (dvdnavsrc_loop), (dvdnavsrc_open),
+ (dvdnav_handle_navigation_event), (dvdnavsrc_event),
+ (dvdnavsrc_query):
+ Fix seeking calculation.
+ Ignore multiple seek events until after we complete the first.
+ Update highlight info after discont, fixes one case where buttons
+ don't appear after jumping into the menu.
+ Don't use gst_element_time for fixed still frame timing.
+
+ * gst/dvdsubdec/dvdsubdec.c: (gst_dvdsubdec_init),
+ (dvdsubdec_get_event_delay), (gst_dvdsubdec_parse_subpic),
+ (gst_setup_palette), (gst_draw_rle_line),
+ (gst_dvdsubdec_merge_title), (gst_send_empty_fill),
+ (gst_send_subtitle_frame), (dvdsubdec_advance_time),
+ (gst_dvdsubdec_handle_subtitle), (gst_dvdsubdec_handle_dvd_event):
+ Draw the button region as a palette change highlight, not a clip.
+
+ * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
+ (gst_mpeg_parse_get_rate), (gst_mpeg_parse_handle_src_event):
+ Fix seek calculation for overflow.
+
2005-07-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/audioconvert/gstchannelmix.c: