summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2020-01-13 14:01:19 -0500
committerStéphane Cerveau <scerveau@collabora.com>2020-10-27 08:26:23 +0100
commitdb13dc9d02c256904ff50f4e9558e5ba594dcba3 (patch)
treeb9029eee15ed4d4abbea3549cf1e65d57521757e /docs
parent8a923af42f361f6a96204b4747c1adfe58368530 (diff)
downloadgstreamer-plugins-bad-db13dc9d02c256904ff50f4e9558e5ba594dcba3.tar.gz
jpeg2000parse: support frame and stripe alignment in caps
forward alignment and num-stripes caps properties Use caps height when setting caps for subframe We want downstream to use full frame height, not subframe height Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1653>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index 75ae26afc..b35a18a24 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -221756,7 +221756,7 @@
"long-name": "JPEG 2000 parser",
"pad-templates": {
"sink": {
- "caps": "image/jp2:\nimage/x-jpc:\nimage/x-j2c:\n",
+ "caps": "image/jp2:\nimage/x-jpc:\n alignment: { (string)frame, (string)stripe }\nimage/x-j2c:\n alignment: { (string)frame, (string)stripe }\n",
"direction": "sink",
"presence": "always"
},