After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614504 - [videoscale] Plugin can't be loaded on netbsd/macppc
[videoscale] Plugin can't be loaded on netbsd/macppc
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.25
Other NetBSD
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-31 19:29 UTC by amoschos
Modified: 2010-09-01 19:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description amoschos 2010-03-31 19:29:00 UTC
trying to install totem under netbsd macppc 5.99.21 and i get this:

checking for GST... yes
checking GStreamer 0.10 inspection tool... yes
checking GStreamer 0.10 playbin2 plugin... yes
checking GStreamer 0.10 ffmpegcolorspace plugin... yes
checking GStreamer 0.10 videoscale plugin... no
configure: error:
                        Cannot find required GStreamer-0.10 plugin 'videoscale'.
                        It should be part of gst-plugins-base. Please install it.
                
*** Error code 1

from gst-inspect i get:
No such element or plugin 'videoscale'

gst-inspect returns the proper output for both playbin2 and ffmpegcolorspace.

but the file is there:
ldd /usr/pkg/lib/gstreamer-0.10/libgstvideoscale.so
        -lc.12 => /usr/lib/libc.so.12
        -lpcre.0 => /usr/pkg/lib/libpcre.so.0
        -lintl.1 => /usr/lib/libintl.so.1
        -lglib-2.0.0 => /usr/pkg/lib/libglib-2.0.so.0
        -lgobject-2.0.0 => /usr/pkg/lib/libgobject-2.0.so.0
        -lpthread.1 => /usr/lib/libpthread.so.1
        -lgthread-2.0.0 => /usr/pkg/lib/libgthread-2.0.so.0
        -lgmodule-2.0.0 => /usr/pkg/lib/libgmodule-2.0.so.0
        -lz.1 => /usr/lib/libz.so.1
        -lm.0 => /usr/lib/libm.so.0
        -lxml2.2 => /usr/pkg/lib/libxml2.so.2
        -lgstreamer-0.10.0 => /usr/pkg/lib/libgstreamer-0.10.so.0
        -lgstbase-0.10.0 => /usr/pkg/lib/libgstbase-0.10.so.0
        -lgstvideo-0.10.0 => /usr/pkg/lib/libgstvideo-0.10.so.0
        -lrt.1 => /usr/lib/librt.so.1
        -loil-0.3.0 => /usr/pkg/lib/liboil-0.3.so.0
Comment 1 Sebastian Dröge (slomo) 2010-04-02 17:02:36 UTC
What's the output of

GST_DEBUG=GST_REGISTRY:5 gst-inspect-0.10 /usr/pkg/lib/gstreamer-0.10/libgstvideoscale.so

?
Comment 2 Tobias Mueller 2010-09-01 19:07:39 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!