mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
dvbsrc: fix description for modulation prop
This commit is contained in:
parent
17beaed35f
commit
cd73c776f2
1 changed files with 1 additions and 1 deletions
|
@ -682,7 +682,7 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass)
|
|||
|
||||
g_object_class_install_property (gobject_class, ARG_DVBSRC_MODULATION,
|
||||
g_param_spec_enum ("modulation", "modulation",
|
||||
"(DVB-T and DVB-C) Modulation type",
|
||||
"(DVB-T/T2/C/S2, TURBO and ATSC) Modulation type",
|
||||
GST_TYPE_DVBSRC_MODULATION, DEFAULT_MODULATION, G_PARAM_READWRITE));
|
||||
|
||||
/* FIXME: property should be named 'transmission-mode' */
|
||||
|
|
Loading…
Reference in a new issue