diff -r ea8b127de178 -r c1ba898fc4ed gst-plugins-mythtv/src/gstmythtvsrc.c --- a/gst-plugins-mythtv/src/gstmythtvsrc.c Thu Feb 15 22:44:54 2007 +0000 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c Wed Mar 07 01:14:46 2007 +0000 @@ -40,7 +40,7 @@ * Another possible way to use the LiveTV content, and just in the case you want to * use the mysql database, put the location URI in the following format: * - * myth://mythtv:mythtv@xxx.xxx.xxx.xxx:port/?mythconverg + * myth://mythtv:mythtv@xxx.xxx.xxx.xxx:6543/?mythconverg&channel=9 * * 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, @@ -548,8 +548,10 @@ (NULL), ("Seek failed, go to the next program info... (%i, %s)", read, src->uri_name)); +/* gst_pad_push_event (GST_BASE_SRC_PAD (GST_BASE_SRC (psrc)), gst_event_new_new_segment (TRUE, 1.0, GST_FORMAT_TIME, 0, -1, 0)); +*/ goto program_chain_changed; }