<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/10/2015 07:22 PM, Ratheendran R
      wrote:<br>
    </div>
    <blockquote
cite="mid:CALM_QrWOTi6Fn9XXQL9b6mrqM-E0YabeQ6sQyx88mqge6i0tZw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p style="margin-bottom:0cm;line-height:100%">Hello All,</p>
        <p style="margin-bottom:0cm;line-height:100%"><br>
        </p>
        <p style="margin-bottom:0cm;line-height:100%">I am new to
          gstreamer frame work, so excuse me if I am putting any basic
          question
          in the forum.</p>
        <p style="margin-bottom:0cm;line-height:100%"><br>
        </p>
        <p style="margin-bottom:0cm;line-height:100%">I have some
          technical/license side query on gstreamer framework.</p>
        <p style="margin-bottom:0cm;line-height:100%"><br>
        </p>
        <p style="margin-bottom:0cm;line-height:100%">1. We are planing
          to
          use Gstreamer ported by freescale on imx6, so my question is
          can we
          use gstreamer on the production system. Any legal obligations?</p>
      </div>
    </blockquote>
    GStreamer is LGPL and many plugins are as well. An exception are
    e.g. plugins of the gst-plugins-ugly module. For legal advice better
    contact a lawyer though!<br>
    <blockquote
cite="mid:CALM_QrWOTi6Fn9XXQL9b6mrqM-E0YabeQ6sQyx88mqge6i0tZw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p style="margin-bottom:0cm;line-height:100%">2. How many
          pipeline
          is possible from a single gstreamer source element. I want a
          single source to sink the video sceen as well as the write to
          a circullar buffer.<br>
        </p>
      </div>
    </blockquote>
    You can use the tee element to create branches in the graph. E.g.
    camerabin is a high level element that uses one camera source and
    e.g. shows the video on screen and records it at the same time.<br>
    <blockquote
cite="mid:CALM_QrWOTi6Fn9XXQL9b6mrqM-E0YabeQ6sQyx88mqge6i0tZw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p style="margin-bottom:0cm;line-height:100%">3. We want to
          store
          the encoded video in a circular buffer based on time stamp and
          latter would like to retrive the samples of frames based on
          the time
          stamp, I would like to parse the same video stroed in the
          circular
          buffer and create a new video file based on sampled frames.</p>
      </div>
    </blockquote>
    I am not following. A queue element could keep a backlog of frames,
    but would *not* offer convenient random access.<br>
    <blockquote
cite="mid:CALM_QrWOTi6Fn9XXQL9b6mrqM-E0YabeQ6sQyx88mqge6i0tZw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p style="margin-bottom:0cm;line-height:100%"> -I would like to
          know does the existing gstreamer pipeline make all the things
          possible. </p>
        <p style="margin-bottom:0cm;line-height:100%"> </p>
        <p style="margin-bottom:0cm;line-height:100%"> -Do any one know
          of
          the existing application to which I can take a look and start
          my
          activity.</p>
      </div>
    </blockquote>
    Each git module has a tests/examples directory.<br>
    Stefan<br>
    <blockquote
cite="mid:CALM_QrWOTi6Fn9XXQL9b6mrqM-E0YabeQ6sQyx88mqge6i0tZw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p style="margin-bottom:0cm;line-height:100%"><br>
        </p>
        <p style="margin-bottom:0cm;line-height:100%">Thanks for you
          time to look into my queries.</p>
        <p style="margin-bottom:0cm;line-height:100%"><br>
        </p>
        <p style="margin-bottom:0cm;line-height:100%">Regards,</p>
        <p style="margin-bottom:0cm;line-height:100%">Ratheendran<br>
        </p>
      </div>
      <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>