I am running the command: gst-launch playbin uri=file:///tmp/trailer.wmv and I want the clip to show full screen. How can I do that? Thanks, Jerry ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Fri, Nov 7, 2008 at 12:03 PM, Jerry Geis <[hidden email]> wrote:
> > I am running the command: > gst-launch playbin uri=file:///tmp/trailer.wmv > > and I want the clip to show full screen. > How can I do that? You can't do that with gst-launch. You'll need to write a real gstreamer app to do it. Mike ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
I wrote an example program that does that, you can read about/download
it here: http://tristanswork.blogspot.com/2008/09/fullscreen-video-in-gstreamer-with-gtk.html -Tristan Michael Smith wrote: > On Fri, Nov 7, 2008 at 12:03 PM, Jerry Geis <[hidden email]> wrote: > >> I am running the command: >> gst-launch playbin uri=file:///tmp/trailer.wmv >> >> and I want the clip to show full screen. >> How can I do that? >> > > You can't do that with gst-launch. > > You'll need to write a real gstreamer app to do it. > > Mike > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > -- Tristan Matthews Société des arts technologiques [SAT] email: [hidden email] web: http://www.music.mcgill.ca/~tmatthews ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |