gst-plugins-mythtv/src/gstmythtvsrc.c
branchtrunk
changeset 240 bb2752e9fe02
parent 238 cc9e9f03a0a6
child 289 fdac5773d2a6
     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 Dec 21 21:48:28 2006 +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