dvbsrc: fix bandwidth-hz property description

Bandwidth Hz is no longer a DVBT-only property
This commit is contained in:
Reynaldo H. Verdejo Pinochet 2016-05-23 14:41:40 -07:00
parent 31a52b6c7c
commit 6a4fa2de75

View file

@ -683,11 +683,9 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass)
"DiSEqC switch. Otherwise leave at -1 (disabled)", -1, 7,
DEFAULT_DISEQC_SRC, GST_PARAM_MUTABLE_PLAYING | G_PARAM_READWRITE));
/* DVB-T, additional properties */
g_object_class_install_property (gobject_class, ARG_DVBSRC_BANDWIDTH_HZ,
g_param_spec_uint ("bandwidth-hz", "bandwidth-hz",
"(DVB-T) Bandwidth in Hz", 0, G_MAXUINT, DEFAULT_BANDWIDTH_HZ,
"Channel bandwidth in Hz", 0, G_MAXUINT, DEFAULT_BANDWIDTH_HZ,
GST_PARAM_MUTABLE_PLAYING | G_PARAM_READWRITE));
#ifndef GST_REMOVE_DEPRECATED