diff options
author | Benjamin Otte <otte@gnome.org> | 2003-12-22 16:38:00 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-12-22 16:38:00 +0000 |
commit | d10909996e5faedb92c0243528d02269e7cadba8 (patch) | |
tree | b618356359e98068353e81687665282075d32e11 | |
parent | b2cc1a69729241d6dc541a053053386b7bb19101 (diff) | |
download | gst-plugins-bad-d10909996e5faedb92c0243528d02269e7cadba8.tar.gz gst-plugins-bad-d10909996e5faedb92c0243528d02269e7cadba8.tar.bz2 gst-plugins-bad-d10909996e5faedb92c0243528d02269e7cadba8.zip |
ext/alsa/gstalsa.c: Fix remaining caps handling errors due to CAPS merge.
Original commit message from CVS:
2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
Fix remaining caps handling errors due to CAPS merge.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de> + * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link): + Fix remaining caps handling errors due to CAPS merge. + +2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de> + * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init), (gst_faad_sinkconnect), (gst_faad_srcgetcaps), (gst_faad_srcconnect): |