remove user_data pad to fix MPEG video playback

Original commit message from CVS:
remove user_data pad to fix MPEG video playback
This commit is contained in:
Thomas Vander Stichele 2004-03-08 18:13:18 +00:00
parent 822e0195d9
commit 08c7355c38

View file

@ -1,3 +1,11 @@
2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
(gst_mpeg2dec_init):
remove the user_data pad for now, because it is being used in
fixating causing MPEG playback to fixate on 1000 Hz for playback.
If someone knows how to fix this properly, please do.
2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
* sys/oss/gstosssink.c: (gst_osssink_get_delay),