mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
ext/ogg/gstoggdemux.c: Removed pad loop function.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet), (gst_ogg_demux_init): Removed pad loop function.
This commit is contained in:
parent
1e38cab512
commit
16141a4303
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-06-28 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
|
||||
(gst_ogg_demux_init):
|
||||
Removed pad loop function.
|
||||
|
||||
2005-06-28 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
|
||||
|
|
|
@ -926,8 +926,6 @@ gst_ogg_demux_init (GstOggDemux * ogg)
|
|||
ogg->sinkpad =
|
||||
gst_pad_new_from_template (gst_static_pad_template_get
|
||||
(&ogg_demux_sink_template_factory), "sink");
|
||||
gst_pad_set_loop_function (ogg->sinkpad,
|
||||
(GstPadLoopFunction) gst_ogg_demux_loop);
|
||||
gst_pad_set_event_function (ogg->sinkpad, gst_ogg_demux_handle_event);
|
||||
gst_pad_set_chain_function (ogg->sinkpad, gst_ogg_demux_chain);
|
||||
gst_pad_set_activate_function (ogg->sinkpad, gst_ogg_demux_sink_activate);
|
||||
|
|
Loading…
Reference in a new issue