Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
d7fb375e
Commit
d7fb375e
authored
Apr 28, 2010
by
Tim-Philipp Müller
Browse files
Release 0.10.29
parent
d8f5bb66
Changes
38
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d7fb375e
This diff is collapsed.
Click to expand it.
NEWS
View file @
d7fb375e
This is GStreamer Base Plug-ins 0.10.28, "Those Norwegians"
This is GStreamer Base Plug-ins 0.10.29, "Freaks"
Changes since 0.10.28:
* video: add support for color-matrix and chroma-site fields in video caps and selected elements
* video: Add support for 8-bit and 16-bit grayscale formats
* typefinding: add AAC profile, level, channels and rate to ADTS caps
* tags: add basic xmp metadata support
* gio, gnomevfs: invert ranks of gio and gnomevfs elements: gio is prefered now, gnomevfs has been deprecated
* riff: add mapping for On2 VP62 and VP7 and add some more MPEG4 fourccs
* playsink: Don't fail if there are subtitles and audio but no video
* oggdemux: map old FLAC mapping correctly
* alsa: handle disappearing of sound device whilst in use more gracefully
* playbin: Only unref the volume element on dispose and when a new audio sink is set
* build: build plugin, example and libs directories in parallel if make -jN is used
* uridecodebin/playbin2: we can handle avi in download mode too
* rtsp: handle closed POST socket in tunneling, ignore unparsable ranges, allow for more ipv6 addresses
* audiopayload: add property to control packet duration
Bugs fixed since 0.10.28:
* 615647 : xvimagesink could miss initial expose
* 423086 : vorbisdec introduces timestamp discontinuity at the end
* 601315 : [uridecodebin] No download buffering for AVI files
* 609539 : xmp metadata support in tag library
* 609801 : [volume] Use sample accurate property values if a controller is used
* 610248 : don't poll geometry for every frame
* 610249 : [xoverlay] add set_render_rectangle() methods
* 610866 : [playbin2] Don't fail if there are subtitles and audio but no video
* 611702 : playbin2: Warning: g_object_set: assertion `G_IS_OBJECT (object)' failed with custom text sink
* 612223 : [base(audio)sink] hangs in _wait_eos
* 612312 : typefind: Post AAC profile in caps
* 612552 : Examples and tests don't compile with -DGSEAL_ENABLE
* 612783 : Warning when compiling gstsubparse.c with MSVC
* 612845 : [typefindfunctions] crash in strncasecmp() on windows
* 612968 : Add On2 VP62 and VP7 support in riff-media
* 613093 : Improper boundary condition handling in videoscale.
* 613198 : ximagesink memory leak
* 613248 : [audiopayload] add property to control packet duration
* 613281 : [PATCH] autogen.sh: Don't call configure with --enable-plugin-docs
* 613387 : [gio] compiler warning with GLib 2.18, breaks build with -Werror
* 613403 : docs: gst_x_overlay_handle_events() lacks Since: tag
* 613589 : typefind: Export AAC level in caps
* 613591 : rtspsrc doesn't parse negative port numbers
* 613690 : [xmp] refactoring to 1-n tag mappings
* 613809 : [oggdemux] flac: file does not play locally
* 614288 : Setting playbin volume has no effect the second time around
* 614545 : gstalsasrc mixer task spins 100% CPU when USB sound card is removed
* 614622 : Trying to compile and it blows up at seek
* 614764 : Compile breaks on Mac OS 10.5.8 on new jsseek example
* 615572 : Buffer Leak in audiorate during fill process
* 615697 : Problems with Makefile
* 615789 : [ximagesink] gst_ximagesink_xwindow_update_geometry: assertion `xwindow != NULL' failed
* 616545 : [ffmpegcolorspace] Crashes when converting Y41B with some width/height combinations
API added since 0.10.28:
* gst_x_overlay_set_render_rectangle()
* gst_tag_list_from_xmp_buffer()
* gst_tag_list_to_xmp_buffer()
* gst_video_format_is_gray()
* gst_video_parse_caps_chroma_site()
* gst_video_parse_caps_color_matrix()
* GST_VIDEO_CAPS_GRAY8
* GST_VIDEO_CAPS_GRAY16
* GST_TYPE_RTSP_LOWER_TRANS
* gst_rtsp_lower_trans_get_type()
Changes since 0.10.27:
...
...
RELEASE
View file @
d7fb375e
Release notes for GStreamer Base Plug-ins 0.10.2
8
"
Those Norwegian
s"
Release notes for GStreamer Base Plug-ins 0.10.2
9
"
Freak
s"
...
...
@@ -27,13 +27,13 @@ This module contains elements for, among others:
containers: ogg
codecs: vorbis, theora
text: textoverlay, subparse
sources: audiotestsrc, videotestsrc,
giosrc,
gnomevfssrc
sources: audiotestsrc, videotestsrc, gnomevfssrc
network: tcp
typefind
audio processing: audioconvert, adder, audiorate, audioresample, volume
visualisation: libvisual
video processing: ffmpegcolorspace
aggregate elements: playbin2, decodebin2,
uridecodebin,
decodebin, playbin
aggregate elements:
uridecodebin,
playbin2, decodebin2, decodebin, playbin
Other modules containing plug-ins are:
...
...
@@ -54,15 +54,71 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* Ogg/Dirac fixes
* build: really dist qtgv-xoverlay.h header file needed by overlay examples this time
* rtspconnection: fix handling of x-server-ip-address
* alsasrc fixes
* video: add support for color-matrix and chroma-site fields in video caps and selected elements
* video: Add support for 8-bit and 16-bit grayscale formats
* typefinding: add AAC profile, level, channels and rate to ADTS caps
* tags: add basic xmp metadata support
* gio, gnomevfs: invert ranks of gio and gnomevfs elements: gio is prefered now, gnomevfs has been deprecated
* riff: add mapping for On2 VP62 and VP7 and add some more MPEG4 fourccs
* playsink: Don't fail if there are subtitles and audio but no video
* oggdemux: map old FLAC mapping correctly
* alsa: handle disappearing of sound device whilst in use more gracefully
* playbin: Only unref the volume element on dispose and when a new audio sink is set
* build: build plugin, example and libs directories in parallel if make -jN is used
* uridecodebin/playbin2: we can handle avi in download mode too
* rtsp: handle closed POST socket in tunneling, ignore unparsable ranges, allow for more ipv6 addresses
* audiopayload: add property to control packet duration
Bugs fixed in this release
* 610832 : qtgv-xoverlay.h header file missing in the tarball
* 611900 : [oggdemux] Incorrect parsing of Dirac headers
* 615647 : xvimagesink could miss initial expose
* 423086 : vorbisdec introduces timestamp discontinuity at the end
* 601315 : [uridecodebin] No download buffering for AVI files
* 609539 : xmp metadata support in tag library
* 609801 : [volume] Use sample accurate property values if a controller is used
* 610248 : don't poll geometry for every frame
* 610249 : [xoverlay] add set_render_rectangle() methods
* 610866 : [playbin2] Don't fail if there are subtitles and audio but no video
* 611702 : playbin2: Warning: g_object_set: assertion `G_IS_OBJECT (object)' failed with custom text sink
* 612223 : [base(audio)sink] hangs in _wait_eos
* 612312 : typefind: Post AAC profile in caps
* 612552 : Examples and tests don't compile with -DGSEAL_ENABLE
* 612783 : Warning when compiling gstsubparse.c with MSVC
* 612845 : [typefindfunctions] crash in strncasecmp() on windows
* 612968 : Add On2 VP62 and VP7 support in riff-media
* 613093 : Improper boundary condition handling in videoscale.
* 613198 : ximagesink memory leak
* 613248 : [audiopayload] add property to control packet duration
* 613281 : [PATCH] autogen.sh: Don't call configure with --enable-plugin-docs
* 613387 : [gio] compiler warning with GLib 2.18, breaks build with -Werror
* 613403 : docs: gst_x_overlay_handle_events() lacks Since: tag
* 613589 : typefind: Export AAC level in caps
* 613591 : rtspsrc doesn't parse negative port numbers
* 613690 : [xmp] refactoring to 1-n tag mappings
* 613809 : [oggdemux] flac: file does not play locally
* 614288 : Setting playbin volume has no effect the second time around
* 614545 : gstalsasrc mixer task spins 100% CPU when USB sound card is removed
* 614622 : Trying to compile and it blows up at seek
* 614764 : Compile breaks on Mac OS 10.5.8 on new jsseek example
* 615572 : Buffer Leak in audiorate during fill process
* 615697 : Problems with Makefile
* 615789 : [ximagesink] gst_ximagesink_xwindow_update_geometry: assertion `xwindow != NULL' failed
* 616545 : [ffmpegcolorspace] Crashes when converting Y41B with some width/height combinations
API changed in this release
- API additions:
* gst_x_overlay_set_render_rectangle()
* gst_tag_list_from_xmp_buffer()
* gst_tag_list_to_xmp_buffer()
* gst_video_format_is_gray()
* gst_video_parse_caps_chroma_site()
* gst_video_parse_caps_color_matrix()
* GST_VIDEO_CAPS_GRAY8
* GST_VIDEO_CAPS_GRAY16
* GST_TYPE_RTSP_LOWER_TRANS
* gst_rtsp_lower_trans_get_type()
Download
...
...
@@ -91,9 +147,25 @@ Applications
Contributors to this release
* Arun Raghavan
* Benjamin Otte
* Dake Gu
* Damien Lespiau
* David Hoyt
* David Schleef
* Edward Hervey
* Jan Schmidt
* Mark Nauwelaerts
* Olivier Crête
* Peter Kjellerstedt
* Reuben Dowle
* Rob Clark
* Robert Swain
* Sebastian Dröge
* Stefan Kost
* Thiago Santos
* Thomas Green
* Tim-Philipp Müller
* Torsten Schönfeld
* Vincent Untz
* Wim Taymans
\ No newline at end of file
configure.ac
View file @
d7fb375e
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.10.2
8.3
,
AC_INIT(GStreamer Base Plug-ins, 0.10.2
9
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
...
...
@@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.2
8.1
GST_REQ=0.10.2
9
dnl *** autotools stuff ****
...
...
docs/plugins/gst-plugins-base-plugins.prerequisites
View file @
d7fb375e
GstChildProxy GstObject
GstTagSetter
GstObject
GstElement
GstImplementsInterface
GstObject
GstElement
GstMixer
GstObject
GstImplementsInterface GstElement
GstTuner
GstObject
GstImplementsInterface GstElement
GstXOverlay
GstObject
GstImplementsInterface GstElement
GstColorBalance
GstObject
GstImplementsInterface GstElement
GstTagSetter GstElement
GstImplementsInterface GstElement
GstMixer GstImplementsInterface GstElement
GstTuner GstImplementsInterface GstElement
GstXOverlay GstImplementsInterface GstElement
GstColorBalance GstImplementsInterface GstElement
GstStreamVolume GObject
PangoCairoFontMap PangoFontMap
GFile GObject
docs/plugins/inspect/plugin-adder.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Adds multiple streams
</description>
<filename>
../../gst/adder/.libs/libgstadder.so
</filename>
<basename>
libgstadder.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-alsa.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
ALSA plugin library
</description>
<filename>
../../ext/alsa/.libs/libgstalsa.so
</filename>
<basename>
libgstalsa.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-app.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Elements used to communicate with applications
</description>
<filename>
../../gst/app/.libs/libgstapp.so
</filename>
<basename>
libgstapp.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-audioconvert.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Convert audio to different formats
</description>
<filename>
../../gst/audioconvert/.libs/libgstaudioconvert.so
</filename>
<basename>
libgstaudioconvert.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -14,7 +14,7 @@
<longname>
Audio converter
</longname>
<class>
Filter/Converter/Audio
</class>
<description>
Convert audio to different formats
</description>
<author>
Benjamin Otte
<
in7y118@public.uni-hamburg.de
>
</author>
<author>
Benjamin Otte
<
otte@gnome.org
>
</author>
<pads>
<caps>
<name>
sink
</name>
...
...
docs/plugins/inspect/plugin-audiorate.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Adjusts audio frames
</description>
<filename>
../../gst/audiorate/.libs/libgstaudiorate.so
</filename>
<basename>
libgstaudiorate.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-audioresample.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Resamples audio
</description>
<filename>
../../gst/audioresample/.libs/libgstaudioresample.so
</filename>
<basename>
libgstaudioresample.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-audiotestsrc.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Creates audio test signals of given frequency and volume
</description>
<filename>
../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so
</filename>
<basename>
libgstaudiotestsrc.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-cdparanoia.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Read audio from CD in paranoid mode
</description>
<filename>
../../ext/cdparanoia/.libs/libgstcdparanoia.so
</filename>
<basename>
libgstcdparanoia.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-decodebin.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
decoder bin
</description>
<filename>
../../gst/playback/.libs/libgstdecodebin.so
</filename>
<basename>
libgstdecodebin.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-ffmpegcolorspace.xml
View file @
d7fb375e
...
...
@@ -3,7 +3,7 @@
<description>
colorspace conversion copied from FFMpeg 0.4.9-pre1
</description>
<filename>
../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so
</filename>
<basename>
libgstffmpegcolorspace.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
FFMpeg
</package>
...
...
docs/plugins/inspect/plugin-gdp.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
Payload/depayload GDP packets
</description>
<filename>
../../gst/gdp/.libs/libgstgdp.so
</filename>
<basename>
libgstgdp.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-gio.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
GIO elements
</description>
<filename>
../../ext/gio/.libs/libgstgio.so
</filename>
<basename>
libgstgio.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-gnomevfs.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
elements to read from and write to Gnome-VFS uri's
</description>
<filename>
../../ext/gnomevfs/.libs/libgstgnomevfs.so
</filename>
<basename>
libgstgnomevfs.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -29,8 +29,7 @@
<longname>
GnomeVFS Source
</longname>
<class>
Source/File
</class>
<description>
Read from any GnomeVFS-supported file
</description>
<author>
Bastien Nocera
<
hadess@hadess.net
>
GStreamer maintainers
<
gstreamer-devel@lists.sourceforge.net
>
</author>
<author>
Bastien Nocera
<
hadess@hadess.net
>
, GStreamer maintainers
<
gstreamer-devel@lists.sourceforge.net
>
</author>
<pads>
<caps>
<name>
src
</name>
...
...
docs/plugins/inspect/plugin-libvisual.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
libvisual visualization plugins
</description>
<filename>
../../ext/libvisual/.libs/libgstlibvisual.so
</filename>
<basename>
libgstlibvisual.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-ogg.xml
View file @
d7fb375e
...
...
@@ -3,10 +3,10 @@
<description>
ogg stream manipulation (info about ogg: http://xiph.org)
</description>
<filename>
../../ext/ogg/.libs/libgstogg.so
</filename>
<basename>
libgstogg.so
</basename>
<version>
0.10.2
8.1
</version>
<version>
0.10.2
9
</version>
<license>
LGPL
</license>
<source>
gst-plugins-base
</source>
<package>
GStreamer Base Plug-ins
git
</package>
<package>
GStreamer Base Plug-ins
source release
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -146,7 +146,7 @@
<name>
src
</name>
<direction>
source
</direction>
<presence>
sometimes
</presence>
<details>
video/x-3ivx, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cirrus-logic-accupak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-compressed-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-rgb, bpp=(int){ 8, 24, 32 }, depth=(int){ 8, 24 }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)25, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)50, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, mpegversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-flash-video, flvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)lucent, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-huffyuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-intel-h263, variant=(string)intel, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)microsoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, mpegversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/jpeg, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)42, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)43, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)41, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-mszh, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/png, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-rle, layout=(string)microsoft, depth=(int)[ 1, 64 ], framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/sp5x, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-camtasia, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ultimotion, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vdolive, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vivo, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)videosoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xvid, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xan, wcversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YUY2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YVU9, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-zlib, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cinepak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msvideocodec, msvideoversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)xirlink, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dirac, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ffv, ffvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-kmvc, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp6, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-mimic, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-apple-video, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-fraps, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-aasc, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-loco, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-zmbv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
</details>
<details>
video/x-3ivx, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-asus, asusversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cirrus-logic-accupak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-compressed-yuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-rgb, bpp=(int){ 8, 24, 32 }, depth=(int){ 8, 24 }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)25, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dv, systemstream=(boolean)false, dvversion=(int)50, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-divx, divxversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, mpegversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-flash-video, flvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)lucent, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-huffyuv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-intel-h263, variant=(string)intel, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)lead, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)microsoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, mpegversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/jpeg, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)42, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)43, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/mpeg, systemstream=(boolean)false, mpegversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msmpeg, msmpegversion=(int)41, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-mszh, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; image/png, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-rle, layout=(string)microsoft, depth=(int)[ 1, 64 ], framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-indeo, indeoversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/sp5x, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-truemotion, trueversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-camtasia, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ultimotion, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)UYVY, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ati-vcr, vcrversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vdolive, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)vivo, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vmnc, version=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)videosoft, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-wmv, wmvversion=(int)3, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xvid, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-xan, wcversion=(int)4, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YUY2, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YVU9, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-zlib, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-cinepak, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h264, variant=(string)itu, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-msvideocodec, msvideoversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-h263, variant=(string)xirlink, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-dirac, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-ffv, ffvversion=(int)1, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-kmvc, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp5, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-vp6, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ];
video/x-vp7, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ];
video/x-mimic, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-apple-video, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-theora, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-fraps, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-aasc, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-raw-yuv, format=(fourcc)YV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-loco, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]; video/x-zmbv, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ]
</details>
</caps>
<caps>
<name>
sink
</name>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment