<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 11/08/2011 04:19 PM, Shady Rasheed wrote:
    <blockquote
cite="mid:CAKVbdfPyn==yPbHszvoCpaAHS4v0QaC5wi-ZkPPQY-00rqjZzw@mail.gmail.com"
      type="cite">
      <p>I came across this error and worked around it by changing a
        flag in the make file or in the auto configuration file. I
        deleted the source code so I can't tell you exactly where to
        find it. It pretty obvious .. its a check with _REQ in it (not
        sure though).<br>
        Its a work around not a solution.<br>
        Hope it helps.</p>
    </blockquote>
    <br>
    What is the change you made? a patchfile would be great for review.<br>
    <br>
    Stefan<br>
    <br>
    <blockquote
cite="mid:CAKVbdfPyn==yPbHszvoCpaAHS4v0QaC5wi-ZkPPQY-00rqjZzw@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Nov 8, 2011 7:14 PM, &lt;<a
          moz-do-not-send="true"
          href="mailto:gstreamer-android-request@lists.freedesktop.org">gstreamer-android-request@lists.freedesktop.org</a>&gt;
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          Send gstreamer-android mailing list submissions to<br>
                 <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          <br>
          To subscribe or unsubscribe via the World Wide Web, visit<br>
                 <a moz-do-not-send="true"
            href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android"
            target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
          or, via email, send a message with subject or body 'help' to<br>
                 <a moz-do-not-send="true"
            href="mailto:gstreamer-android-request@lists.freedesktop.org">gstreamer-android-request@lists.freedesktop.org</a><br>
          <br>
          You can reach the person managing the list at<br>
                 <a moz-do-not-send="true"
            href="mailto:gstreamer-android-owner@lists.freedesktop.org">gstreamer-android-owner@lists.freedesktop.org</a><br>
          <br>
          When replying, please edit your Subject line so it is more
          specific<br>
          than "Re: Contents of gstreamer-android digest..."<br>
          <br>
          <br>
          Today's Topics:<br>
          <br>
            1. Re: gstreamer-android Digest, Vol 7, Issue 2 (s.rawat)<br>
          <br>
          <br>
----------------------------------------------------------------------<br>
          <br>
          Message: 1<br>
          Date: Tue, 8 Nov 2011 20:44:11 +0530<br>
          From: "s.rawat" &lt;<a moz-do-not-send="true"
            href="mailto:imsaurabhrawat@gmail.com">imsaurabhrawat@gmail.com</a>&gt;<br>
          Subject: Re: gstreamer-android Digest, Vol 7, Issue 2<br>
          To: <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          Message-ID:<br>
                 &lt;<a moz-do-not-send="true"
href="mailto:CALwa49ue8KRaMtYGs5YRO4XQwrpXF63fwVAYEbtoUR6fvRwjTQ@mail.gmail.com">CALwa49ue8KRaMtYGs5YRO4XQwrpXF63fwVAYEbtoUR6fvRwjTQ@mail.gmail.com</a>&gt;<br>
          Content-Type: text/plain; charset="iso-8859-1"<br>
          <br>
          I solved this problem as well by installing some gst-bad
          plugins and<br>
          specifying the PATH_<br>
          <br>
          <br>
          But now I am running into this error after doing<br>
          *make gstreamer-aggregate-configure*<br>
          <br>
          configure: Requested 'gstreamer-0.10 &gt;= 0.10.32.1' but
          version of GStreamer<br>
          is 0.10.28<br>
          configure: error: no gstreamer-0.10 &gt;= 0.10.32.1
          (GStreamer) found<br>
           configure failed<br>
          make: *** [gst-plugins-base-configure] Error 1<br>
          <br>
          <br>
          I have checked and i have the GStreamer 0.10.28<br>
          How can i resolve this<br>
          Rgds,<br>
          Saurabh<br>
          <br>
          <br>
          <br>
          <br>
          <br>
          "..pain is temporary.....quitting lasts forever......"<br>
          <br>
          <br>
          <br>
          On Tue, Nov 8, 2011 at 2:49 PM, s.rawat &lt;<a
            moz-do-not-send="true"
            href="mailto:imsaurabhrawat@gmail.com">imsaurabhrawat@gmail.com</a>&gt;
          wrote:<br>
          <br>
          &gt; I got the gstreamer_aggregate folder after i palced the
          local_manifest.xml<br>
          &gt; file inside the .repo folder inside my master android
          directory.<br>
          &gt; Now i moved ahead , copied the config.sub in the
          gstreamer_aggregate<br>
          &gt; directory and tried follwoing the steps<br>
          &gt;<br>
          &gt;<br>
          &gt; cd $ANDROID_SOURCE_DIR/external/gstreamer_aggregate/<br>
          &gt;     for i in *; do if [ -d $i ]; then echo $i; cp
          config.sub $i; fi; done<br>
          &gt;     cp config.sub gst-openmax/build-aux/<br>
          &gt;     cd $ANDROID_SOURCE_DIR<br>
          &gt;     source build/envsetup.sh<br>
          &gt;     lunch full_crespo-userdebug<br>
          &gt;<br>
          &gt;<br>
          &gt;<br>
          &gt; I ran this command after that :<br>
          &gt;<br>
          &gt;<br>
          &gt;  make libmad-configure libid3tag-configure
          libogg-configure libx264-configure libfaad-configure<br>
          &gt;<br>
          &gt; I got this log and error :<br>
          &gt;<br>
          &gt;<br>
          &gt; PLATFORM_VERSION_CODENAME=AOSP<br>
          &gt; PLATFORM_VERSION=3.1.4.1.5.9.2.6.5<br>
          &gt; TARGET_PRODUCT=full_crespo<br>
          &gt; TARGET_BUILD_VARIANT=userdebug<br>
          &gt; TARGET_SIMULATOR=false<br>
          &gt; TARGET_BUILD_TYPE=release<br>
          &gt; TARGET_BUILD_APPS=<br>
          &gt; TARGET_ARCH=arm<br>
          &gt; TARGET_ARCH_VARIANT=armv7-a-neon<br>
          &gt; HOST_ARCH=x86<br>
          &gt; HOST_OS=linux<br>
          &gt; HOST_BUILD_TYPE=release<br>
          &gt; BUILD_ID=OPENMASTER<br>
          &gt; ============================================<br>
          &gt; external/gst-android/gst-android/Android.mk:10:<br>
          &gt; external/gst-android/gst-android/gstplayer/Android.mk: No
          such file or<br>
          &gt; directory<br>
          &gt; /bin/bash: gstreamer-plugins-bad-0.10: command not found<br>
          &gt; /bin/bash: gstreamer-audio-0.10: command not found<br>
          &gt; /bin/bash: gstreamer-video-0.10: command not found<br>
          &gt; Package gstreamer was not found in the pkg-config search
          path.<br>
          &gt; Perhaps you should add the directory containing
          `gstreamer.pc'<br>
          &gt; to the PKG_CONFIG_PATH environment variable<br>
          &gt; No package 'gstreamer' found<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'<br>
          &gt; to the PKG_CONFIG_PATH environment variable<br>
          &gt; No package 'gstreamer-0.10' found<br>
          &gt; Package gstreamer-app-0.10 was not found in the
          pkg-config search path.<br>
          &gt; Perhaps you should add the directory containing
          `gstreamer-app-0.10.pc'<br>
          &gt; to the PKG_CONFIG_PATH environment variable<br>
          &gt; No package 'gstreamer-app-0.10' found<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'<br>
          &gt; to the PKG_CONFIG_PATH environment variable<br>
          &gt; No package 'gstreamer-0.10' found<br>
          &gt; Package gstreamer-tag-0.10 was not found in the
          pkg-config search path.<br>
          &gt; Perhaps you should add the directory containing
          `gstreamer-tag-0.10.pc'<br>
          &gt; to the PKG_CONFIG_PATH environment variable<br>
          &gt; No package 'gstreamer-tag-0.10' found<br>
          &gt; Package gstreamer-plugins-bad-0.10 was not found in the
          pkg-config search<br>
          &gt; path.<br>
          &gt; Perhaps you should add the directory containing<br>
          &gt; `gstreamer-plugins-bad-0.10.pc'<br>
          &gt; to the PKG_CONFIG_PATH environment variable<br>
          &gt; No package 'gstreamer-plugins-bad-0.10' found<br>
          &gt; Package gstreamer-audio-0.10 was not found in the
          pkg-config search path.<br>
          &gt; Perhaps you should add the directory containing
          `gstreamer-audio-0.10.pc'<br>
          &gt; to the PKG_CONFIG_PATH environment variable<br>
          &gt; No package 'gstreamer-audio-0.10' found<br>
          &gt; build/core/<a moz-do-not-send="true"
            href="http://base_rules.mk:162" target="_blank">base_rules.mk:162</a>:
          ***<br>
          &gt;
/home/softy/gstcode/external/gstreamer_aggregate/gst-android/sink/audioflingersink:<br>
          &gt; MODULE.TARGET.SHARED_LIBRARIES.libgstaudioflinger already
          defined by<br>
          &gt; external/gst-android/gst-android/sink/audioflingersink.
           Stop.<br>
          &gt;<br>
          &gt;<br>
          &gt; I think I need to put cflags and the Libs oath to
          pkg-config<br>
          &gt; gstreamer-0.10  somewhere , but dont know how to resolve
          this !<br>
          &gt;<br>
          &gt;<br>
          &gt; Rgds,<br>
          &gt; Saurabh<br>
          &gt;<br>
          &gt;<br>
          &gt;<br>
          &gt;<br>
          &gt; "..pain is temporary.....quitting lasts forever......"<br>
          &gt;<br>
          &gt;<br>
          &gt;<br>
          &gt; On Mon, Nov 7, 2011 at 6:29 PM, s.rawat &lt;<a
            moz-do-not-send="true"
            href="mailto:imsaurabhrawat@gmail.com">imsaurabhrawat@gmail.com</a>&gt;
          wrote:<br>
          &gt;<br>
          &gt;&gt; the link says that we have to put the
          local_maifest.xml file inside the<br>
          &gt;&gt; ./repo .<br>
          &gt;&gt; I have installed the repo in ~/bin and made
          local_manifest.xml whose<br>
          &gt;&gt; content as as shown in the link<br>
          &gt;&gt; &lt;<a moz-do-not-send="true"
href="http://cgit.collabora.com/git/user/reynaldo/android/manifests.git/plain/2.3.2_r1/local_manifest.xml"
            target="_blank">http://cgit.collabora.com/git/user/reynaldo/android/manifests.git/plain/2.3.2_r1/local_manifest.xml</a>&gt;.is<br>
          &gt;&gt; it fine or do i have to replace the existing
          manifest.xml from this one or<br>
          &gt;&gt; do i have to edit the lines inside the manifest.xml.<br>
          &gt;&gt; Because after doing this when i do the repo sync<br>
          &gt;&gt;<br>
          &gt;&gt; I didnt get any *gstreamer_aggregate* folder inside
          the<br>
          &gt;&gt; $ANDROID_SOURCE_DIR/external/gstreamer_aggregate/
          where ANDROID_SOURCE_DIR<br>
          &gt;&gt; is my source code directory.<br>
          &gt;&gt;<br>
          &gt;&gt; dir structure<br>
          &gt;&gt;<br>
          &gt;&gt; home<br>
          &gt;&gt;  -softy<br>
          &gt;&gt;     bin<br>
          &gt;&gt;     ANDROID_SOURCE_DIR<br>
          &gt;&gt;          - bionic<br>
          &gt;&gt;          - build<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           .<br>
          &gt;&gt;           -system<br>
          &gt;&gt;           -tools<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;  Where and what I am missing ?<br>
          &gt;&gt;<br>
          &gt;&gt; Rgds,<br>
          &gt;&gt; Saurabh<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; "..pain is temporary.....quitting lasts
          forever......"<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt; On Sat, Nov 5, 2011 at 12:30 AM, &lt;<br>
          &gt;&gt; <a moz-do-not-send="true"
            href="mailto:gstreamer-android-request@lists.freedesktop.org">gstreamer-android-request@lists.freedesktop.org</a>&gt;
          wrote:<br>
          &gt;&gt;<br>
          &gt;&gt;&gt; Send gstreamer-android mailing list submissions
          to<br>
          &gt;&gt;&gt;        <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; To subscribe or unsubscribe via the World Wide
          Web, visit<br>
          &gt;&gt;&gt;        <a moz-do-not-send="true"
            href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android"
            target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
          &gt;&gt;&gt; or, via email, send a message with subject or
          body 'help' to<br>
          &gt;&gt;&gt;        <a moz-do-not-send="true"
            href="mailto:gstreamer-android-request@lists.freedesktop.org">gstreamer-android-request@lists.freedesktop.org</a><br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; You can reach the person managing the list at<br>
          &gt;&gt;&gt;        <a moz-do-not-send="true"
            href="mailto:gstreamer-android-owner@lists.freedesktop.org">gstreamer-android-owner@lists.freedesktop.org</a><br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; When replying, please edit your Subject line so
          it is more specific<br>
          &gt;&gt;&gt; than "Re: Contents of gstreamer-android
          digest..."<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Today's Topics:<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;   1. Using gst-commands on the rooted phone
          (s.rawat)<br>
          &gt;&gt;&gt;   2. Re: Using gst-commands on the rooted phone
          (Stefan Sauer)<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;
          ----------------------------------------------------------------------<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Message: 1<br>
          &gt;&gt;&gt; Date: Fri, 4 Nov 2011 14:23:05 +0530<br>
          &gt;&gt;&gt; From: "s.rawat" &lt;<a moz-do-not-send="true"
            href="mailto:imsaurabhrawat@gmail.com">imsaurabhrawat@gmail.com</a>&gt;<br>
          &gt;&gt;&gt; Subject: Using gst-commands on the rooted phone<br>
          &gt;&gt;&gt; To: <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          &gt;&gt;&gt; Message-ID:<br>
          &gt;&gt;&gt;        &lt;<br>
          &gt;&gt;&gt; <a moz-do-not-send="true"
href="mailto:CALwa49tCocw2O9EOmTC%2BmYcZhY_z0PFsNb7hkVxs0EPq1BMk_g@mail.gmail.com">CALwa49tCocw2O9EOmTC+mYcZhY_z0PFsNb7hkVxs0EPq1BMk_g@mail.gmail.com</a>&gt;<br>
          &gt;&gt;&gt; Content-Type: text/plain; charset="iso-8859-1"<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Hi,<br>
          &gt;&gt;&gt; I know there has been stagrefright and open core
          inside the Android<br>
          &gt;&gt;&gt; Multimedia Framework.But Now I am trying to use
          the audio/video streaming<br>
          &gt;&gt;&gt; functionalities using the *gstreamer* commands(as
          well c application for<br>
          &gt;&gt;&gt; them)  in the adb shell.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; For example wheni pluggedin a web cam in my
          ubuntu machine and issue this<br>
          &gt;&gt;&gt; command --&gt; *gst-launch-0.10 autovideosrc !<br>
          &gt;&gt;&gt;
          video/x-raw-yuv,framerate=\(fraction\)30/1,width=640,height=480
          !<br>
          &gt;&gt;&gt; ffmpegcolorspace ! autovideosink* while
          connecting the web cam to my<br>
          &gt;&gt;&gt; linux<br>
          &gt;&gt;&gt; machine i will be able to see the web cam turned
          on,<br>
          &gt;&gt;&gt; *now I want to simulate the same on the android
          phone and issue the same<br>
          &gt;&gt;&gt; command(with some modification and also by cross
          compiling it with<br>
          &gt;&gt;&gt; respect<br>
          &gt;&gt;&gt; to the andrid phone or tablet)<br>
          &gt;&gt;&gt; *<br>
          &gt;&gt;&gt; I have got this<br>
          &gt;&gt;&gt; link&lt;<br>
          &gt;&gt;&gt; <a moz-do-not-send="true"
href="http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions"
            target="_blank">http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</a><br>
          &gt;&gt;&gt; &gt;for<br>
          &gt;&gt;&gt; compiling the gstreamer for Nexus S .Before get
          to start i want to ask<br>
          &gt;&gt;&gt; :<br>
          &gt;&gt;&gt; (1) Has any one tried cross compiling the
          *gstreamer* for any android<br>
          &gt;&gt;&gt; phone<br>
          &gt;&gt;&gt; and using it (application or via commands)<br>
          &gt;&gt;&gt; (2) Is it possible to compile it using the ndk
          tool chain and put the *<br>
          &gt;&gt;&gt; gstreamer* code inside our android application by
          creatign a shared<br>
          &gt;&gt;&gt; library<br>
          &gt;&gt;&gt; out of it and loading and using the
          functionalities in the  app code.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; I want to request :<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; *(1) For any tutorial /blog link if you have doen
          this before*<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Thanks and advance,I will keep adding to this
          post my work so far<br>
          &gt;&gt;&gt; plz assit and send your inputs<br>
          &gt;&gt;&gt; Rgds,<br>
          &gt;&gt;&gt; Softy<br>
          &gt;&gt;&gt; "..pain is temporary.....quitting lasts
          forever......"<br>
          &gt;&gt;&gt; -------------- next part --------------<br>
          &gt;&gt;&gt; An HTML attachment was scrubbed...<br>
          &gt;&gt;&gt; URL: &lt;<br>
          &gt;&gt;&gt; <a moz-do-not-send="true"
href="http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/f6a91451/attachment-0001.htm"
            target="_blank">http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/f6a91451/attachment-0001.htm</a><br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; ------------------------------<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Message: 2<br>
          &gt;&gt;&gt; Date: Fri, 04 Nov 2011 14:04:26 +0100<br>
          &gt;&gt;&gt; From: Stefan Sauer &lt;<a moz-do-not-send="true"
            href="mailto:ensonic@hora-obscura.de">ensonic@hora-obscura.de</a>&gt;<br>
          &gt;&gt;&gt; Subject: Re: Using gst-commands on the rooted
          phone<br>
          &gt;&gt;&gt; To: <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          &gt;&gt;&gt; Message-ID: &lt;<a moz-do-not-send="true"
            href="mailto:4EB3E2DA.5060400@hora-obscura.de">4EB3E2DA.5060400@hora-obscura.de</a>&gt;<br>
          &gt;&gt;&gt; Content-Type: text/plain; charset="iso-8859-1"<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; hi,<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; On 11/04/2011 09:53 AM, s.rawat wrote:<br>
          &gt;&gt;&gt; &gt; Hi,<br>
          &gt;&gt;&gt; &gt; I know there has been stagrefright and open
          core inside the Android<br>
          &gt;&gt;&gt; &gt; Multimedia Framework.But Now I am trying to
          use the audio/video<br>
          &gt;&gt;&gt; &gt; streaming functionalities using the
          *gstreamer* commands(as well c<br>
          &gt;&gt;&gt; &gt; application for them)  in the adb shell.<br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt; &gt; For example wheni pluggedin a web cam in my
          ubuntu machine and issue<br>
          &gt;&gt;&gt; &gt; this command --&gt; *gst-launch-0.10
          autovideosrc !<br>
          &gt;&gt;&gt; &gt;
          video/x-raw-yuv,framerate=\(fraction\)30/1,width=640,height=480
          !<br>
          &gt;&gt;&gt; &gt; ffmpegcolorspace ! autovideosink* while
          connecting the web cam to my<br>
          &gt;&gt;&gt; &gt; linux machine i will be able to see the web
          cam turned on,<br>
          &gt;&gt;&gt; &gt; *now I want to simulate the same on the
          android phone and issue the<br>
          &gt;&gt;&gt; &gt; same command(with some modification and also
          by cross compiling it<br>
          &gt;&gt;&gt; &gt; with respect to the andrid phone or tablet)<br>
          &gt;&gt;&gt; &gt; *<br>
          &gt;&gt;&gt; &gt; I have got this link<br>
          &gt;&gt;&gt; &gt; &lt;<br>
          &gt;&gt;&gt; <a moz-do-not-send="true"
href="http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions"
            target="_blank">http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions</a><br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt; &gt; for compiling the gstreamer for Nexus S
          .Before get to start i want to<br>
          &gt;&gt;&gt; &gt; ask :<br>
          &gt;&gt;&gt; &gt; (1) Has any one tried cross compiling the
          *gstreamer* for any android<br>
          &gt;&gt;&gt; &gt; phone and using it (application or via
          commands)<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; yes, follow the instruction in the link to build
          a system install of<br>
          &gt;&gt;&gt; gstreamer for e.g. the nexus s.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; &gt; (2) Is it possible to compile it using the
          ndk tool chain and put the<br>
          &gt;&gt;&gt; &gt; *gstreamer* code inside our android
          application by creatign a shared<br>
          &gt;&gt;&gt; &gt; library out of it and loading and using the
          functionalities in the<br>
          &gt;&gt;&gt; &gt; app code.<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Reynaldo did a talk about this at the gstreamer
          conference two weeks<br>
          &gt;&gt;&gt; ago. It is possible. he will share the
          instructions hre, when its ready.<br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt; &gt; I want to request :<br>
          &gt;&gt;&gt; You probably want to "ask" not "request".<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; Stefan<br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt; &gt; *(1) For any tutorial /blog link if you have
          doen this before*<br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt; &gt; Thanks and advance,I will keep adding to
          this post my work so far<br>
          &gt;&gt;&gt; &gt; plz assit and send your inputs<br>
          &gt;&gt;&gt; &gt; Rgds,<br>
          &gt;&gt;&gt; &gt; Softy<br>
          &gt;&gt;&gt; &gt; "..pain is temporary.....quitting lasts
          forever......"<br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt; &gt;
          _______________________________________________<br>
          &gt;&gt;&gt; &gt; gstreamer-android mailing list<br>
          &gt;&gt;&gt; &gt; <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          &gt;&gt;&gt; &gt; <a moz-do-not-send="true"
            href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android"
            target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; -------------- next part --------------<br>
          &gt;&gt;&gt; An HTML attachment was scrubbed...<br>
          &gt;&gt;&gt; URL: &lt;<br>
          &gt;&gt;&gt; <a moz-do-not-send="true"
href="http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/4f1f741c/attachment-0001.htm"
            target="_blank">http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111104/4f1f741c/attachment-0001.htm</a><br>
          &gt;&gt;&gt; &gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; ------------------------------<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; _______________________________________________<br>
          &gt;&gt;&gt; gstreamer-android mailing list<br>
          &gt;&gt;&gt; <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          &gt;&gt;&gt; <a moz-do-not-send="true"
            href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android"
            target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;&gt; End of gstreamer-android Digest, Vol 7, Issue 2<br>
          &gt;&gt;&gt; ***********************************************<br>
          &gt;&gt;&gt;<br>
          &gt;&gt;<br>
          &gt;&gt;<br>
          &gt;<br>
          -------------- next part --------------<br>
          An HTML attachment was scrubbed...<br>
          URL: &lt;<a moz-do-not-send="true"
href="http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111108/fcee50c3/attachment.html"
            target="_blank">http://lists.freedesktop.org/archives/gstreamer-android/attachments/20111108/fcee50c3/attachment.html</a>&gt;<br>
          <br>
          ------------------------------<br>
          <br>
          _______________________________________________<br>
          gstreamer-android mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
          <a moz-do-not-send="true"
            href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android"
            target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
          <br>
          <br>
          End of gstreamer-android Digest, Vol 7, Issue 5<br>
          ***********************************************<br>
        </blockquote>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-android mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>