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
commitafee4ebf35c550465381d0e4f66863b029295718 (patch)
treed2ea99ec8fd7c9acd5d56b9f557c1ab37e372aac
parent4d44bc7b4720d96216959fd36ad80a8be90c6679 (diff)
downloadgst-plugins-bad-afee4ebf35c550465381d0e4f66863b029295718.tar.gz
gst-plugins-bad-afee4ebf35c550465381d0e4f66863b029295718.tar.bz2
gst-plugins-bad-afee4ebf35c550465381d0e4f66863b029295718.zip
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):