AW: GStreamer C Code to play video

Bernhard Graaf bernhard.graaf at gmx.de
Wed Aug 3 05:23:41 PDT 2011


If you only whant to have your program name in title bar, you could use the
gst_init(&argc, &argv):

 

int main (int argc, char *argv[])

{

  gst_init (&argc, &argv);

 

 

Bernhard

 

  _____  

Von: gstreamer-devel-bounces+bernhard.graaf=gmx.de at lists.freedesktop.org
[mailto:gstreamer-devel-bounces+bernhard.graaf=gmx.de at lists.freedesktop.org]
Im Auftrag von Ashwini Sharma
Gesendet: Mittwoch, 3. August 2011 14:07
An: Discussion of the development of and with GStreamer
Betreff: Re: GStreamer C Code to play video

 

For that, may be you can create your own window and then set the x_overlay
thru "gst_x_overlay_set_xwindow_id"

 

You can see the gst-player code for help.....

-Ashwini

On Wed, Aug 3, 2011 at 5:18 PM, Durga <durgas1987 at gmail.com> wrote:

Ashwini Thank you so much for your reply.

I corrected that and it works fine now!!

I have one other issue :(

When i run the code, it displays the video with the title bar "<unknown>". I
do not want the title bar at all.

What should i do for that??



--
View this message in context:
http://gstreamer-devel.966125.n4.nabble.com/GStreamer-C-Code-to-play-video-t
p3715064p3715160.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

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20110803/b79d653a/attachment.html>


More information about the gstreamer-devel mailing list