1.1 --- a/gst-gmyth/mythsrc/gstmythtvsrc.c Thu May 24 19:33:13 2007 +0100
1.2 +++ b/gst-gmyth/mythsrc/gstmythtvsrc.c Fri Jun 01 15:01:43 2007 +0100
1.3 @@ -476,7 +476,11 @@
1.4 GST_DEBUG_OBJECT (src, "Update PROGRAM CHAIN!!! buffer_size = %d.",
1.5 src->bytes_queue->len);
1.6 gst_pad_push_event (GST_BASE_SRC_PAD (GST_BASE_SRC (psrc)),
1.7 + gst_event_new_custom(GST_EVENT_CUSTOM_DOWNSTREAM, NULL));
1.8 +/*
1.9 + gst_pad_push_event (GST_BASE_SRC_PAD (GST_BASE_SRC (psrc)),
1.10 gst_event_new_new_segment (TRUE, 1.0, GST_FORMAT_BYTES, 0, -1, 0));
1.11 +*/
1.12 src->update_prog_chain = FALSE;
1.13 src->eos = FALSE;
1.14