text overlay in ges 0.10.1

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

text overlay in ges 0.10.1

Vineeth-2
Hi,
  I would like to know if text overlay is supported in GES 0.10.1,
  I was getting this error, when I ran the program tests/examples/text_properties.c :
  g_object_set_valist: object class `GESTimelineFileSource' has no property named `text'
Thanks.
--vineeth

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: text overlay in ges 0.10.1

Thibault Saunier-2
Hello,
>   I would like to know if text overlay is supported in GES 0.10.1,

Text overlay is supported since the first release.

>   I was getting this error, when I ran the program
> tests/examples/text_properties.c :
>   g_object_set_valist: object class `GESTimelineFileSource' has no
> property named `text'

The `GESTimelineFileSource' has no property 'text', the
GESTimelineTextOverlay does, I guess this is a bug in the example, sorry
about (you might report a bug so we can keep track of it). Also, the
ges-ui example has a working demonstration of the usage of
GESTimelineTextOverlay if you want to have a look.

Thibault Saunier



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: text overlay in ges 0.10.1

Vineeth-2
Thank you for the clarification.

On Wed, Jul 6, 2011 at 7:02 PM, Thibault Saunier <[hidden email]> wrote:
Hello,
>   I would like to know if text overlay is supported in GES 0.10.1,

Text overlay is supported since the first release.

>   I was getting this error, when I ran the program
> tests/examples/text_properties.c :
>   g_object_set_valist: object class `GESTimelineFileSource' has no
> property named `text'

The `GESTimelineFileSource' has no property 'text', the
GESTimelineTextOverlay does, I guess this is a bug in the example, sorry
about (you might report a bug so we can keep track of it). Also, the
ges-ui example has a working demonstration of the usage of
GESTimelineTextOverlay if you want to have a look.

Thibault Saunier



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: text overlay in ges 0.10.1

Vineeth-2
In reply to this post by Thibault Saunier-2
On Wed, Jul 6, 2011 at 7:02 PM, Thibault Saunier <[hidden email]> wrote:
Hello,
>   I would like to know if text overlay is supported in GES 0.10.1,

Text overlay is supported since the first release.

>   I was getting this error, when I ran the program
> tests/examples/text_properties.c :
>   g_object_set_valist: object class `GESTimelineFileSource' has no
> property named `text'

The `GESTimelineFileSource' has no property 'text', the
GESTimelineTextOverlay does, I guess this is a bug in the example, sorry
about (you might report a bug so we can keep track of it). Also, the
ges-ui example has a working demonstration of the usage of
GESTimelineTextOverlay if you want to have a look.


I was trying to build the ges-ui example, by enabling the line graphical = ges-ui in tests/examples/Makefile , however this example is still not being built. Is there anything else that needs to be done in the Makefile?

 

Thibault Saunier



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: text overlay in ges 0.10.1

Vineeth-2
On Thu, Jul 7, 2011 at 10:00 AM, vineeth <[hidden email]> wrote:
On Wed, Jul 6, 2011 at 7:02 PM, Thibault Saunier <[hidden email]> wrote:
Hello,
>   I would like to know if text overlay is supported in GES 0.10.1,

Text overlay is supported since the first release.

>   I was getting this error, when I ran the program
> tests/examples/text_properties.c :
>   g_object_set_valist: object class `GESTimelineFileSource' has no
> property named `text'

The `GESTimelineFileSource' has no property 'text', the
GESTimelineTextOverlay does, I guess this is a bug in the example, sorry
about (you might report a bug so we can keep track of it). Also, the
ges-ui example has a working demonstration of the usage of
GESTimelineTextOverlay if you want to have a look.


I was trying to build the ges-ui example, by enabling the line graphical = ges-ui in tests/examples/Makefile , however this example is still not being built. Is there anything else that needs to be done in the Makefile?

     Could get this to build, had to install libgtk dev, followed by a configure fixed it. Thanks.
 

 

Thibault Saunier



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: text overlay in ges 0.10.1

Vineeth-2
Hi Thibault,
On Thu, Jul 7, 2011 at 11:25 AM, vineeth <[hidden email]> wrote:
On Thu, Jul 7, 2011 at 10:00 AM, vineeth <[hidden email]> wrote:
On Wed, Jul 6, 2011 at 7:02 PM, Thibault Saunier <[hidden email]> wrote:
Hello,
>   I would like to know if text overlay is supported in GES 0.10.1,

Text overlay is supported since the first release.

>   I was getting this error, when I ran the program
> tests/examples/text_properties.c :
>   g_object_set_valist: object class `GESTimelineFileSource' has no
> property named `text'

The `GESTimelineFileSource' has no property 'text', the
GESTimelineTextOverlay does, I guess this is a bug in the example, sorry
about (you might report a bug so we can keep track of it). Also, the
ges-ui example has a working demonstration of the usage of
GESTimelineTextOverlay if you want to have a look.


I was trying to build the ges-ui example, by enabling the line graphical = ges-ui in tests/examples/Makefile , however this example is still not being built. Is there anything else that needs to be done in the Makefile?

     Could get this to build, had to install libgtk dev, followed by a configure fixed it. Thanks.

       When I ran ges-ui, I get the error :   (lt-ges-ui:30174): Gtk-CRITICAL **: IA__gtk_main_quit: assertion `main_loops != NULL' failed
   
      Wanted to know if are facing the same.
 
 

 

Thibault Saunier



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: text overlay in ges 0.10.1

Thibault Saunier-2
Hello,

>              Could get this to build, had to install libgtk dev,
>         followed by a configure fixed it. Thanks.

Great you made it working

>
>        When I ran ges-ui, I get the error :   (lt-ges-ui:30174):
> Gtk-CRITICAL **: IA__gtk_main_quit: assertion `main_loops != NULL'
> failed
>    
>       Wanted to know if are facing the same.

Yes, same thing here, patches are welcome :)

Thibault



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel