1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c Wed Dec 20 19:04:17 2006 +0000
1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c Thu Jan 04 21:16:44 2007 +0000
1.3 @@ -16,7 +16,7 @@
1.4 * When using the LiveTV content, put the location URI in the following
1.5 * format:
1.6 *
1.7 - * myth://mythtv:mythtv@xxx.xxx.xxx.xxx:6543/#mythconverg
1.8 + * myth://mythtv:mythtv@xxx.xxx.xxx.xxx:6543/?mythconverg
1.9 *
1.10 * Where the first field is the protocol (myth), the second and third are user
1.11 * name (mythtv) and password (mythtv), then backend host name and port number,
1.12 @@ -225,7 +225,7 @@
1.13 (gobject_class, PROP_GMYTHTV_CHANNEL_NUM,
1.14 g_param_spec_int ("mythtv-channel", "mythtv-channel",
1.15 "Change MythTV channel number",
1.16 - 0, 99999, GST_GMYTHTV_CHANNEL_DEFAULT_NUM, G_PARAM_READWRITE));
1.17 + -1, 99999, GST_GMYTHTV_CHANNEL_DEFAULT_NUM, G_PARAM_READWRITE));
1.18
1.19 #ifndef GST_DISABLE_GST_DEBUG
1.20 g_object_class_install_property