From: Ronald S. Bultje Date: Wed, 29 Jun 2005 16:58:25 +0000 (+0000) Subject: gst/videotestsrc/gstvideotestsrc.c: Remove pad_loop function which doesn't work. X-Git-Tag: RELEASE-0_9_1~204 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc84f0dcf10ed63af722fc94eeac45b187468163;p=platform%2Fupstream%2Fgst-plugins-base.git 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. --- 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);