mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
1ce6923abb
commit
dc84f0dcf1
2 changed files with 5 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue