[Bug 645931] [gstmultiqueue] fix arbitrary sink + source pad naming

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 28 11:09:53 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=645931
  GStreamer | gstreamer (core) | unspecified

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #184444|none                        |needs-work
             status|                            |

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2011-03-28 18:09:47 UTC ---
Review of attachment 184444:
 --> (https://bugzilla.gnome.org/review?bug=645931&attachment=184444)

::: plugins/elements/gstmultiqueue.c
@@ +1754,3 @@
+    name = g_strdup_printf ("sink%d", sq->id);
+
+  sq->sinkpad = gst_pad_new_from_static_template (&sinktemplate, name);

You are leaking the name string here if no names was provided by the caller

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list