gstreamer not working after upgrade to 1.8.0

Dani dmr.dev.rdp at gmail.com
Wed Mar 30 07:16:25 UTC 2016


Thanks, that solved my problem!

Dani

El 29/03/16 a las 17:42, Tim Müller escribió:
> On Tue, 2016-03-29 at 17:03 +0200, Dani wrote:
>
> Hi Dani,
>
>> Hi everyone,
>> after working with Gstreamer 1.6.3 version, I decided to upgrade to
>> the latest stable release 1.8.0.
>> What has happened is that the projects that used to run with the
>> older version are not working anymore.
>> This is the log I get after trying to run the projects:
>> ** (gst-plugin-scanner:5069): CRITICAL **: Couldn't g_module_open
>> libpython. Reason: /usr/lib/libpython2.7.so: cannot open shared
>> object file: No such file or directory
> I don't know what that's about, sounds like a stale symlink (wouldn't
> worry about it, although I wonder why this dir is in your plugin path
> in the first place...)
>
>> (gst-plugin-scanner:5069): GLib-GObject-WARNING **: cannot register
>> existing type 'GstRtpH265Depay'
> The rtph265{pay,depay} elements from -bad have moved into the rtp
> plugin from -good.
>
> Remove the installed plugin file libgstrtpbad.so
>
>
>> (gst-plugin-scanner:5069): GLib-GObject-WARNING **: cannot register
>> existing type 'GstLiveAdder'
> The liveadder element/plugin has been replaced-by and merged-into the
> audiomixer plugin in -bad.
>
> Remove the installed plugin file libgstliveadder.so
>
>
>> (gst-plugin-scanner:5069): GLib-GObject-WARNING **: cannot register
>> existing type 'GstHLSDemux'
> The hls plugin has been renamed from libgstfragmented.so
> to libgsthls.so.
>
> Remove the installed plugin file libgstfragmented.so
>
>
> These problems happen typically when plugins are moved and you don't do
> "make uninstall" before you update your source tree and then just keep
> 'make install'-ing into the same prefix without removing any old files.
>
> Once you removed these old/stale plugin files, run
>
>    rm ~/.cache/gstreamer-1.0/registry*
>
> and run gst-inspect-1.0 again.
>
> Everything should work now.
>
> Cheers
>   -Tim
>



More information about the gstreamer-devel mailing list