summaryrefslogtreecommitdiff
path: root/omx/gstomxvideoenc.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-11-02 13:50:14 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-11-02 13:50:14 +0100
commitef67a437021d2a7d0b9e96c76d3251e4b204c23c (patch)
tree8e84f9063ae664d16ac038372ff766fbaeb945c3 /omx/gstomxvideoenc.h
parent08fabd6a0793b6de1497a511b4984df2e83ff99f (diff)
downloadgst-omx-ef67a437021d2a7d0b9e96c76d3251e4b204c23c.tar.gz
omxvideoenc: Better handling of encoder parameters
Only set them if necessary and allow to use the component defaults.
Diffstat (limited to 'omx/gstomxvideoenc.h')
-rw-r--r--omx/gstomxvideoenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx/gstomxvideoenc.h b/omx/gstomxvideoenc.h
index 7cda67a..a4e6a8a 100644
--- a/omx/gstomxvideoenc.h
+++ b/omx/gstomxvideoenc.h
@@ -65,7 +65,7 @@ struct _GstOMXVideoEnc
gboolean draining;
/* properties */
- OMX_VIDEO_CONTROLRATETYPE control_rate;
+ guint32 control_rate;
guint32 target_bitrate;
guint32 quant_i_frames;
guint32 quant_p_frames;