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:
Ronald S. Bultje 2005-05-12 11:28:40 +00:00
parent 3aacd7982e
commit 9d6b1f28fa
2 changed files with 6 additions and 0 deletions

View file

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

View file

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