mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
sys/oss/gstosssink.c: Latest fixes for A/V sync, audio playback and such. This is about all... MPEG playback issues a...
Original commit message from CVS: * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time), (gst_osssink_chain), (gst_osssink_change_state): Latest fixes for A/V sync, audio playback and such. This is about all... MPEG playback issues are mostly related to the async build- up of MPEG files, I cannot fix that. Use basicgthread to solve it.
This commit is contained in:
parent
93feda1993
commit
6a2f4d2d1d
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
|
||||
(gst_osssink_chain), (gst_osssink_change_state):
|
||||
Latest fixes for A/V sync, audio playback and such. This is about
|
||||
all... MPEG playback issues are mostly related to the async build-
|
||||
up of MPEG files, I cannot fix that. Use basicgthread to solve it.
|
||||
|
||||
2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
patch from: Stephane Loeuillet
|
||||
|
|
Loading…
Reference in a new issue