summaryrefslogtreecommitdiff
path: root/gst/gstpadtemplate.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-04-08 15:24:58 +0300
committerStefan Kost <ensonic@users.sf.net>2009-04-08 15:24:58 +0300
commit8892f3f4c9973b4618fbd62e3ff98f90a35832f2 (patch)
treeafce323e8439ec83cc6efdf944705a1f0de1c706 /gst/gstpadtemplate.c
parent4b9850a4789c80aeb57402eebf19ce0c9ccf6931 (diff)
padtemplate: enable code to fix the leak, now that the deps have been released
Good and ffmpeg are actually multiple releases beyond, so that this is now safe to do.
Diffstat (limited to 'gst/gstpadtemplate.c')
-rw-r--r--gst/gstpadtemplate.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/gstpadtemplate.c b/gst/gstpadtemplate.c
index 848edb494..2d7414892 100644
--- a/gst/gstpadtemplate.c
+++ b/gst/gstpadtemplate.c
@@ -366,13 +366,8 @@ gst_pad_template_new (const gchar * name_template,
"name", name_template, "name-template", name_template,
"direction", direction, "presence", presence, "caps", caps, NULL);
-#if 0
- /* FIXME: enable this after gst-ffmpeg-0.10.6 and
- * gst-plugins-good-0.10.11 have been released. Previous versions
- * depend on broken core behavior. */
if (caps)
gst_caps_unref (caps);
-#endif
return new;
}