<!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">
I've seed that files in gst-plugins-good. But you are showing me we
have gstrtph263pay wich is for h263 encoder and gstrtph263pdepay wich
is for h263p codec. h262 is not equal to h263p.<br>
It seems we have h263 payloader but we don't have h263 depayloader.<br>
<br>
When trying to link we can see that they don't link eachother.<br>
<br>
gst-launch-0.10 v4l2src ! video/x-raw-yuv, format=\(fourcc\)I420,
width=\(int\)176, height=\(int\)144, framerate=\(fraction\)0/1 !
ffenc_h263 ! queue ! rtph263pay ! rtph263pdepay ! queue ! ffdec_h263 !
queue !&nbsp; xvimagesink<br>
<br>
WARNING: erroneous pipeline: could not link rtph263pay0 to
rtph263pdepay0<br>
<br>
<br>
Regards,<br>
Miguel Luis.<br>
<br>
<br>
Lutz M&uuml;ller wrote:
<blockquote cite="mid1182970064.5921.0.camel@localhost" type="cite">
  <pre wrap="">On Wed, 2007-06-27 at 18:30 +0100, Miguel Luis wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Why gstreamer does not have a rtph263depay and have a rtph263pay ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
./gst-plugins-good/gst/rtp/gstrtph263pay.c
./gst-plugins-good/gst/rtp/gstrtph263pay.h
./gst-plugins-good/gst/rtp/gstrtph263pdepay.c
./gst-plugins-good/gst/rtp/gstrtph263pdepay.h

The plugins reside in the 'good' package.

Regards
  </pre>
</blockquote>
<br>
</body>
</html>