This post was updated on .
hi, I met with a problem while using gstreamer.Detailed info like bellow:
I write a window in gtk .And use ximagesink as video sink. I called gst_x_overlay_set_xwindow_id and set the video in my created window in gtk. After that, I set my created winow in the first level (that is at the top). When I launch other applications my created window is ok (It is still at the top). However , the video which in set in my created window is not at the top. Who can help me with the problem? Thanks & Best regards! Zhang XF |
I dont know, but its interesting for me to. Notify me, if you found solution.
> hi, I met with a peoblem while using gstreamer.Detailed info like bellow: > I write a window in gtk .And use ximagesink as video sink. I called > gst_x_overlay_set_xwindow_id and set the video in my created window in gtk. > > After that, I set my created winow in the first level (that is at the top). > When I launch other applications my created window is ok (It is still at the > top). However , the video which in set in my created window is not at the > top. > > Who can help me with the problem? > > Thanks & Best regards! > Zhang XF > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-make-tp4655149.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by zhangxf
On 06/01/2012 09:17 AM, zhangxf wrote:
> hi, I met with a peoblem while using gstreamer.Detailed info like bellow: > I write a window in gtk .And use ximagesink as video sink. I called > gst_x_overlay_set_xwindow_id and set the video in my created window in gtk. > > After that, I set my created winow in the first level (that is at the top). > When I launch other applications my created window is ok (It is still at the > top). However , the video which in set in my created window is not at the > top. Does this happen with other video players too (e.g. totem)? Is your code following the xoverlay examples in gst-plugins-base/test/examples/xoverlay ? Stefan > > Who can help me with the problem? > > Thanks & Best regards! > Zhang XF > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-make-tp4655149.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by zhangxf
Hi,
Thanks for caring about the problem. The ximagesink plug-in does not support the feature. That is it doesn't support apis for users to change the property of the output window. If we use other output plug-in like evasink it will be ok. Or we can write plug-ins by ourselves. |
On 06/13/2012 04:34 AM, zhangxf wrote:
What properties? ximagesink implements GstXOverlay.Hi, Thanks for caring about the problem. The ximagesink plug-in does not support the feature. That is it doesn't support apis for users to change the property of the output window. Stefan If we use other output plug-in like evasink it will be ok. Or we can write plug-ins by ourselves. -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-make-tp4655149p4655267.html Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |