theoradec
theoradec — decode raw theora streams to raw YUV video
|
|
Properties
"crop" gboolean : Read / Write
Description
This element decodes theora streams into raw video
Theora is a royalty-free
video codec maintained by the Xiph.org
Foundation, based on the VP3 codec.
Example pipeline
gst-launch -v filesrc location=videotestsrc.ogg ! oggdemux ! theoradec ! xvimagesink
This example pipeline will decode an ogg stream and decodes the theora video. Refer to
the theoraenc example to create the ogg file.
Last reviewed on 2006-03-01 (0.10.4)
Element Information
plugin
theora
theora
theoraauthorBenjamin Otte <in7y118@public.uni-hamburg.de>, Wim Taymans <wim@fluendo.com>Benjamin Otte <in7y118@public.uni-hamburg.de>, Wim Taymans <wim@fluendo.com>
classCodec/Decoder/VideoCodec/Decoder/Video
|
plugin |
theora
|
|
author |
Benjamin Otte <in7y118@public.uni-hamburg.de>, Wim Taymans <wim@fluendo.com> |
|
class |
Codec/Decoder/Video |
Details
GstTheoraDec
typedef struct _GstTheoraDec GstTheoraDec;
Opaque object data structure.
Property Details
The "crop" property
"crop" gboolean : Read / Write
Crop the image to the visible region.
Default value: TRUE
See Also
theoraenc, oggdemux