ext/theora/: Added cropping option to theora decoder.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 30 Jul 2004 10:18:42 +0000 (10:18 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 30 Jul 2004 10:18:42 +0000 (10:18 +0000)
commitfe21b5633274a21a5af2c78bf8c8260fa32cf1c1
treed106498cee7ff5ab830f92fb5c9dd2c8df2d1c3c
parent05584c6b22493e47f2a06f653799b6cb7b99355c
ext/theora/: Added cropping option to theora decoder.

Original commit message from CVS:
* ext/theora/theoradec.c: (gst_theora_dec_class_init),
(gst_theora_dec_init), (theora_get_formats),
(theora_dec_src_convert), (theora_dec_sink_convert),
(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
(theora_dec_chain), (theora_dec_set_property),
(theora_dec_get_property):
* ext/theora/theoraenc.c: (gst_border_mode_get_type),
(gst_theora_enc_class_init), (gst_theora_enc_init),
(theora_enc_sink_link), (theora_enc_chain),
(theora_enc_set_property), (theora_enc_get_property):
Added cropping option to theora decoder.
Added border option to theora encoder.
ChangeLog
ext/theora/theoradec.c
ext/theora/theoraenc.c