Undefined reference to "gst_base_sink_get_last_sample"

Ajay Garg ajaygargnsit at gmail.com
Wed Feb 27 08:46:26 UTC 2019


Thanks a ton Mathieu, that worked !!

Thanks and Regards,
Ajay

On Wed, Feb 27, 2019 at 2:11 PM Mathieu Duponchelle
<mathieu at centricular.com> wrote:
>
> This is missing gstreamer-base-1.0, and you shouldn't have to add -lgstapp-1.0:
>
> gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-1.0 gstreamer-base-1.0`
>
> should work better.
>
> On 2/27/19 6:38 AM, Ajay Garg wrote:
> > gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs
> > gstreamer-1.0 glib-2.0` -lgstapp-1.0
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list