ext/ogg/gstoggmux.c: Remove the pad from the element in release_pad.

Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet dot be>
* ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
Remove the pad from the element in release_pad.
This commit is contained in:
Mark Nauwelaerts 2006-10-27 16:45:30 +00:00 committed by Wim Taymans
parent a74bb753c3
commit a6f0314867
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2006-10-27 Wim Taymans <wim@fluendo.com>
Patch by: Mark Nauwelaerts <manauw at skynet dot be>
* ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
Remove the pad from the element in release_pad.
2006-10-27 Tim-Philipp Müller <tim at centricular dot net>
* sys/ximage/ximagesink.c: (gst_ximagesink_get_type):

View file

@ -469,6 +469,7 @@ gst_ogg_mux_release_pad (GstElement * element, GstPad * pad)
GST_OBJECT_UNLOCK (ogg_mux->collect);
gst_collect_pads_remove_pad (ogg_mux->collect, pad);
gst_element_remove_pad (element, pad);
}
/* handle events */