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
@ -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>
|
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst-libs/gst/net/Makefile.am:
|
* 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_chain_function (pad->elem_out, gst_ogg_pad_internal_chain);
|
||||||
gst_pad_set_element_private (pad->elem_out, pad);
|
gst_pad_set_element_private (pad->elem_out, pad);
|
||||||
gst_pad_set_active (pad->elem_out, TRUE);
|
gst_pad_set_active (pad->elem_out, TRUE);
|
||||||
|
gst_object_unref (template);
|
||||||
|
|
||||||
/* and this pad may not be named src.. */
|
/* and this pad may not be named src.. */
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user