mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 20:31:36 +00:00
ext/alsa/gstalsa.c: handle case better where a soundcard can't pause
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_close_audio): handle case better where a soundcard can't pause * ext/ogg/gstoggdemux.c: don't crash when we get events but don't have pads yet
This commit is contained in:
parent
e9aa2064af
commit
33561b7aa2
1 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-04-01 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/alsa/gstalsa.c: (gst_alsa_change_state),
|
||||
(gst_alsa_close_audio):
|
||||
handle case better where a soundcard can't pause
|
||||
* ext/ogg/gstoggdemux.c:
|
||||
don't crash when we get events but don't have pads yet
|
||||
|
||||
2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* sys/oss/gstosselement.c: (gst_osselement_probe_caps):
|
||||
|
@ -130,7 +138,6 @@
|
|||
* ext/kio/kiosrc.cpp: (process_events):
|
||||
update handling event processing if inside KDE - untested
|
||||
|
||||
>>>>>>> 1.489
|
||||
2004-03-29 David Schleef <ds@schleef.org>
|
||||
|
||||
* ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
|
||||
|
|
Loading…
Reference in a new issue