<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 30 nov. 2017 4:44 PM, "Andy Weston" <<a href="mailto:aweston@prysm.com">aweston@prysm.com</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you, this worked for me ...<br>
apt-get install libgstreamer-plugins-base1.0-<wbr>dev<br>
<br>
I got my program to compile like this ...<br>
gcc main.c -o main `pkg-config --cflags --libs gstreamer-1.0 glib-2.0` -lgstapp-1.0<br>
<br>
Is there a place where I could have found this info?<br>
I wasn't sure how to reference the pkg-config of the plugin or where I would look this up.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">It's not so evident how do document this. Each distribution will use different package names. But I think a small quote in each lib describing the pkg-config name (gstreamer-app-1.0) and in Wich repo they are found (gst-plugins-base) seems like a good hint.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
--Andy<br>
<div class="elided-text"><br>
-----Original Message-----<br>
From: gstreamer-devel [mailto:<a href="mailto:gstreamer-devel-bounces@lists.freedesktop.org">gstreamer-devel-<wbr>bounces@lists.freedesktop.org</a>] On Behalf Of Bernhard Graaf<br>
Sent: Thursday, November 30, 2017 2:31 PM<br>
To: 'Discussion of the development of and with GStreamer' <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a>><br>
Subject: AW: Using appsink on Ubuntu<br>
<br>
If you need the development packets from gstreamer, you need to install the 'libgstreamer...-dev' packets.<br>
Type 'sudo apt get install libgstreamer' and then press the key 'TAB'.<br>
You will see all the development packets.<br>
Install only the gstreamer1.0* will not install the development environment<br>
<br>
-----Ursprüngliche Nachricht-----<br>
Von: gstreamer-devel [mailto:<a href="mailto:gstreamer-devel-bounces@lists.freedesktop.org">gstreamer-devel-<wbr>bounces@lists.freedesktop.org</a>]<br>
Im Auftrag von aweston5<br>
Gesendet: Donnerstag, 30. November 2017 17:32<br>
An: <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
Betreff: Using appsink on Ubuntu<br>
<br>
Hi, I'm trying to include this in a program to use AppSink and this file isn't found ...<br>
<br>
#include <gst/app/gstappsink.h><br>
<br>
I'm on Ubuntu 16, and this file isn't found using:<br>
find / -name gstappsink.h<br>
<br>
I installed with this:<br>
apt-get install -y gstreamer1.0*<br>
<br>
Which puts files here: /usr/include/gstreamer-1.0/gst<br>
<br>
But there is no gst/app directory?<br>
<br>
What do I have to install to get this? Is there a dev package? I seem to have everything that I can find.<br>
Thanks<br>
--Andy<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.<wbr>n4.nabble.com/</a><br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br>
______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</div>CONFIDENTIAL COMMUNICATION -- The information in this e-mail (including any attachments) is confidential and proprietary to PRYSM, INC. and intended only for the sole use of the intended recipient. If you have received this communication in error, then any review, dissemination, distribution, or copying of this message is strictly prohibited, and please permanently delete this message (including any copies of this e-mail and any attachments thereto) and notify us immediately by return e-mail.<br>
<div class="elided-text">______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
</div></blockquote></div><br></div></div></div>