gst/videotestsrc/gstvideotestsrc.c: Remove pad_loop function which doesn't work.
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 29 Jun 2005 16:58:25 +0000 (16:58 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Wed, 29 Jun 2005 16:58:25 +0000 (16:58 +0000)
Original commit message from CVS:
* gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
Remove pad_loop function which doesn't work.

ChangeLog
gst/videotestsrc/gstvideotestsrc.c

index f19004418abc145ad04a26fc784062d806dd9c30..c57c6f86f88ca5158828de8611e438451e51b040 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 3e66db7b5d989a153b979467a5fcd489ba95536a..05cd45abdff6fcfadc69ac3fb3cdcaa5bd884035 100644 (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);