From 9d6b1f28fa412157adee4c36631806c2dc7f199e Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 12 May 2005 11:28:40 +0000 Subject: [PATCH] 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). --- ChangeLog | 5 +++++ ext/ogg/gstoggdemux.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0dad868..4a49f73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-12 Ronald S. Bultje + + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain): + Do no-more-pads (needed for autoplugging). + 2005-05-10 Andy Wingo * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index dc1691f..723ab2a 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -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; -- 2.7.4