GNOME Bugzilla – Bug 678208
Fix memory leak in rb_gst_media_type_matches_profile
Last modified: 2012-06-16 12:06:31 UTC
'caps' is created with gst_caps_from_string so it must be unref'ed when it's no longer used.
Created attachment 216558 [details] [review] Fix memory leak in rb_gst_media_type_matches_profile
Review of attachment 216558 [details] [review]: ok
Attachment 216558 [details] pushed as ad8ab01 - Fix memory leak in rb_gst_media_type_matches_profile