summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2004-10-08 11:26:48 +0000
committerJulien Moutte <julien@moutte.net>2004-10-08 11:26:48 +0000
commit4b6fdb2fb0eac648087644ccb58031a8da80b068 (patch)
tree5d8f26a2b84b00ec2504f19a6058a7b2fd7878a1
parent7c36c4329a596d69643884dcc8b13e2413ac6da8 (diff)
downloadgst-plugins-bad-4b6fdb2fb0eac648087644ccb58031a8da80b068.tar.gz
gst-plugins-bad-4b6fdb2fb0eac648087644ccb58031a8da80b068.tar.bz2
gst-plugins-bad-4b6fdb2fb0eac648087644ccb58031a8da80b068.zip
sys/: Reverting Ronald's changes as the issue is not coming from those elements. Moreover these elements should not k...
Original commit message from CVS: 2004-10-08 Julien MOUTTE <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link), (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): * sys/ximage/ximagesink.h: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link), (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is not coming from those elements. Moreover these elements should not keep the xid they have been given when in NULL state.
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e7ace55..b82f2ca5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-10-08 Julien MOUTTE <julien@moutte.net>
+
+ * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
+ (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
+ * sys/ximage/ximagesink.h:
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
+ (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
+ * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
+ not coming from those elements. Moreover these elements should not keep
+ the xid they have been given when in NULL state.
+
2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),