summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-12-10 21:11:33 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-12-10 21:11:33 +0000
commit8314de4ff9f5aa0de3f1f74af1776f094a104e69 (patch)
tree812cea5937a1ffe56ae86e0d3ad1f34be8c83a77
parentb5c4b824e31a84a68bd4de1f4a07982cf179f84b (diff)
downloadgst-plugins-bad-8314de4ff9f5aa0de3f1f74af1776f094a104e69.tar.gz
gst-plugins-bad-8314de4ff9f5aa0de3f1f74af1776f094a104e69.tar.bz2
gst-plugins-bad-8314de4ff9f5aa0de3f1f74af1776f094a104e69.zip
gst/asfdemux/gstasfdemux.c: Align by packetsize, and assert that we a packet available before playing. The first make...
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop): Align by packetsize, and assert that we a packet available before playing. The first makes webstreams work (they often include trailing padding data in a packet), the second allows pausing a ASF stream in totem without getting demux errors afterwards.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea8c85ac..0b8eec9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-10 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
+ Align by packetsize, and assert that we a packet available before
+ playing. The first makes webstreams work (they often include
+ trailing padding data in a packet), the second allows pausing a
+ ASF stream in totem without getting demux errors afterwards.
+
2004-12-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ogg/gstoggdemux.c: (get_relative):