<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body 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 class="moz-txt-link-freetext" href="http://gstreamer.freedesktop.org/documentation/">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<br>
    <br>
    <div class="moz-cite-prefix">On 22/05/2013 08:53, Doran, Mitchell
      (Student) wrote:<br>
    </div>
    <blockquote
cite="mid:53B9C4275B368B40B179C30CFC7206F40369FD02@ednex512.dsto.defence.gov.au"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="MS Exchange Server version
        6.5.7655.11">
      <title>Getting Firewire webcam feed [SEC=UNCLASSIFIED]</title>
      <!-- Converted from text/rtf format -->
      <p><b><span lang="en-au"><font color="#000000" face="Microsoft
              Sans Serif" size="2">UNCLASSIFIED</font></span></b><span
          lang="en-au"><font face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial" size="2">Hi guys,</font><font
            face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial" size="2">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" size="2">Gst-launch-0.10 dv1394src</font><font
            face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial" size="2">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" size="2">Any help is
            appreciated.</font><font face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><font face="Arial" size="2">Regards,</font><br>
          <font face="Arial" size="2">Mitch Doran</font><font
            face="Arial"> </font></span>
      </p>
      <p><span lang="en-au"><b><font color="#FF0000" face="Microsoft
              Sans Serif" size="2">IMPORTANT</font></b><font
            color="#FF0000" face="Microsoft Sans Serif" size="2">: 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 class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>