how to make

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

how to make

zhangxf
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
Reply | Threaded
Open this post in threaded view
|

Re: how to make

Kyrylo V Polezhaiev
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
Reply | Threaded
Open this post in threaded view
|

Re: how to make

Stefan Sauer
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
Reply | Threaded
Open this post in threaded view
|

Re: how to make

zhangxf
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.
Reply | Threaded
Open this post in threaded view
|

Re: how to make

Stefan Sauer
On 06/13/2012 04:34 AM, zhangxf wrote:
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.
What properties? ximagesink implements GstXOverlay.

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