mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
jpegenc: Accept sof-marker=4
sof-marker is 4 when input is in the RGB colorspace. https://bugzilla.gnome.org/show_bug.cgi?id=795463
This commit is contained in:
parent
90f5ae8f45
commit
1914b9d4e2
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
|
|||
"width = (int) [ 16, 65535 ], "
|
||||
"height = (int) [ 16, 65535 ], "
|
||||
"framerate = (fraction) [ 0/1, MAX ], "
|
||||
"sof-marker = (int) { 0, 1, 2, 9 }")
|
||||
"sof-marker = (int) { 0, 1, 2, 4, 9 }")
|
||||
);
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue