diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-11 04:08:44 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-03-11 04:08:44 +0000 |
commit | b545aa24001a771d91e13c676fcaa613986012f3 (patch) | |
tree | e177abcbe733ffac5ff367b6dcac1310f53ef198 | |
parent | 04a9d36bf266e3ed3859b67c324ede45c467aa11 (diff) | |
download | gst-plugins-bad-b545aa24001a771d91e13c676fcaa613986012f3.tar.gz gst-plugins-bad-b545aa24001a771d91e13c676fcaa613986012f3.tar.bz2 gst-plugins-bad-b545aa24001a771d91e13c676fcaa613986012f3.zip |
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.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 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 |