diff -r cc9e9f03a0a6 -r beb4c07dfb65 gst-plugins-mythtv/src/gstmythtvsrc.c
--- a/gst-plugins-mythtv/src/gstmythtvsrc.c	Wed Dec 20 19:04:17 2006 +0000
+++ b/gst-plugins-mythtv/src/gstmythtvsrc.c	Fri Jan 05 15:06:09 2007 +0000
@@ -16,7 +16,7 @@
   * When using the LiveTV content, put the location URI in the following
   * format:
   * 
-  * 	myth://mythtv:mythtv@xxx.xxx.xxx.xxx:6543/#mythconverg
+  * 	myth://mythtv:mythtv@xxx.xxx.xxx.xxx:6543/?mythconverg
   * 
   * Where the first field is the protocol (myth), the second and third are user 
   * name (mythtv) and password (mythtv), then backend host name and port number, 
@@ -225,7 +225,7 @@
     (gobject_class, PROP_GMYTHTV_CHANNEL_NUM,
      g_param_spec_int ("mythtv-channel", "mythtv-channel",
        "Change MythTV channel number",
-       0, 99999, GST_GMYTHTV_CHANNEL_DEFAULT_NUM, G_PARAM_READWRITE));
+       -1, 99999, GST_GMYTHTV_CHANNEL_DEFAULT_NUM, G_PARAM_READWRITE));
 
 #ifndef GST_DISABLE_GST_DEBUG
   g_object_class_install_property