[Bug 735861] dataurisrc: make src thread safe

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 4 01:32:53 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735861
  GStreamer | gst-plugins-bad | unspecified

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-09-04 08:32:45 UTC ---
commit 3024ae9c38490817a76c83feab3c8472989cafad
Author: Vineeth T M <vineeth.tm at samsung.com>
Date:   Thu Sep 4 13:38:21 2014 +0530

    dataurisrc: Remove unnecessary else if condition

    In gst_data_uri_src_create(), buf cannot be NULL, hence
    else if (*buf != NULL) will be invalid so removing the
    else if condition and adding a check to unreference buf
    in else condition, just in case

    https://bugzilla.gnome.org/show_bug.cgi?id=735861

-- 
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