diff --git a/ChangeLog b/ChangeLog index f19004418a..c57c6f86f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-29 Ronald S. Bultje + + * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init): + Remove pad_loop function which doesn't work. + 2005-06-29 Ronald S. Bultje * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain): diff --git a/gst/videotestsrc/gstvideotestsrc.c b/gst/videotestsrc/gstvideotestsrc.c index 3e66db7b5d..05cd45abdf 100644 --- a/gst/videotestsrc/gstvideotestsrc.c +++ b/gst/videotestsrc/gstvideotestsrc.c @@ -427,7 +427,6 @@ gst_videotestsrc_init (GstVideotestsrc * videotestsrc) gst_element_add_pad (GST_ELEMENT (videotestsrc), videotestsrc->srcpad); gst_pad_set_activatepush_function (videotestsrc->srcpad, gst_videotestsrc_activate_push); - gst_pad_set_loop_function (videotestsrc->srcpad, gst_videotestsrc_loop); gst_pad_set_link_function (videotestsrc->srcpad, gst_videotestsrc_src_link); gst_pad_set_unlink_function (videotestsrc->srcpad, gst_videotestsrc_src_unlink);