1.1 --- a/gst-plugins-mythtv/src/gstmythtvsrc.c Thu Feb 15 22:44:54 2007 +0000
1.2 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c Thu Mar 01 20:03:52 2007 +0000
1.3 @@ -40,7 +40,7 @@
1.4 * Another possible way to use the LiveTV content, and just in the case you want to
1.5 * use the mysql database, put the location URI in the following format:
1.6 *
1.7 - * myth://mythtv:mythtv@xxx.xxx.xxx.xxx:port/?mythconverg
1.8 + * myth://mythtv:mythtv@xxx.xxx.xxx.xxx:6543/?mythconverg&channel=9
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 @@ -548,8 +548,10 @@
1.13 (NULL), ("Seek failed, go to the next program info... (%i, %s)", read,
1.14 src->uri_name));
1.15
1.16 +/*
1.17 gst_pad_push_event (GST_BASE_SRC_PAD (GST_BASE_SRC (psrc)),
1.18 gst_event_new_new_segment (TRUE, 1.0, GST_FORMAT_TIME, 0, -1, 0));
1.19 +*/
1.20
1.21 goto program_chain_changed;
1.22 }