summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Fraser-Green <owen@discobabe.net>2005-08-23 07:54:31 +0000
committerOwen Fraser-Green <owen@discobabe.net>2005-08-23 07:54:31 +0000
commit86eb113de104057812506e7b694e9f0eda1cbef7 (patch)
tree19c3ddb1bf7789c39eaf3515eb46b78ca010fc5e
parent363729fc72c3e755e98092868da9335b056e236f (diff)
Fixed mishandling events and incorrect audio skipping after seek.
Original commit message from CVS: Fixed mishandling events and incorrect audio skipping after seek.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e51613ab..87ed50a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-23 Owen Fraser-Green <owen@discobabe.net>
+
+ * gst/realmedia/rmdemux.c (gst_rmdemux_src_event): Fixed bug
+ causing events to be passed wrong way.
+ (gst_rmdemux_parse_packet): Avoid accidentally skipping audio.
+
2005-08-22 Jan Schmidt <thaytan@mad.scientist.com>
* ext/mad/gstid3tag.c: (gst_id3_tag_init),