mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +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
4d7765c4bc
commit
5e2b5ef066
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>
|
2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* sys/oss/gstosselement.c: (gst_osselement_probe_caps):
|
* sys/oss/gstosselement.c: (gst_osselement_probe_caps):
|
||||||
|
@ -130,7 +138,6 @@
|
||||||
* ext/kio/kiosrc.cpp: (process_events):
|
* ext/kio/kiosrc.cpp: (process_events):
|
||||||
update handling event processing if inside KDE - untested
|
update handling event processing if inside KDE - untested
|
||||||
|
|
||||||
>>>>>>> 1.489
|
|
||||||
2004-03-29 David Schleef <ds@schleef.org>
|
2004-03-29 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
|
* ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
|
||||||
|
|
Loading…
Reference in a new issue