How to get metadata from videofile?
Stefan Sauer
ensonic at hora-obscura.de
Wed Oct 5 07:43:11 PDT 2011
On 10/05/2011 01:43 PM, Hippi90 wrote:
> Thank you for your piece of advice, but i have problem with building an
> application with GstDiscoverer. My OS is Fedora 15, i try to compile: gcc
> -o gst-discoverer gst-discoverer.c `pkg-config --libs --cflags
> gstreamer-0.10`. And i receive "undefined reference" for all GstDiscoverer
> functions as a result. gstreamer-devel and gstreamer-plugins-base-devel
> packages are installed. What did i forget?
pkg-config --list-all | grep gstreamer
shows all gst devel modules
gcc -o gst-discoverer gst-discoverer.c `pkg-config --libs --cflags
gstreamer-0.10 gstreamer-pbutils-0.10`
should work.
Stefan
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-get-metadata-from-videofile-tp3863933p3874175.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list