summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-20 09:25:51 +0000
committerDavid Schleef <ds@schleef.org>2004-01-20 09:25:51 +0000
commita4dc7f7f1488e915bae8fbbbefcad37fd43f386a (patch)
treebeb0b5614f43c6b4642c88061c456c06c10e322b
parent2e46e9ca8b59ce42913d28aae3e69bbc45fb8842 (diff)
downloadgst-plugins-bad-a4dc7f7f1488e915bae8fbbbefcad37fd43f386a.tar.gz
gst-plugins-bad-a4dc7f7f1488e915bae8fbbbefcad37fd43f386a.tar.bz2
gst-plugins-bad-a4dc7f7f1488e915bae8fbbbefcad37fd43f386a.zip
sys/ximage/ximagesink.c: Change to using a framerate of [1,100] instead of [0,MAX], since 0 isn't handled correctly, ...
Original commit message from CVS: * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents), (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps), (gst_ximagesink_set_xwindow_id): Change to using a framerate of [1,100] instead of [0,MAX], since 0 isn't handled correctly, and neither is 100+, most likely. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support), (gst_xvimagesink_getcaps): same
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7b59534..915d96e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-01-20 David Schleef <ds@schleef.org>
+
+ * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
+ (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
+ (gst_ximagesink_set_xwindow_id): Change to using a framerate
+ of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
+ and neither is 100+, most likely.
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
+ (gst_xvimagesink_getcaps): same
+
2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
* configure.ac: