From dc84f0dcf10ed63af722fc94eeac45b187468163 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 29 Jun 2005 16:58:25 +0000 Subject: [PATCH] gst/videotestsrc/gstvideotestsrc.c: Remove pad_loop function which doesn't work. Original commit message from CVS: * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init): Remove pad_loop function which doesn't work. --- ChangeLog | 5 +++++ gst/videotestsrc/gstvideotestsrc.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f19004418..c57c6f86f 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 3e66db7b5..05cd45abd 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); -- 2.34.1