summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-09-29 19:09:25 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-09-29 19:09:25 +0000
commit815d511c8acf1d015d4609832251491499d7b115 (patch)
tree1d4b433876dad03e9245dc82de779d00d0eccde1
parent7271b2872be2e241d0abb8a9b0a34fa7d0e51201 (diff)
gst/mpegstream/: Fix playback of mpeg again, timestamps where screwed up by patch 1.61.
Original commit message from CVS: * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes): * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead): Fix playback of mpeg again, timestamps where screwed up by patch 1.61.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a38fdd04..9ba7d02e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-29 Wim Taymans <wim@fluendo.com>
+
+ * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
+ (gst_mpeg_demux_parse_pes):
+ * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
+ Fix playback of mpeg again, timestamps where screwed up by
+ patch 1.61.
+
2004-09-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/flac/gstflacdec.c: (gst_flacdec_src_query):