diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-25 09:56:12 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-25 09:56:12 +0000 |
commit | c630ba2a90494da83cb63ce48eda330fb3de2bb5 (patch) | |
tree | 80672432d8eb38a062a0af0f83779ba6bb10a01e | |
parent | ceeb7063ab778ce912866dd166a8804046a95d34 (diff) | |
download | gst-plugins-bad-c630ba2a90494da83cb63ce48eda330fb3de2bb5.tar.gz gst-plugins-bad-c630ba2a90494da83cb63ce48eda330fb3de2bb5.tar.bz2 gst-plugins-bad-c630ba2a90494da83cb63ce48eda330fb3de2bb5.zip |
ext/speex/gstspeexdec.c: sinkconvert function so oggdemux can get the file length (totem).
Original commit message from CVS:
* ext/speex/gstspeexdec.c: (gst_speex_dec_init),
(speex_dec_convert):
sinkconvert function so oggdemux can get the file length (totem).
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-10-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/speex/gstspeexdec.c: (gst_speex_dec_init), + (speex_dec_convert): + sinkconvert function so oggdemux can get the file length (totem). + 2004-10-25 James Morrison <ja2morri@csclub.uwaterloo.ca> Reviewd by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> |