Hi all, I worked on some projects based on gstreamer 1.14 and 1.15 (win7).
Now I updated to 1.16.1 because 1.15 is not a "stable" release. I completely removed runtime and develop packages, then installed the new runtime and develop as well. After that if I launch e.g. the command /gst-inspect-1.0.exe udpsrc/ no elements will be found. If I launch /gst-inspect-1.0.exe udp/ will be found the plugin gstudp.dll but with 0 features. The same happens for almost all plugins/features. So I set the /GST_PLUGIN_PATH=%GSTREAMER_1_0_ROOT_X86_64%\lib\gstreamer-1.0/ in a shell and tryied again: this time the behaviour is ok. Then I opened a new shell, without define a GST_PLUGIN_PATH variable: the problem is gone and the udpsrc element is correctly founded. So, what happens?! It's needed to "refresh" the plugin registry in such a way? Thanks -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Im guessing that you switched to an msvc build also. On Fri, Nov 22, 2019, 3:37 AM TheGiamig <[hidden email]> wrote: Hi all, I worked on some projects based on gstreamer 1.14 and 1.15 (win7). _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
David Ing wrote
> Im guessing that you switched to an msvc build also. > > Sounds like this: > http://gstreamer-devel.966125.n4.nabble.com/gstreamer-1-16-0-msvc-where-are-all-plugins-tp4691796p4691798.html > _______________________________________________ > gstreamer-devel mailing list > gstreamer-devel@.freedesktop > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel You are right, I switched to msvc. Thank you -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |