diff options
author | Benjamin Otte <otte@gnome.org> | 2004-12-06 16:10:06 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-12-06 16:10:06 +0000 |
commit | ab8e71c93e471afb4d0ab7dc3743a439a959f9e0 (patch) | |
tree | 7fecc44dd0f95cae51c560be73689b6076e01bfb | |
parent | 4daeebd1771e31c7cf5537338af377bac1d54529 (diff) | |
download | gst-plugins-bad-ab8e71c93e471afb4d0ab7dc3743a439a959f9e0.tar.gz gst-plugins-bad-ab8e71c93e471afb4d0ab7dc3743a439a959f9e0.tar.bz2 gst-plugins-bad-ab8e71c93e471afb4d0ab7dc3743a439a959f9e0.zip |
ext/alsa/gstalsa.*: refactor big chunks of the core caps negotiation code to make it a lot faster, because people cla...
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
* ext/alsa/gstalsa.h:
refactor big chunks of the core caps negotiation code to make it
a lot faster, because people claim it's really slow
(actually, just cache the getcaps when the device is opened)
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-12-06 Benjamin Otte <in7y118@public.uni-hamburg.de> + + * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio): + * ext/alsa/gstalsa.h: + refactor big chunks of the core caps negotiation code to make it + a lot faster, because people claim it's really slow + (actually, just cache the getcaps when the device is opened) + 2004-12-06 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/a52dec/gsta52dec.c: (gst_a52dec_init), |