diff options
| author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-25 09:01:43 +0000 |
|---|---|---|
| committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-25 09:01:43 +0000 |
| commit | ddaa429efb64fd7878d41268dd764fb3224d0411 (patch) | |
| tree | 2e4e88d733c646422124f7f9df0cbd1d349fc714 | |
| parent | 8033e68ba9ff2469b7d41ea0e7566fa6a0ee1533 (diff) | |
gst/asfdemux/gstasfdemux.c: Don't push incomplete packets.
Original commit message from CVS:
Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
Don't push incomplete packets.
* gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
Fix MPEG-4 audio typefinding.
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca> + + Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk): + Don't push incomplete packets. + * gst/typefind/gsttypefindfunctions.c: (m4a_type_find): + Fix MPEG-4 audio typefinding. + 2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * sys/v4l/Makefile.am: |
