[Bug 763065] androidmedia: assorted refactoring

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 24 12:57:46 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

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

--- Comment #22 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit c25782921324cb9ff7bfcc757257dfde05f95df3
Author: Martin Kelly <martin at surround.io>
Date:   Mon Mar 7 17:23:23 2016 -0800

    ahc: eliminate AHC*_CALL macros

    Currently, we use AHC*_CALL macros to call many of the Camera functions.
    However, we already have helper classes to call the Camera functions, so
    eliminate the macros.

    As a nice side-benefit, we also get improved error handling and
    reporting when something goes wrong calling these functions, because a
    GError gets populated, and we log a GST_ERROR when something fails. This
    was harder to do using macros, as all error handling was hidden from the
    caller.

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

commit a2f270b3161a75185d5d9be76249f9b9fbbd9934
Author: Martin Kelly <martin at surround.io>
Date:   Thu Feb 18 11:29:06 2016 -0800

    ahc: use gst unref functions

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

commit 1bfd6526d4518f1d60a044d8ff2f4611aefc5834
Author: Martin Kelly <martin at surround.io>
Date:   Thu Feb 18 14:08:13 2016 -0800

    ahc: use gst new object functions

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

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