gstreamer 0.10 to 1.0 and gtk2 to gtk3 errors
Tim-Philipp Müller
t.i.m at zen.co.uk
Thu Jan 31 14:37:41 PST 2013
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
More information about the gstreamer-devel
mailing list