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.
This commit is contained in:
Ronald S. Bultje 2005-06-29 16:58:25 +00:00
parent 1ce6923abb
commit dc84f0dcf1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
Remove pad_loop function which doesn't work.
2005-06-29 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):

View file

@ -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);