GNOME Bugzilla – Bug 584613
rtpvrawpay seems to produce fixed-length packets padded with random data
Last modified: 2009-06-02 17:34:14 UTC
gst-launch -vvvvv videotestsrc pattern=white ! video/x-raw-yuv,format=\(fourcc\)UYVY, width=94, height=10,framerate=50/1 ! rtpvrawpay ! udpsink Monitoring with Wireshark and decoding as RTP shows that the marked packets are padded with (seemingly) rubbish (cf. attachment). The RTP payload thus always is 1388 bytes. I'm using the plugin from gst-plugins-good 0.10.14 on Mac OS 10.5.7 with GStreamer 0.10.22. Proper rtp receiver implementations should discard this informations, so this is not a severe bug.
Created attachment 135818 [details] Network data capture of raw RTP video stream, 50fps, 10x94 pixels
commit e7987ed06b257533cc81c51991d7d227c4f14c40 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Tue Jun 2 19:32:21 2009 +0200 vrawpay: trim output buffers Remove the leftover unused bytes in the output buffer. Fixes #584613