mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
porting-to-1.0.txt: add troubleshooting section
Add note about "cannot register existing type `GstObject'" warning.
This commit is contained in:
parent
f27a3e12f6
commit
1905219235
1 changed files with 16 additions and 0 deletions
|
@ -738,3 +738,19 @@ CHANGES
|
||||||
or even
|
or even
|
||||||
|
|
||||||
playbin uri=file:///path/to/foo.flac audio-sink=pulsesink
|
playbin uri=file:///path/to/foo.flac audio-sink=pulsesink
|
||||||
|
|
||||||
|
|
||||||
|
=============================================================================
|
||||||
|
Troubleshooting
|
||||||
|
=============================================================================
|
||||||
|
|
||||||
|
* GLib-GObject-WARNING **: cannot register existing type `GstObject'
|
||||||
|
|
||||||
|
If you get this warning, this usually means your plugin or application
|
||||||
|
is linked against both libgstreamer-1.0.so and libgstreamer-0.10.so.
|
||||||
|
Make sure you have changed all -0.10 references in your configure.ac,
|
||||||
|
pkg-config invocations or Makefile.am/Makefile to -1.0.
|
||||||
|
|
||||||
|
While both versions can co-exist without problems on the same system, it
|
||||||
|
is not possible to use both versions at the same time in the same
|
||||||
|
application.
|
||||||
|
|
Loading…
Reference in a new issue