mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
avvidenc: make all properties work again
... as previously broken due to additional compliance property
(see 13ffed87b1
).
This commit is contained in:
parent
fef710efc3
commit
7a8eae6ea9
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ enum
|
|||
PROP_ME_METHOD,
|
||||
PROP_BUFSIZE,
|
||||
PROP_RTP_PAYLOAD_SIZE,
|
||||
PROP_CFG_BASE,
|
||||
PROP_COMPLIANCE,
|
||||
PROP_CFG_BASE,
|
||||
};
|
||||
|
||||
#define GST_TYPE_ME_METHOD (gst_ffmpegvidenc_me_method_get_type())
|
||||
|
@ -214,7 +214,7 @@ gst_ffmpegvidenc_class_init (GstFFMpegVidEncClass * klass)
|
|||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/* register additional properties, possibly dependent on the exact CODEC */
|
||||
gst_ffmpeg_cfg_install_property (klass, PROP_COMPLIANCE);
|
||||
gst_ffmpeg_cfg_install_property (klass, PROP_CFG_BASE);
|
||||
|
||||
venc_class->start = gst_ffmpegvidenc_start;
|
||||
venc_class->stop = gst_ffmpegvidenc_stop;
|
||||
|
|
Loading…
Reference in a new issue