Original commit message from CVS:
2004-01-29 Julien MOUTTE <julien@moutte.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
have_xwindow_id signal in xwindow_create.
+2004-01-29 Julien MOUTTE <julien@moutte.net>
+
+ * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
+ * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
+ have_xwindow_id signal in xwindow_create.
+
2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/ogg/gstoggdemux.c:
g_mutex_unlock (ximagesink->x_lock);
+ gst_x_overlay_got_xwindow_id (GST_X_OVERLAY (ximagesink), xwindow->win);
+
return xwindow;
}
g_mutex_unlock (xvimagesink->x_lock);
+ gst_x_overlay_got_xwindow_id (GST_X_OVERLAY (xvimagesink), xwindow->win);
+
return xwindow;
}