<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yes that works!<br>
I use <font color="#009900">gst-launch tcpclientsrc host=130.160.47.62
port=5002 ! multipartdemux ! jpegdec ! autovideosink</font><br>
to receive the stream on another Ubuntu as client and I can watch the
video.<br>
<br>
But my goal is to change the I,B,P - framerate. So how can I do that?<br>
You mentioned that&nbsp; "put a videoscale element between decodebin and the
caps filter".<br>
So I can do in this way?<br>
<br>
<br>
<br>
--------------------------------------------<br>
<blockquote cite="mid:1298233015.12155.4.camel@zingle" type="cite">
  <pre wrap="">Hi,

  </pre>
  <blockquote type="cite">
    <pre wrap="">1.MPG is 640X480, and framerate is 25.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">gst-launch filesrc "location=1.MPG" ! decodebin ! video/x-raw-yuv,
    width=640,height=480,framerate=5/1 ! ...
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
There you go then. The framerate doesn't match the one in your
capsfilter. Add a videorate element between decodebin and your
capsfilter.

Cheers
 -Tim


_______________________________________________
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>