gstreamer 0.10 to 1.0 and gtk2 to gtk3 errors

laguillaumie sylvain s.lagui at free.fr
Sat Feb 2 05:54:19 PST 2013


hi

thanks for the reply tim

i don t have any 0.10 import in my code now can t find why i have errors...

i pushed my code here:
https://github.com/smolleyes/gmediafinder-gtk3

gst files are in GmediaFinder/lib/player

if someone can look at player_gui and engine.py and tell me what could 
be wrong... thnaks a lot :)

the program now stop on:

/usr/lib/python2.7/dist-packages/gi/types.py:47: Warning: cannot 
register existing type `GstObject'
   return info.invoke(*args, **kwargs)
/usr/lib/python2.7/dist-packages/gi/types.py:47: Warning: 
g_once_init_leave: assertion `result != 0' failed
   return info.invoke(*args, **kwargs)
/usr/lib/python2.7/dist-packages/gi/types.py:47: Warning: 
g_type_register_static: assertion `parent_type > 0' failed
   return info.invoke(*args, **kwargs)
/usr/lib/python2.7/dist-packages/gi/types.py:47: Warning: cannot 
register existing type `GstChildProxy'
   return info.invoke(*args, **kwargs)

thanks

Le 31/01/2013 23:37, Tim-Philipp Müller a écrit :
> On Thu, 2013-01-31 at 22:36 +0100, laguillaumie sylvain wrote:
>
> Hi,
>
>> i try to port my app to gtk3/gst1.0 but have some errors i dont
>> understand i can post my code if needed but does someone have an idear
>> on the followings errors...
>>
>> i post in pygtk and gst list but i have this crash since i used :
>>
>> self.player.videosink = Gst.ElementFactory.make('xvimagesink')
>>
>>
>> /usr/lib/python2.7/dist-packages/gi/types.py:47: Warning: cannot
>> register existing type `GstObject'
> This likely means that for some reason both the old GStreamer 0.10 and
> the new GStreamer 1.0 are being loaded or used in the application. Both
> can't co-exist in the same application (only in different applictions on
> the same system).
>
>   Cheers
>    -Tim
>
>
> _______________________________________________
> 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