[Bug 684955] New: rtpjpegpay doesn't support width or height greater than 2040
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Sep 27 07:07:02 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=684955
GStreamer | gst-plugins-good | git
Summary: rtpjpegpay doesn't support width or height greater
than 2040
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: jonas.holmberg at axis.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
GST_DEBUG=2 gst-launch-1.0 videotesrc ! jpegenc !
image/jpeg,framerate=30/1,width=2048,height=2040 ! rtpjpegpay ! fakesink
0:00:00.177544450 31506 0x627720 ERROR rtpjpegpay
gstrtpjpegpay.c:317:gst_rtp_jpeg_pay_setcaps:<rtpjpegpay0> Invalid width/height
from caps
0:00:00.177608085 31506 0x627720 ERROR rtpjpegpay
gstrtpjpegpay.c:317:gst_rtp_jpeg_pay_setcaps:<rtpjpegpay0> Invalid width/height
from caps
0:00:00.177645918 31506 0x627720 ERROR rtpjpegpay
gstrtpjpegpay.c:317:gst_rtp_jpeg_pay_setcaps:<rtpjpegpay0> Invalid width/height
from caps
...
It would be nicer to set width and height to 0 in the rtp-header and send it
out-of-band, for example using a=x-dimensions:width,height in SDP.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list