diff options
author | Jan Schmidt <jan@centricular.com> | 2014-10-05 00:54:59 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2015-06-11 11:01:38 +1000 |
commit | c6958c158f3ec48b63a6d12bb793aae93cfca243 (patch) | |
tree | 0726098db4604a1ba5d81c74d0f5348819ba6e44 /ext/x264/gstx264enc.h | |
parent | 0f80355ba555240c36e708034ff71e7bdce30a5d (diff) |
x264enc: Add support for stereoscopic video
Provide new frame-packing property to directly set
x264enc frame packing, or pass through upstream settings
The explicit layout from the frame-packing property is
preferred over any info from the caps.
Diffstat (limited to 'ext/x264/gstx264enc.h')
-rw-r--r-- | ext/x264/gstx264enc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/x264/gstx264enc.h b/ext/x264/gstx264enc.h index acf309d9..b7179c85 100644 --- a/ext/x264/gstx264enc.h +++ b/ext/x264/gstx264enc.h @@ -97,6 +97,7 @@ struct _GstX264Enc GString *tunings; GString *option_string_prop; /* option-string property */ GString *option_string; /* used by set prop */ + gint frame_packing; /* input description */ GstVideoCodecState *input_state; |