summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-10 19:01:11 +0000
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2012-01-10 19:02:31 +0000
commit83c9396850bd1389553041b3d53d7ad3e539ad8b (patch)
treeb620ab7eab4b4e819abf503c9c940f162b8f24d4
parentb155e094edd14c3763d1fdd1c6532d8f3ebeadc6 (diff)
Revert "oggmux: fix pad leak"
This reverts commit 5df30c1b905edce16f2258e414a0a4afb540d0f1. I must have dreamt the Valgrind logs, reverting this reintroduces no leak, and gets rid of the test failures it introduced :S
-rw-r--r--ext/ogg/gstoggmux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c
index 862134700..7aeecc023 100644
--- a/ext/ogg/gstoggmux.c
+++ b/ext/ogg/gstoggmux.c
@@ -287,8 +287,6 @@ gst_ogg_mux_finalize (GObject * object)
ogg_mux->collect = NULL;
}
- gst_object_unref (ogg_mux->srcpad);
-
G_OBJECT_CLASS (parent_class)->finalize (object);
}