diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-04-08 15:24:58 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-04-08 15:24:58 +0300 |
commit | 8892f3f4c9973b4618fbd62e3ff98f90a35832f2 (patch) | |
tree | afce323e8439ec83cc6efdf944705a1f0de1c706 /gst/gstpadtemplate.c | |
parent | 4b9850a4789c80aeb57402eebf19ce0c9ccf6931 (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.c | 5 |
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; } |