Build tutorials with MAC

Sebastian Dröge sebastian at centricular.com
Thu Jan 21 00:13:32 PST 2016


On Mi, 2016-01-20 at 07:57 -0800, Ugly Face wrote:
> I am trying to build a tutorial on mac with gstreamer-1.0 (1.6.1).
> 
> I build it with cmd:
> gcc  -Wall $(pkg-config --cflags gstreamer-1.0)
> -I/usr/local/Cellar/gst-plugins-base/1.6.2/include/gstreamer-1.0/ -o gst c.c
> $(pkg-config --libs gstreamer-1.0)
> -L/usr/local/Cellar/gst-plugins-base/1.6.2/lib/ -v 
> 
> [...]
>   "_gst_app_src_push_buffer", referenced from:
>       _prepare_buffer in c-50e8a5.o
> ld: symbol(s) not found for architecture x86_64

You have to add gstreamer-app-1.0 additionally to gstreamer-1.0 to pkg-
config there. Where is the tutorial from?

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160121/a295db37/attachment.sig>


More information about the gstreamer-devel mailing list