X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=subprojects%2Fgst-plugins-base%2Fext%2Fopus%2Fgstopusenc.c;h=6f1fc2ba70e034a534e65b3c9046954ee6ebb232;hb=a13fd0ead554310f917ea798c02d3394f845ef23;hp=805ccd758ee2858eb0292a6b9f9d9d8f7f235057;hpb=a525a76e54f602b1d05a1f6f889d71abbc7a8d1a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/subprojects/gst-plugins-base/ext/opus/gstopusenc.c b/subprojects/gst-plugins-base/ext/opus/gstopusenc.c index 805ccd7..6f1fc2b 100644 --- a/subprojects/gst-plugins-base/ext/opus/gstopusenc.c +++ b/subprojects/gst-plugins-base/ext/opus/gstopusenc.c @@ -325,7 +325,8 @@ gst_opus_enc_class_init (GstOpusEncClass * klass) GST_PARAM_MUTABLE_PLAYING)); g_object_class_install_property (gobject_class, PROP_INBAND_FEC, g_param_spec_boolean ("inband-fec", "In-band FEC", - "Enable forward error correction", DEFAULT_INBAND_FEC, + "Enable in-band forward error correction (use in combination with " + "the packet-loss-percentage property)", DEFAULT_INBAND_FEC, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | GST_PARAM_MUTABLE_PLAYING)); g_object_class_install_property (gobject_class, PROP_DTX,