jpegenc: also lift the arbitrary restrictions for width and height
authorStefan Kost <ensonic@users.sf.net>
Tue, 27 Apr 2010 10:43:29 +0000 (13:43 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 6 May 2010 12:43:53 +0000 (15:43 +0300)
This was already done for jpegdec.

ext/jpeg/gstjpegenc.c

index f5e9474..d8ff546 100644 (file)
@@ -132,8 +132,8 @@ GST_STATIC_PAD_TEMPLATE ("src",
     GST_PAD_SRC,
     GST_PAD_ALWAYS,
     GST_STATIC_CAPS ("image/jpeg, "
-        "width = (int) [ 16, 4096 ], "
-        "height = (int) [ 16, 4096 ], " "framerate = (fraction) [ 0/1, MAX ]")
+        "width = (int) [ 16, 65535 ], "
+        "height = (int) [ 16, 65535 ], " "framerate = (fraction) [ 0/1, MAX ]")
     );
 
 static void