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
@ -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…
x
Reference in New Issue
Block a user