GNOME Bugzilla – Bug 364812
[PATCH] oggmux release pad does not remove pad
Last modified: 2006-10-27 16:45:56 UTC
oggmux's request_new_pad adds the pad to element, ok, as core does not do this, but release_pad does not remove it from the element (and core does not do this either).
Created attachment 75326 [details] [review] Possible patch. Simple patch.
Bedankt! 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.