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)
commitd51b48bd6e5b90f7f2466b832b79692be2739465
tree1e0e979de5e4825e854cbe8e9820f69fc5af67ef
parenta24e4fb8e8a038bf3678016f9ad5b4d2b1aa71da
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