Did you do &quot;export PKG_CONFIG_PATH=/usr/lib/pkgconfig&quot;    ?<br><br>yes,  I did but there is no gstreamer.pc file exist in this path. <br>please suggest some other solution if possible to build gstreamer package on beagle board<br>
<br><div class="gmail_quote">On Tue, Jul 20, 2010 at 1:03 PM,  <span dir="ltr">&lt;<a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send gstreamer-devel mailing list submissions to<br>
        <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gstreamer-devel-request@lists.sourceforge.net">gstreamer-devel-request@lists.sourceforge.net</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gstreamer-devel-owner@lists.sourceforge.net">gstreamer-devel-owner@lists.sourceforge.net</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gstreamer-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Compiling gstreamer application on beagle board<br>
      (sudarshan bisht)<br>
   2. Re: Duplicates frames in h264 stream (Sandeep Prakash)<br>
   3. How can I make two links between two elements? (wl2776)<br>
   4. Re: Duplicates frames in h264 stream (Prabhulinga Swamy B S)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 20 Jul 2010 11:16:33 +0300<br>
From: sudarshan bisht &lt;<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] Compiling gstreamer application on beagle<br>
        board<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:AANLkTimtHrc7Au5YZx2K7PzT2VaetcoQhXIYqYIQlX6b@mail.gmail.com">AANLkTimtHrc7Au5YZx2K7PzT2VaetcoQhXIYqYIQlX6b@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Did you do &quot;export PKG_CONFIG_PATH=/usr/lib/pkgconfig&quot;    ?<br>
<br>
<br>
On Tue, Jul 20, 2010 at 10:54 AM, amit sharma &lt;<a href="mailto:amit.sharma1986@gmail.com">amit.sharma1986@gmail.com</a>&gt;wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have installed all of the pakages required for building gstreamer<br>
&gt; application (using command opkg install  &lt;pakage-name&gt;)<br>
&gt;<br>
&gt; List of pakages installed on beagle board:<br>
&gt; 1.  gstreamer<br>
&gt; 2.  gstreamer-dev<br>
&gt; 3.  gst-plugins-base<br>
&gt; 4.  gst-plugin-good<br>
&gt; 5.  gst-plugin-ugly<br>
&gt; 6.  gst-plugin-mpegdec<br>
&gt; 7.  gst-plugin-mpegdemux<br>
&gt; 8.  gst-plugins-mpegtsmux<br>
&gt; 9.  gstreamer-static<br>
&gt; 10. gst-plugin-xvimagesink<br>
&gt; 11. gst-plugin-ximagesink<br>
&gt; 12. gst-plugin-vorbis<br>
&gt; 13. gst-plugin-volume<br>
&gt; 14. gst-plugin-videotestsrc<br>
&gt; 15. gst-plugin-videoscale<br>
&gt; 16. gst-plugin-videorate<br>
&gt; 17. gst-plugin-theora<br>
&gt; 18. gst-plugin-pango<br>
&gt; 19. gst-plugin-ogg<br>
&gt; 20. gst-plugin-mad<br>
&gt; 21. gst-plugin-ffmpegcolorspace<br>
&gt; 22. gst-plugin-esd<br>
&gt; 23. gst-plugin-app<br>
&gt;<br>
&gt; when I tried to build a simple gstreamer application by using following<br>
&gt; command:<br>
&gt;<br>
&gt; gcc $(pkg-config --cflags --libs gstreamer-0.10) gst_pro1.c -o gst_pro1<br>
&gt;<br>
&gt; Its generating following error.<br>
&gt;<br>
&gt; Error:<br>
&gt; --------------------------Snip Start-----------------------------------<br>
&gt; Package gstreamer-0.10 was not found in the pkg-config search path.<br>
&gt; Perhaps you should add the directory containing `gstreamer-0.10.pc&#39;<br>
&gt; to the PKG_CONFIG_PATH environment variable<br>
&gt; No package &#39;gstreamer-0.10&#39; found<br>
&gt; gst_pro1.c:1:21: error: gst/gst.h: No such file or directory<br>
&gt; gst_pro1.c:3: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39;<br>
&gt; before &#39;cb_have_data&#39;<br>
&gt; gst_pro1.c:21: error: expected &#39;=&#39;, &#39;,&#39;, &#39;;&#39;, &#39;asm&#39; or &#39;__attribute__&#39;<br>
&gt; before &#39;main&#39;<br>
&gt; --------------------------Snip End------------------------------------<br>
&gt;<br>
&gt; So, please suggest me what I can do to remove above error or there is any<br>
&gt; other way to installing gstremer on beagle board.<br>
&gt;<br>
&gt; Please help me to sorting out this problem, any responce would be highly<br>
&gt; appreciable. Thanks in advance.<br>
&gt;<br>
&gt; Thanks<br>
&gt; Amit<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; This SF.net email is sponsored by Sprint<br>
&gt; What will you do first with EVO, the first 4G phone?<br>
&gt; Visit <a href="http://sprint.com/first" target="_blank">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first" target="_blank">http://p.sf.net/sfu/sprint-com-first</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
Regards,<br>
<br>
Sudarshan Bisht<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 20 Jul 2010 02:01:30 -0700 (PDT)<br>
From: Sandeep Prakash &lt;<a href="mailto:123sandy@gmail.com">123sandy@gmail.com</a>&gt;<br>
Subject: Re: [gst-devel] Duplicates frames in h264 stream<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID: &lt;<a href="mailto:1279616490337-2295147.post@n4.nabble.com">1279616490337-2295147.post@n4.nabble.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
Plz provide the logs as follows:<br>
<br>
gst-launch --gst-debug=GST_CAPS:5,GST_ELEMENT_*:1 &lt;rest of pipeline&gt;<br>
<br>
Also provide the logs where the fps is changing from 30 to 60.<br>
<br>
Regards,<br>
Sandeep<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Duplicates-frames-in-h264-stream-tp2288920p2295147.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Duplicates-frames-in-h264-stream-tp2288920p2295147.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 20 Jul 2010 02:02:13 -0700 (PDT)<br>
From: wl2776 &lt;<a href="mailto:wl2776@gmail.com">wl2776@gmail.com</a>&gt;<br>
Subject: [gst-devel] How can I make two links between two elements?<br>
To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
Message-ID: &lt;<a href="mailto:1279616533419-2295148.post@n4.nabble.com">1279616533419-2295148.post@n4.nabble.com</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
I&#39;d like to mimic playbin2&#39;s behavior and construct similar pipeline using<br>
gst-launch.<br>
<br>
When playbin2 loads mpeg2 file, it creates mpegpsdemux with two source pads<br>
(one pad per elementary stream) and multiqueue with two sink pads connects<br>
them:<br>
<br>
<br>
    +----------------+        +--------------+<br>
    |GstMpegPSDemux  |        |GstMultiQueue |<br>
-&gt;  |sink            |  ----&gt; |sink0    src0 |---&gt;<br>
    |        video_e0|--&#39;     |              |<br>
    |        audio_c0|-------&gt;|sink1    src1 |---&gt;<br>
    +----------------+        +--------------+<br>
<br>
However, I cannot do that.<br>
<br>
The pipeline<br>
<br>
&quot;filesrc location=/path/video/10.mpg ! typefind ! mpegpsdemux name=demux<br>
demux.video_e0,audio_c0 ! multiqueue.sink0,sink1 multiqueue0 ! video/mpeg !<br>
mpegvideoparse ! mpeg2dec ! queue ! ffmpegcolorspace ! autovideosink<br>
multiqueue0 ! audio/mpeg ! mp3parse ! fakesink &quot;<br>
<br>
doesn&#39;t create multiqueue and doesn&#39;t connect audio source pad from the<br>
MPEG-PS demuxer.<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/How-can-I-make-two-links-between-two-elements-tp2295148p2295148.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/How-can-I-make-two-links-between-two-elements-tp2295148p2295148.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 20 Jul 2010 15:33:04 +0530<br>
From: Prabhulinga Swamy B S &lt;<a href="http://prabhulingaswamy.bs" target="_blank">prabhulingaswamy.bs</a>@<a href="http://globaledgesoft.com" target="_blank">globaledgesoft.com</a>&gt;<br>
Subject: Re: [gst-devel] Duplicates frames in h264 stream<br>
To: Discussion of the development of GStreamer<br>
        &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4C457458.8090204@globaledgesoft.com">4C457458.8090204@globaledgesoft.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
Hi Sandeep,<br>
     As my application is using appsrc element which is used to collect<br>
h264 frames, I think I can&#39;t<br>
     run it using gst-launch.<br>
<br>
     Here attacted a log file with GST_DEBUG=4. I found the debug<br>
messages about how<br>
     bytes are writing into the file. Please find the attachment.<br>
<br>
<br>
With regards,<br>
Prabhu B S<br>
<br>
<br>
On 07/20/2010 02:31 PM, Sandeep Prakash wrote:<br>
&gt; Plz provide the logs as follows:<br>
&gt;<br>
&gt; gst-launch --gst-debug=GST_CAPS:5,GST_ELEMENT_*:1&lt;rest of pipeline&gt;<br>
&gt;<br>
&gt; Also provide the logs where the fps is changing from 30 to 60.<br>
&gt;<br>
&gt; Regards,<br>
&gt; Sandeep<br>
&gt;<br>
<br>
--<br>
<br>
Regards,<br>
Prabhulinga Swamy B S<br>
<br>
<br>
-------------- next part --------------<br>
An embedded and charset-unspecified text was scrubbed...<br>
Name: gstlog.txt<br>
<br>
------------------------------<br>
<br>
------------------------------------------------------------------------------<br>
This SF.net email is sponsored by Sprint<br>
What will you do first with EVO, the first 4G phone?<br>
Visit <a href="http://sprint.com/first" target="_blank">sprint.com/first</a> -- <a href="http://p.sf.net/sfu/sprint-com-first" target="_blank">http://p.sf.net/sfu/sprint-com-first</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br>
<br>
End of gstreamer-devel Digest, Vol 50, Issue 41<br>
***********************************************<br>
</blockquote></div><br>