gst/asfdemux/gstasfdemux.c: Align by packetsize, and assert that we a packet availabl...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 10 Dec 2004 21:11:33 +0000 (21:11 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 10 Dec 2004 21:11:33 +0000 (21:11 +0000)
commit8314de4ff9f5aa0de3f1f74af1776f094a104e69
tree812cea5937a1ffe56ae86e0d3ad1f34be8c83a77
parentb5c4b824e31a84a68bd4de1f4a07982cf179f84b
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.
ChangeLog