mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
ext/ogg/gstoggdemux.c: Do no-more-pads (needed for autoplugging).
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain): Do no-more-pads (needed for autoplugging).
This commit is contained in:
parent
3aacd7982e
commit
9d6b1f28fa
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-12 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
|
||||
Do no-more-pads (needed for autoplugging).
|
||||
|
||||
2005-05-10 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
|
||||
|
|
|
@ -1171,6 +1171,7 @@ gst_ogg_demux_activate_chain (GstOggDemux * ogg, GstOggChain * chain)
|
|||
gst_pad_push (GST_PAD_CAST (pad), buffer);
|
||||
}
|
||||
}
|
||||
gst_element_no_more_pads (GST_ELEMENT (ogg));
|
||||
|
||||
ogg->current_chain = chain;
|
||||
|
||||
|
|
Loading…
Reference in a new issue