From bac5c4c5d2721a03e401417e175d73a4c0377aa3 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 3 Jun 2016 15:58:52 -0700 Subject: [PATCH] dvbsrc: improve description of PIDs property --- sys/dvb/gstdvbsrc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dvb/gstdvbsrc.c b/sys/dvb/gstdvbsrc.c index ce74951..6523217 100644 --- a/sys/dvb/gstdvbsrc.c +++ b/sys/dvb/gstdvbsrc.c @@ -665,7 +665,9 @@ gst_dvbsrc_class_init (GstDvbSrcClass * klass) g_object_class_install_property (gobject_class, ARG_DVBSRC_PIDS, g_param_spec_string ("pids", "pids", - "Colon seperated list of pids (eg. 110:120)", + "Colon-separated list of PIDs (eg. 110:120) to capture. ACT and CAT " + "are automatically included but PMT should be added explicitly. " + "Special value 8192 gets full MPEG-TS", DEFAULT_PIDS, GST_PARAM_MUTABLE_PLAYING | G_PARAM_WRITABLE)); g_object_class_install_property (gobject_class, ARG_DVBSRC_SYM_RATE, -- 2.7.4