diff options
author | Benjamin Otte <otte@gnome.org> | 2003-12-22 21:06:03 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-12-22 21:06:03 +0000 |
commit | 4e549d0ab78128635112ab46edd7ef7badfbc9d5 (patch) | |
tree | c94e133fea4ba8ffae10adba8215592222788c7d | |
parent | 4c8183523f75a8b99f575692dcd0c9c59e5aacbb (diff) | |
download | gst-plugins-bad-4e549d0ab78128635112ab46edd7ef7badfbc9d5.tar.gz gst-plugins-bad-4e549d0ab78128635112ab46edd7ef7badfbc9d5.tar.bz2 gst-plugins-bad-4e549d0ab78128635112ab46edd7ef7badfbc9d5.zip |
gst/volume/: Reenable volume element and fix to work with new caps stuff.
Original commit message from CVS:
2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
* gst/volume/Makefile.am:
* gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
(volume_base_init), (volume_init):
Reenable volume element and fix to work with new caps stuff.
Rhythmbox needs this.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de> + * gst/volume/Makefile.am: + * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps), + (volume_base_init), (volume_init): + Reenable volume element and fix to work with new caps stuff. + Rhythmbox needs this. + +2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de> + * gst/qtdemux/qtdemux.c: (plugin_init): qtdemux requires bytestream |