mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
c257829213
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 |
||
---|---|---|
.. | ||
org/freedesktop/gstreamer/androidmedia | ||
gst-android-graphics-imageformat.c | ||
gst-android-graphics-imageformat.h | ||
gst-android-graphics-surfacetexture.c | ||
gst-android-graphics-surfacetexture.h | ||
gst-android-hardware-camera.c | ||
gst-android-hardware-camera.h | ||
gstahcsrc.c | ||
gstahcsrc.h | ||
gstamc-constants.h | ||
gstamc.c | ||
gstamc.h | ||
gstamcaudiodec.c | ||
gstamcaudiodec.h | ||
gstamcsurface.c | ||
gstamcsurface.h | ||
gstamcsurfacetexture.c | ||
gstamcsurfacetexture.h | ||
gstamcvideodec.c | ||
gstamcvideodec.h | ||
gstamcvideoenc.c | ||
gstamcvideoenc.h | ||
gstjniutils.c | ||
gstjniutils.h | ||
Makefile.am |