mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
ext/ogg/gstoggdemux.c: Go away you stupid GstStaticPadTemplate memleak.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind): Go away you stupid GstStaticPadTemplate memleak.
This commit is contained in:
parent
051d0117cc
commit
49b766ae3b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-30 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
|
||||
Go away you stupid GstStaticPadTemplate memleak.
|
||||
|
||||
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst-libs/gst/net/Makefile.am:
|
||||
|
|
|
@ -651,6 +651,7 @@ gst_ogg_pad_typefind (GstOggPad * pad, ogg_packet * packet)
|
|||
gst_pad_set_chain_function (pad->elem_out, gst_ogg_pad_internal_chain);
|
||||
gst_pad_set_element_private (pad->elem_out, pad);
|
||||
gst_pad_set_active (pad->elem_out, TRUE);
|
||||
gst_object_unref (template);
|
||||
|
||||
/* and this pad may not be named src.. */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue