Playing Video in a full screen

Josh Doe josh at joshdoe.com
Fri Aug 26 07:31:26 PDT 2011


You need to monitor the bus for the EOS (end of stream) signal, and
then close the window:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/section-events-definitions.html#section-events-eos

-Josh

On Fri, Aug 26, 2011 at 10:26 AM, akaChella <durgas1987 at gmail.com> wrote:
> Stefan,
>
> I created a window using gtk and when i get a play command i am giving
> gtk_widget_show_all (window);
>
> I gave gtk_widget_hide_all(window) when it reaches end of stream or if a
> stop command is issued.
>
> But when the video reaches the end of stream, the window is not hidden or
> closed. A black window is there.
>
> What is the problem??
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Playing-Video-in-a-full-screen-tp3770538p3771013.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


More information about the gstreamer-devel mailing list