diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-04-29 00:40:14 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-04-29 00:40:14 +0000 |
commit | 25bed5ba842dfccbba52e5c9872705d0d6f055ef (patch) | |
tree | 1f46d300873b0b52887b696c1ddbb145ac2699e1 | |
parent | f480bff72517b6e0f81689c95b81de82bf5ff7f8 (diff) |
ext/alsa/gstalsa.c: Don't probe for playback device if we're a source element. Fixes #139658.
Original commit message from CVS:
* ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
Don't probe for playback device if we're a source element. Fixes
#139658.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices): + Don't probe for playback device if we're a source element. Fixes + #139658. + 2004-04-29 Benjamin Otte <otte@gnome.org> * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event), |