<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">You could use the GStreamer and GTK
      Python bindings to do this manually, and then you can use <a
href="https://developer.gnome.org/gtk3/3.4/GtkWindow.html#gtk-window-fullscreen">gtk_window_fullscreen
      </a>(presumably window.fullscreen() in the Python bindings).<br>
      <br>
      On 10/04/2013 10:21 AM, xixorro wrote:<br>
    </div>
    <blockquote cite="mid:1380903718660-4662374.post@n4.nabble.com"
      type="cite">
      <pre wrap="">Hello.

I am using the following command to play a mjpeg stream in a raspberry pi.

gst-launch playbin2 uri=http://host_ip:port/?action=stream buffer-size=56000

the stream run pretty slow but I haven been able to run it with HW
acceleration so it will have to do (although I would appreciate some help
there to).
 
The thing that brought me here that the window seem to open at a random
location in the display and I would like to know if there is a way of making
it at least open centered on the screen.
Opening maximized and without the window title-bar would be really nice too.

I am running gst-launch from a python script using os.system command .

Any help would be appreciated

Thanks in advance



--
View this message in context: <a class="moz-txt-link-freetext" href="http://gstreamer-devel.966125.n4.nabble.com/playbin2-noob-help-tp4662374.html">http://gstreamer-devel.966125.n4.nabble.com/playbin2-noob-help-tp4662374.html</a>
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
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>