Gstreamer on Qt iOS
doon
don-prog at mail.ru
Fri Apr 8 04:16:47 UTC 2016
Sebastian Dröge-3 wrote
> On Mi, 2016-04-06 at 15:49 -0700, doon wrote:
>> Yes, thanks, I already use linking with -liconv.
>> Now I try to register some plugins for playback test but get an issue
>> with
>> this - I can't register any plugin. Code:
>> GST_PLUGIN_STATIC_DECLARE(videotestsrc);
>> GST_PLUGIN_STATIC_REGISTER(videotestsrc);
>>
>> Output:
>> Undefined symbols for architecture x86_64:
>> "gst_plugin_videotestsrc_register()", referenced from:
>> MainWindow::play() in mainwindow.o
>> ld: symbol(s) not found for architecture x86_64
>
> Are you linking to GStreamer.framework? Does it work with the examples at
> https://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/tree/gst-sdk/tutorials/xcode%20iOS
> ?
>
> --
> Sebastian Dröge, Centricular Ltd · http://www.centricular.com
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at .freedesktop
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
> signature.asc (968 bytes)
> <http://gstreamer-devel.966125.n4.nabble.com/attachment/4676795/0/signature.asc>
Yes, I use -framework GStreamer. Your tutorials are works fine. I think the
problem occurs due to libraries - I got the same issue with Gstreamer
Android project, but after linking with some libraries all works ok. For
this I need to open a Libraries dir, but how(because I have this:
http://i.stack.imgur.com/Voq6b.png, reinstalling has not helped)?
By the way, how can I use a Gstreamer pkg-config files for Android? I set
PKG_CONFIG_PATH to
"/home/user/Downloads/gstreamer-1.0-android-armv7-1.8.0/lib/pkgconfig", and
project to:
CONFIG += link_pkgconfig
PKGCONFIG += gstreamer-1.0
But get: Project ERROR: gstreamer-1.0 development package not found.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-on-Qt-iOS-tp4676773p4676798.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list