<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 04/05/2012 02:43 AM, W.A. Garrett Weaver wrote:
<blockquote
cite="mid:CA+vRh+cBHVVVUNOmV=0YKFzTM4Yg7ALA09hTyOz+VQ2fjDJ0Gg@mail.gmail.com"
type="cite">Do we have to write a C program to call
gtk_window_fullscreen()? Is there a way to do this in the script?
<br>
</blockquote>
As it has been said many times, gst-launch is a tool to test
elements. It won't give you all the power of gstreamer. You will
need to write an application (in C, python or any supported
language). That application can be quite simepl as it can use
gst_parse_launch to build the pipleine. Look at the examples in the
GstXOverlay docs for how to set your window to be used for video
display.<br>
<br>
Stefan<br>
<br>
<blockquote
cite="mid:CA+vRh+cBHVVVUNOmV=0YKFzTM4Yg7ALA09hTyOz+VQ2fjDJ0Gg@mail.gmail.com"
type="cite"><br>
<div class="gmail_quote">On Wed, Apr 4, 2012 at 3:16 AM, Stefan
Sauer <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
<div bgcolor="#ffffff" text="#000000">
<div class="im"> On 04/04/2012 09:58 AM, W.A. Garrett Weaver
wrote:
<blockquote type="cite">GStreamer mailing list!<br>
<br>
Is there a way to make ximagesink full screen or
at-least larger than the source video coming in? <br>
</blockquote>
</div>
Sure, it is super simple. Just use e.g.
gtkwindow_fullscreen() if you use gtk on the window that you
configure when using the XOverlay interface.<br>
<br>
Stefan<br>
<blockquote type="cite">
<div class="im"><br>
I tried manipulating the parameters "window-height" and
"window-width" and this had no effect. <br>
<br>
I tried to change the size of the video coming in by
doing something like this<br>
<br>
incomingvideosource ! ffmpegcolorspace !
'video/x-raw-yuv,width=1024,height=768' !
ffmpegcolorspace ! ximagesink<br>
<br>
But GStreamer didn't like that. <br>
<br>
How can you fullscreen ximagesink?<br>
<br>
-- <br>
<div><b>W.A. Garrett Weaver </b></div>
<div><a moz-do-not-send="true"
href="mailto:weaverg@email.arizona.edu"
target="_blank">weaverg@email.arizona.edu</a></div>
<br>
</div>
<pre><fieldset></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a moz-do-not-send="true" href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a moz-do-not-send="true" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</div>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a moz-do-not-send="true"
href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a moz-do-not-send="true"
href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"
target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div><b>W.A. Garrett Weaver </b></div>
<div><a moz-do-not-send="true"
href="mailto:weaverg@email.arizona.edu" target="_blank">weaverg@email.arizona.edu</a></div>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>