[Bug 670795] xwindow run outside for a few tenth of a second
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Feb 26 19:06:02 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=670795
GStreamer | don't know | 0.10.x
--- Comment #4 from mickyz <xmickyz at live.it> 2012-02-27 03:05:57 UTC ---
If I set it before start the pipeline in this way...
<<<
videosink.set_xwindow_id(xid_handle)
playbin.set_property('uri', 1st_uri)
playbin.set_state(gst.STATE_PLAYING)
...1st_uri is ended, play the 2nd_uri...
playbin.set_property('uri', 2nd_uri)
playbin.set_state(gst.STATE_PLAYING)
>>>
The xwindow is shown in my gtk.DrawingArea only the first time,
I must set the 'xid' at each pipeline stop?
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list