<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 08/08/2014 09:08 PM, Dheeraj
      Prasanth wrote:<br>
    </div>
    <blockquote cite="mid:COL125-W520B7096FB7C6BA1FB2641AEEE0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">Hi guys,
        <div><br>
        </div>
        <div>I am trying to recreate this pipeline : gst-launch filesrc
          location=/home/jango/Pictures/1.jpg ! decodebin ! queue !
          videoscale ! ffmpegcolorspace ! imagefreeze ! video/x-raw-yuv,
          framerate=1/1, width=200, height=150 ! videomixer name=mix
          sink_0::alpha=0.5 ! theoraenc ! oggmux name=mux ! filesink
          location="1.ogg"  videotestsrc ! video/x-raw-yuv,
          framerate=10/1, width=640, height=360 ! mix.</div>
        <div><span style="font-size: 12pt;">using python and my code is
            attached with this mail.</span></div>
        <div><br>
        </div>
        <div>The error I am getting is : [<GError at 0x1d6bf40>,
          'gstbasesrc.c(2625): gst_base_src_loop ():
          /GstPipeline:pipeline0/GstFileSrc:filesrc0:\nstreaming task
          paused, reason not-linked (-1)']
          <div><flags GST_MESSAGE_ERROR of type GstMessageType></div>
          <div><br>
          </div>
          <div>If anyone could point out where I am going wrong. Thanks
            in advance. <br>
          </div>
        </div>
      </div>
    </blockquote>
    You probably want to feed the same framerate into videomixer. Please
    also try switching to 1.X from 0.10 (as 0.10 is not being updated
    anymore).<br>
    <br>
    Stefan<br>
    <blockquote cite="mid:COL125-W520B7096FB7C6BA1FB2641AEEE0@phx.gbl"
      type="cite">
      <div dir="ltr">
        <div><br>
          Regards 
          <div>Dheeraj Prasanth</div>
          <div>Mob : +91 8893043923</div>
          <div>Email : <a class="moz-txt-link-abbreviated" href="mailto:dheeraj@rawdatatech.com">dheeraj@rawdatatech.com</a></div>
          <div><br>
          </div>
        </div>
      </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>