# HG changeset patch # User rosfran # Date 1171665792 0 # Node ID 35c4d2ed6f35b1696646f31ae8ff9aac119476a0 # Parent 296e08ba93397be16d0fd1dc129d2f17270273c5 [svn r380] Changes made to the GMyth API. diff -r 296e08ba9339 -r 35c4d2ed6f35 gst-plugins-mythtv/src/gstmythtvsrc.c --- a/gst-plugins-mythtv/src/gstmythtvsrc.c Fri Feb 16 22:42:23 2007 +0000 +++ b/gst-plugins-mythtv/src/gstmythtvsrc.c Fri Feb 16 22:43:12 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; }