<div dir="ltr">Continuing from Ian, the approach is to consider both the source and the sink, then simply plumb the needed parts between. Some of the lingo is technology specific, so there is a learning curve. Post your requirements and we can help. There are a lot of options...<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 22, 2013 at 5:30 AM, Ian Davidson <span dir="ltr"><<a href="mailto:id012c3076@blueyonder.co.uk" target="_blank">id012c3076@blueyonder.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi Mitch,<br>
    <br>
    You should think of GStreamer rather like a collection of LEGO
    bricks.  Put them together the right way and you can make anything
    you want.<br>
    <br>
    Your example has merely specified where it should get its input from
    - but you haven't specified what you want to do with it.<br>
    <br>
    Take a look at the documentation
    (<a href="http://gstreamer.freedesktop.org/documentation/" target="_blank">http://gstreamer.freedesktop.org/documentation/</a>) and skim through
    the Application Development Manual.  Although this is labelled "Read
    This First", it does dive straight into programming - but look at
    the section "Utility applications provided with GStreamer" and the
    section on gst-launch.  Also, look at the man pages on gst-launch.<br>
    <br>
    At the very least, you will need some sort of 'sink' to take your
    video stream and display it somewhere, maybe xvimagesink.  You may
    need to process the video and store it using 'filesink'.<br>
    <br>
    When you read about the individual elements, many of them will give
    examples of a pipeline to make use of them which you can then adapt
    to handle your source.<br>
    <br>
    Hope that helps<br>
    <br>
    Ian<div><div class="h5"><br>
    <br>
    <div>On 22/05/2013 08:53, Doran, Mitchell
      (Student) wrote:<br>
    </div>
    </div></div><blockquote type="cite"><div><div class="h5">
      
      
      
      
      <p><b><span lang="en-au"><font color="#000000" face="Microsoft
              Sans Serif">UNCLASSIFIED</font></span></b><span lang="en-au"><font face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial">Hi guys,</font><font face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial">I feel bad
            bothering the mailing list with something as trivial is
            this. I am not familiar with digital video concepts, codecs,
            gstreamer and pipes however I have been tasked to get some
            older firewire cameras working on Ubuntu 12.10. I have
            figured out that I want to use dv1394src to get my video
            feed and when I run<br>
          </font><br>
          <font face="Arial">Gst-launch-0.10 dv1394src</font><font face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial">It seems to
            work. Unfortunately I am so new to this that I havent been
            able to work out the correct codecs and pipelines to
            actually display any output on the screen. There doesn't
            seem to be many resources online regarding the use of
            Gstreamer with firewire cameras.</font><font face="Arial"> </font></span></p>
      <p><span lang="en-au"><font face="Arial">Any help is
            appreciated.</font><font face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial">Regards,</font><br>
          <font face="Arial">Mitch Doran</font><font face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><b><font color="#FF0000" face="Microsoft
              Sans Serif">IMPORTANT</font></b><font color="#FF0000" face="Microsoft Sans Serif">: This
            email remains the property of the Department of Defence and
            is subject to the jurisdiction of section 70 of the Crimes
            Act 1914. If you have received this email in error, you are
            requested to contact the sender and delete the email.<br>
          </font></span>
      </p>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
gstreamer-devel mailing list
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>