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 | c8a3cf2f119e01ce1fc84ca38ed498795da9d5b1 (patch) | |
tree | 26f801ab226a8c02bf88129bfcd73417d4399c54 | |
parent | 07a03963817c362b53809c7aad390d527341b730 (diff) |
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 |