After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 364812 - [PATCH] oggmux release pad does not remove pad
[PATCH] oggmux release pad does not remove pad
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.10
Other Linux
: Normal normal
: 0.10.11
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-24 20:24 UTC by Mark Nauwelaerts
Modified: 2006-10-27 16:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible patch. (401 bytes, patch)
2006-10-24 20:26 UTC, Mark Nauwelaerts
none Details | Review

Description Mark Nauwelaerts 2006-10-24 20:24:48 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).
Comment 1 Mark Nauwelaerts 2006-10-24 20:26:39 UTC
Created attachment 75326 [details] [review]
Possible patch.

Simple patch.
Comment 2 Wim Taymans 2006-10-27 16:45:56 UTC
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.