diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json index 5157f3da81..fd488684f5 100644 --- a/docs/plugins/gst_plugins_cache.json +++ b/docs/plugins/gst_plugins_cache.json @@ -28604,380 +28604,6 @@ "source": "gst-plugins-bad", "url": "Unknown package origin" }, - "gtk": { - "description": "Gtk+ sink", - "elements": { - "gtkglsink": { - "author": "Matthew Waters ", - "description": "A video sink that renders to a GtkWidget using OpenGL", - "hierarchy": [ - "GstGtkGLSink", - "GstGtkBaseSink", - "GstVideoSink", - "GstBaseSink", - "GstElement", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "klass": "Sink/Video", - "name": "gtkglsink", - "pad-templates": { - "sink": { - "caps": "video/x-raw(memory:GLMemory):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition):\n format: RGBA\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", - "direction": "sink", - "presence": "always", - "typename": "GstPad" - } - }, - "properties": { - "async": { - "blurb": "Go asynchronously to PAUSED", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "blocksize": { - "blurb": "Size in bytes to pull per buffer (0 = default)", - "construct": false, - "construct-only": false, - "default": "4096", - "max": "-1", - "min": "0", - "type-name": "guint", - "writable": true - }, - "enable-last-sample": { - "blurb": "Enable the last-sample property", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "force-aspect-ratio": { - "blurb": "When enabled, scaling will respect original aspect ratio", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "ignore-alpha": { - "blurb": "When enabled, alpha will be ignored and converted to black", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "last-sample": { - "blurb": "The last sample received in the sink", - "construct": false, - "construct-only": false, - "type-name": "GstSample", - "writable": false - }, - "max-bitrate": { - "blurb": "The maximum bits per second to render (0 = disabled)", - "construct": false, - "construct-only": false, - "default": "0", - "max": "18446744073709551615", - "min": "0", - "type-name": "guint64", - "writable": true - }, - "max-lateness": { - "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)", - "construct": false, - "construct-only": false, - "default": "20000000", - "max": "9223372036854775807", - "min": "-1", - "type-name": "gint64", - "writable": true - }, - "name": { - "blurb": "The name of the object", - "construct": true, - "construct-only": false, - "default": "NULL", - "type-name": "gchararray", - "writable": true - }, - "parent": { - "blurb": "The parent of the object", - "construct": false, - "construct-only": false, - "type-name": "GstObject", - "writable": true - }, - "pixel-aspect-ratio": { - "blurb": "The pixel aspect ratio of the device", - "construct": false, - "construct-only": false, - "default": "0/1", - "max": "2147483647/1", - "min": "0/1", - "type-name": "GstFraction", - "writable": true - }, - "qos": { - "blurb": "Generate Quality-of-Service events upstream", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "render-delay": { - "blurb": "Additional render delay of the sink in nanoseconds", - "construct": false, - "construct-only": false, - "default": "0", - "max": "18446744073709551615", - "min": "0", - "type-name": "guint64", - "writable": true - }, - "show-preroll-frame": { - "blurb": "Whether to render video frames during preroll", - "construct": true, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "sync": { - "blurb": "Sync on the clock", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "throttle-time": { - "blurb": "The time to keep between rendered buffers (0 = disabled)", - "construct": false, - "construct-only": false, - "default": "0", - "max": "18446744073709551615", - "min": "0", - "type-name": "guint64", - "writable": true - }, - "ts-offset": { - "blurb": "Timestamp offset in nanoseconds", - "construct": false, - "construct-only": false, - "default": "0", - "max": "9223372036854775807", - "min": "-9223372036854775808", - "type-name": "gint64", - "writable": true - }, - "widget": { - "blurb": "The GtkWidget to place in the widget hierarchy (must only be get from the GTK main thread)", - "construct": false, - "construct-only": false, - "type-name": "GtkWidget", - "writable": false - } - }, - "rank": 0 - }, - "gtksink": { - "author": "Matthew Waters ", - "description": "A video sink that renders to a GtkWidget", - "hierarchy": [ - "GstGtkSink", - "GstGtkBaseSink", - "GstVideoSink", - "GstBaseSink", - "GstElement", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "klass": "Sink/Video", - "name": "gtksink", - "pad-templates": { - "sink": { - "caps": "video/x-raw:\n format: { BGRx, BGRA }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", - "direction": "sink", - "presence": "always", - "typename": "GstPad" - } - }, - "properties": { - "async": { - "blurb": "Go asynchronously to PAUSED", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "blocksize": { - "blurb": "Size in bytes to pull per buffer (0 = default)", - "construct": false, - "construct-only": false, - "default": "4096", - "max": "-1", - "min": "0", - "type-name": "guint", - "writable": true - }, - "enable-last-sample": { - "blurb": "Enable the last-sample property", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "force-aspect-ratio": { - "blurb": "When enabled, scaling will respect original aspect ratio", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "ignore-alpha": { - "blurb": "When enabled, alpha will be ignored and converted to black", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "last-sample": { - "blurb": "The last sample received in the sink", - "construct": false, - "construct-only": false, - "type-name": "GstSample", - "writable": false - }, - "max-bitrate": { - "blurb": "The maximum bits per second to render (0 = disabled)", - "construct": false, - "construct-only": false, - "default": "0", - "max": "18446744073709551615", - "min": "0", - "type-name": "guint64", - "writable": true - }, - "max-lateness": { - "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)", - "construct": false, - "construct-only": false, - "default": "20000000", - "max": "9223372036854775807", - "min": "-1", - "type-name": "gint64", - "writable": true - }, - "name": { - "blurb": "The name of the object", - "construct": true, - "construct-only": false, - "default": "NULL", - "type-name": "gchararray", - "writable": true - }, - "parent": { - "blurb": "The parent of the object", - "construct": false, - "construct-only": false, - "type-name": "GstObject", - "writable": true - }, - "pixel-aspect-ratio": { - "blurb": "The pixel aspect ratio of the device", - "construct": false, - "construct-only": false, - "default": "0/1", - "max": "2147483647/1", - "min": "0/1", - "type-name": "GstFraction", - "writable": true - }, - "qos": { - "blurb": "Generate Quality-of-Service events upstream", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "render-delay": { - "blurb": "Additional render delay of the sink in nanoseconds", - "construct": false, - "construct-only": false, - "default": "0", - "max": "18446744073709551615", - "min": "0", - "type-name": "guint64", - "writable": true - }, - "show-preroll-frame": { - "blurb": "Whether to render video frames during preroll", - "construct": true, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "sync": { - "blurb": "Sync on the clock", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "throttle-time": { - "blurb": "The time to keep between rendered buffers (0 = disabled)", - "construct": false, - "construct-only": false, - "default": "0", - "max": "18446744073709551615", - "min": "0", - "type-name": "guint64", - "writable": true - }, - "ts-offset": { - "blurb": "Timestamp offset in nanoseconds", - "construct": false, - "construct-only": false, - "default": "0", - "max": "9223372036854775807", - "min": "-9223372036854775808", - "type-name": "gint64", - "writable": true - }, - "widget": { - "blurb": "The GtkWidget to place in the widget hierarchy (must only be get from the GTK main thread)", - "construct": false, - "construct-only": false, - "type-name": "GtkWidget", - "writable": false - } - }, - "rank": 0 - } - }, - "filename": "libgstgtk.so", - "license": "LGPL", - "package": "GStreamer Bad Plug-ins prerelease", - "source": "gst-plugins-bad", - "url": "Unknown package origin" - }, "hls": { "description": "HTTP Live Streaming (HLS)", "elements": { @@ -40743,1009 +40369,6 @@ "source": "gst-plugins-bad", "url": "Unknown package origin" }, - "schro": { - "description": "Schroedinger plugin", - "elements": { - "schrodec": { - "author": "David Schleef ", - "description": "Decode Dirac streams", - "hierarchy": [ - "GstSchroDec", - "GstVideoDecoder", - "GstElement", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "klass": "Codec/Decoder/Video", - "name": "schrodec", - "pad-templates": { - "sink": { - "caps": "video/x-dirac:\n", - "direction": "sink", - "presence": "always", - "typename": "GstPad" - }, - "src": { - "caps": "video/x-raw:\n format: { I420, YV12, YUY2, UYVY, AYUV, Y42B, Y444, v216, v210, AY64 }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", - "direction": "src", - "presence": "always", - "typename": "GstPad" - } - }, - "properties": { - "name": { - "blurb": "The name of the object", - "construct": true, - "construct-only": false, - "default": "NULL", - "type-name": "gchararray", - "writable": true - }, - "parent": { - "blurb": "The parent of the object", - "construct": false, - "construct-only": false, - "type-name": "GstObject", - "writable": true - } - }, - "rank": 256 - }, - "schroenc": { - "author": "David Schleef ", - "description": "Encode raw video into Dirac stream", - "hierarchy": [ - "GstSchroEnc", - "GstVideoEncoder", - "GstElement", - "GstObject", - "GInitiallyUnowned", - "GObject" - ], - "klass": "Codec/Encoder/Video", - "name": "schroenc", - "pad-templates": { - "sink": { - "caps": "video/x-raw:\n format: { I420, YV12, YUY2, UYVY, AYUV, Y42B, Y444, v216, v210, AY64 }\n width: [ 1, 2147483647 ]\n height: [ 1, 2147483647 ]\n framerate: [ 0/1, 2147483647/1 ]\n", - "direction": "sink", - "presence": "always", - "typename": "GstPad" - }, - "src": { - "caps": "video/x-dirac:\nvideo/x-qt-part:\nvideo/x-mp4-part:\n", - "direction": "src", - "presence": "always", - "typename": "GstPad" - } - }, - "properties": { - "au-distance": { - "blurb": "au_distance", - "construct": false, - "construct-only": false, - "default": "120", - "max": "2147483647", - "min": "1", - "type-name": "gint", - "writable": true - }, - "bitrate": { - "blurb": "bitrate", - "construct": false, - "construct-only": false, - "default": "0", - "max": "2147483647", - "min": "0", - "type-name": "gint", - "writable": true - }, - "buffer-level": { - "blurb": "buffer_level", - "construct": false, - "construct-only": false, - "default": "0", - "max": "2147483647", - "min": "0", - "type-name": "gint", - "writable": true - }, - "buffer-size": { - "blurb": "buffer_size", - "construct": false, - "construct-only": false, - "default": "0", - "max": "2147483647", - "min": "0", - "type-name": "gint", - "writable": true - }, - "codeblock-size": { - "blurb": "codeblock_size", - "construct": false, - "construct-only": false, - "default": "automatic (0)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_codeblock_size", - "values": [ - { - "desc": "automatic", - "name": "automatic", - "value": "0x00000000" - }, - { - "desc": "small", - "name": "small", - "value": "0x00000001" - }, - { - "desc": "medium", - "name": "medium", - "value": "0x00000002" - }, - { - "desc": "large", - "name": "large", - "value": "0x00000003" - }, - { - "desc": "full", - "name": "full", - "value": "0x00000004" - } - ], - "writable": true - }, - "downsample-levels": { - "blurb": "downsample_levels", - "construct": false, - "construct-only": false, - "default": "5", - "max": "8", - "min": "2", - "type-name": "gint", - "writable": true - }, - "enable-bigblock-estimation": { - "blurb": "enable_bigblock_estimation", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "enable-chroma-me": { - "blurb": "enable_chroma_me", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-dc-multiquant": { - "blurb": "enable_dc_multiquant", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-deep-estimation": { - "blurb": "enable_deep_estimation", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "enable-fullscan-estimation": { - "blurb": "enable_fullscan_estimation", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-global-motion": { - "blurb": "enable_global_motion", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-hierarchical-estimation": { - "blurb": "enable_hierarchical_estimation", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "enable-internal-testing": { - "blurb": "enable_internal_testing", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-md5": { - "blurb": "enable_md5", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-multiquant": { - "blurb": "enable_multiquant", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-noarith": { - "blurb": "enable_noarith", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-phasecorr-estimation": { - "blurb": "enable_phasecorr_estimation", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-psnr": { - "blurb": "enable_psnr", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-rdo-cbr": { - "blurb": "enable_rdo_cbr", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "enable-scene-change-detection": { - "blurb": "enable_scene_change_detection", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "enable-ssim": { - "blurb": "enable_ssim", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "enable-zero-estimation": { - "blurb": "enable_zero_estimation", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "filter-value": { - "blurb": "filter_value", - "construct": false, - "construct-only": false, - "default": "5", - "max": "100", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "filtering": { - "blurb": "filtering", - "construct": false, - "construct-only": false, - "default": "none (0)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_filtering", - "values": [ - { - "desc": "none", - "name": "none", - "value": "0x00000000" - }, - { - "desc": "center-weighted-median", - "name": "center-weighted-median", - "value": "0x00000001" - }, - { - "desc": "gaussian", - "name": "gaussian", - "value": "0x00000002" - }, - { - "desc": "add-noise", - "name": "add-noise", - "value": "0x00000003" - }, - { - "desc": "adaptive-gaussian", - "name": "adaptive-gaussian", - "value": "0x00000004" - }, - { - "desc": "lowpass", - "name": "lowpass", - "value": "0x00000005" - } - ], - "writable": true - }, - "gop-structure": { - "blurb": "gop_structure", - "construct": false, - "construct-only": false, - "default": "adaptive (0)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_gop_structure", - "values": [ - { - "desc": "adaptive", - "name": "adaptive", - "value": "0x00000000" - }, - { - "desc": "intra-only", - "name": "intra-only", - "value": "0x00000001" - }, - { - "desc": "backref", - "name": "backref", - "value": "0x00000002" - }, - { - "desc": "chained-backref", - "name": "chained-backref", - "value": "0x00000003" - }, - { - "desc": "biref", - "name": "biref", - "value": "0x00000004" - }, - { - "desc": "chained-biref", - "name": "chained-biref", - "value": "0x00000005" - } - ], - "writable": true - }, - "horiz-slices": { - "blurb": "horiz_slices", - "construct": false, - "construct-only": false, - "default": "0", - "max": "2147483647", - "min": "0", - "type-name": "gint", - "writable": true - }, - "inter-wavelet": { - "blurb": "inter_wavelet", - "construct": false, - "construct-only": false, - "default": "desl-dubuc-9-7 (0)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_inter_wavelet", - "values": [ - { - "desc": "desl-dubuc-9-7", - "name": "desl-dubuc-9-7", - "value": "0x00000000" - }, - { - "desc": "le-gall-5-3", - "name": "le-gall-5-3", - "value": "0x00000001" - }, - { - "desc": "desl-dubuc-13-7", - "name": "desl-dubuc-13-7", - "value": "0x00000002" - }, - { - "desc": "haar-0", - "name": "haar-0", - "value": "0x00000003" - }, - { - "desc": "haar-1", - "name": "haar-1", - "value": "0x00000004" - }, - { - "desc": "fidelity", - "name": "fidelity", - "value": "0x00000005" - }, - { - "desc": "daub-9-7", - "name": "daub-9-7", - "value": "0x00000006" - } - ], - "writable": true - }, - "intra-wavelet": { - "blurb": "intra_wavelet", - "construct": false, - "construct-only": false, - "default": "desl-dubuc-9-7 (0)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_intra_wavelet", - "values": [ - { - "desc": "desl-dubuc-9-7", - "name": "desl-dubuc-9-7", - "value": "0x00000000" - }, - { - "desc": "le-gall-5-3", - "name": "le-gall-5-3", - "value": "0x00000001" - }, - { - "desc": "desl-dubuc-13-7", - "name": "desl-dubuc-13-7", - "value": "0x00000002" - }, - { - "desc": "haar-0", - "name": "haar-0", - "value": "0x00000003" - }, - { - "desc": "haar-1", - "name": "haar-1", - "value": "0x00000004" - }, - { - "desc": "fidelity", - "name": "fidelity", - "value": "0x00000005" - }, - { - "desc": "daub-9-7", - "name": "daub-9-7", - "value": "0x00000006" - } - ], - "writable": true - }, - "magic-B-lambda-scale": { - "blurb": "magic_B_lambda_scale", - "construct": false, - "construct-only": false, - "default": "0.01", - "max": "10", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-I-lambda-scale": { - "blurb": "magic_I_lambda_scale", - "construct": false, - "construct-only": false, - "default": "1", - "max": "100", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-P-lambda-scale": { - "blurb": "magic_P_lambda_scale", - "construct": false, - "construct-only": false, - "default": "0.25", - "max": "10", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-allocation-scale": { - "blurb": "magic_allocation_scale", - "construct": false, - "construct-only": false, - "default": "1.1", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-badblock-multiplier-nonref": { - "blurb": "magic_badblock_multiplier_nonref", - "construct": false, - "construct-only": false, - "default": "4", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-badblock-multiplier-ref": { - "blurb": "magic_badblock_multiplier_ref", - "construct": false, - "construct-only": false, - "default": "8", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-bailout-weight": { - "blurb": "magic_bailout_weight", - "construct": false, - "construct-only": false, - "default": "4", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-block-search-threshold": { - "blurb": "magic_block_search_threshold", - "construct": false, - "construct-only": false, - "default": "15", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-chroma-lambda-scale": { - "blurb": "magic_chroma_lambda_scale", - "construct": false, - "construct-only": false, - "default": "0.1", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-dc-metric-offset": { - "blurb": "magic_dc_metric_offset", - "construct": false, - "construct-only": false, - "default": "1", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-diagonal-lambda-scale": { - "blurb": "magic_diagonal_lambda_scale", - "construct": false, - "construct-only": false, - "default": "1", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-error-power": { - "blurb": "magic_error_power", - "construct": false, - "construct-only": false, - "default": "4", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-inter-b-weight": { - "blurb": "magic_inter_b_weight", - "construct": false, - "construct-only": false, - "default": "0.2", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-inter-cpd-scale": { - "blurb": "magic_inter_cpd_scale", - "construct": false, - "construct-only": false, - "default": "1", - "max": "1", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-inter-p-weight": { - "blurb": "magic_inter_p_weight", - "construct": false, - "construct-only": false, - "default": "1.5", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-keyframe-weight": { - "blurb": "magic_keyframe_weight", - "construct": false, - "construct-only": false, - "default": "7.5", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-me-bailout-limit": { - "blurb": "magic_me_bailout_limit", - "construct": false, - "construct-only": false, - "default": "0.33", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-me-lambda-scale": { - "blurb": "magic_me_lambda_scale", - "construct": false, - "construct-only": false, - "default": "1", - "max": "100", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-nonref-lambda-scale": { - "blurb": "magic_nonref_lambda_scale", - "construct": false, - "construct-only": false, - "default": "0.01", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-scan-distance": { - "blurb": "magic_scan_distance", - "construct": false, - "construct-only": false, - "default": "4", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-scene-change-threshold": { - "blurb": "magic_scene_change_threshold", - "construct": false, - "construct-only": false, - "default": "3", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-subband0-lambda-scale": { - "blurb": "magic_subband0_lambda_scale", - "construct": false, - "construct-only": false, - "default": "10", - "max": "1000", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "magic-subgroup-length": { - "blurb": "magic_subgroup_length", - "construct": false, - "construct-only": false, - "default": "4", - "max": "10", - "min": "1", - "type-name": "gdouble", - "writable": true - }, - "max-bitrate": { - "blurb": "max_bitrate", - "construct": false, - "construct-only": false, - "default": "13824000", - "max": "2147483647", - "min": "0", - "type-name": "gint", - "writable": true - }, - "max-refs": { - "blurb": "max_refs", - "construct": false, - "construct-only": false, - "default": "3", - "max": "4", - "min": "1", - "type-name": "gint", - "writable": true - }, - "min-bitrate": { - "blurb": "min_bitrate", - "construct": false, - "construct-only": false, - "default": "13824000", - "max": "2147483647", - "min": "0", - "type-name": "gint", - "writable": true - }, - "motion-block-overlap": { - "blurb": "motion_block_overlap", - "construct": false, - "construct-only": false, - "default": "automatic (0)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_motion_block_overlap", - "values": [ - { - "desc": "automatic", - "name": "automatic", - "value": "0x00000000" - }, - { - "desc": "none", - "name": "none", - "value": "0x00000001" - }, - { - "desc": "partial", - "name": "partial", - "value": "0x00000002" - }, - { - "desc": "full", - "name": "full", - "value": "0x00000003" - } - ], - "writable": true - }, - "motion-block-size": { - "blurb": "motion_block_size", - "construct": false, - "construct-only": false, - "default": "automatic (0)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_motion_block_size", - "values": [ - { - "desc": "automatic", - "name": "automatic", - "value": "0x00000000" - }, - { - "desc": "small", - "name": "small", - "value": "0x00000001" - }, - { - "desc": "medium", - "name": "medium", - "value": "0x00000002" - }, - { - "desc": "large", - "name": "large", - "value": "0x00000003" - } - ], - "writable": true - }, - "mv-precision": { - "blurb": "mv_precision", - "construct": false, - "construct-only": false, - "default": "0", - "max": "3", - "min": "0", - "type-name": "gint", - "writable": true - }, - "name": { - "blurb": "The name of the object", - "construct": true, - "construct-only": false, - "default": "NULL", - "type-name": "gchararray", - "writable": true - }, - "noise-threshold": { - "blurb": "noise_threshold", - "construct": false, - "construct-only": false, - "default": "25", - "max": "100", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "open-gop": { - "blurb": "open_gop", - "construct": false, - "construct-only": false, - "default": "true", - "type-name": "gboolean", - "writable": true - }, - "parent": { - "blurb": "The parent of the object", - "construct": false, - "construct-only": false, - "type-name": "GstObject", - "writable": true - }, - "perceptual-distance": { - "blurb": "perceptual_distance", - "construct": false, - "construct-only": false, - "default": "4", - "max": "100", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "perceptual-weighting": { - "blurb": "perceptual_weighting", - "construct": false, - "construct-only": false, - "default": "ccir959 (1)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_perceptual_weighting", - "values": [ - { - "desc": "none", - "name": "none", - "value": "0x00000000" - }, - { - "desc": "ccir959", - "name": "ccir959", - "value": "0x00000001" - }, - { - "desc": "moo", - "name": "moo", - "value": "0x00000002" - }, - { - "desc": "manos-sakrison", - "name": "manos-sakrison", - "value": "0x00000003" - } - ], - "writable": true - }, - "qos": { - "blurb": "Handle Quality-of-Service events from downstream", - "construct": false, - "construct-only": false, - "default": "false", - "type-name": "gboolean", - "writable": true - }, - "quality": { - "blurb": "quality", - "construct": false, - "construct-only": false, - "default": "5", - "max": "10", - "min": "0", - "type-name": "gdouble", - "writable": true - }, - "queue-depth": { - "blurb": "queue_depth", - "construct": false, - "construct-only": false, - "default": "20", - "max": "40", - "min": "1", - "type-name": "gint", - "writable": true - }, - "rate-control": { - "blurb": "rate_control", - "construct": false, - "construct-only": false, - "default": "constant-quality (6)", - "enum": true, - "type-name": "SchroEncoderSettingEnum_rate_control", - "values": [ - { - "desc": "constant-noise-threshold", - "name": "constant-noise-threshold", - "value": "0x00000000" - }, - { - "desc": "constant-bitrate", - "name": "constant-bitrate", - "value": "0x00000001" - }, - { - "desc": "low-delay", - "name": "low-delay", - "value": "0x00000002" - }, - { - "desc": "lossless", - "name": "lossless", - "value": "0x00000003" - }, - { - "desc": "constant-lambda", - "name": "constant-lambda", - "value": "0x00000004" - }, - { - "desc": "constant-error", - "name": "constant-error", - "value": "0x00000005" - }, - { - "desc": "constant-quality", - "name": "constant-quality", - "value": "0x00000006" - } - ], - "writable": true - }, - "transform-depth": { - "blurb": "transform_depth", - "construct": false, - "construct-only": false, - "default": "3", - "max": "6", - "min": "0", - "type-name": "gint", - "writable": true - }, - "vert-slices": { - "blurb": "vert_slices", - "construct": false, - "construct-only": false, - "default": "0", - "max": "2147483647", - "min": "0", - "type-name": "gint", - "writable": true - } - }, - "rank": 256 - } - }, - "filename": "libgstschro.so", - "license": "LGPL", - "package": "GStreamer Bad Plug-ins prerelease", - "source": "gst-plugins-bad", - "url": "Unknown package origin" - }, "sdpelem": { "description": "configure streaming sessions using SDP", "elements": { @@ -49011,4 +47634,4 @@ "source": "gst-plugins-bad", "url": "Unknown package origin" } -} \ No newline at end of file +}