mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
sys/: Emit the have_xwindow_id signal in xwindow_create.
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.
This commit is contained in:
parent
b660e15f8d
commit
53e4adfb7a
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
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:
|
||||
|
|
|
@ -323,6 +323,8 @@ gst_ximagesink_xwindow_new (GstXImageSink *ximagesink, gint width, gint height)
|
|||
|
||||
g_mutex_unlock (ximagesink->x_lock);
|
||||
|
||||
gst_x_overlay_got_xwindow_id (GST_X_OVERLAY (ximagesink), xwindow->win);
|
||||
|
||||
return xwindow;
|
||||
}
|
||||
|
||||
|
|
|
@ -340,6 +340,8 @@ gst_xvimagesink_xwindow_new (GstXvImageSink *xvimagesink,
|
|||
|
||||
g_mutex_unlock (xvimagesink->x_lock);
|
||||
|
||||
gst_x_overlay_got_xwindow_id (GST_X_OVERLAY (xvimagesink), xwindow->win);
|
||||
|
||||
return xwindow;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue