summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiimagepool.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-02 17:59:57 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-03 12:45:30 +0100
commit28d01c08576933f1ccc41456f80730a689de0508 (patch)
tree5f825b8f414da9b00fa4ab9736fcd0e885ef3974 /gst-libs/gst/vaapi/gstvaapiimagepool.c
parent02c0e6c183531ebc4c05c782d95c7c2f5b629da9 (diff)
libs: small code style fixes
This a set of small code style fixes detected as-is by gst-indent. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiimagepool.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiimagepool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiimagepool.c b/gst-libs/gst/vaapi/gstvaapiimagepool.c
index a6b0b58f..3a8dc76a 100644
--- a/gst-libs/gst/vaapi/gstvaapiimagepool.c
+++ b/gst-libs/gst/vaapi/gstvaapiimagepool.c
@@ -74,7 +74,8 @@ gst_vaapi_image_pool_class (void)
{
static const GstVaapiVideoPoolClass GstVaapiImagePoolClass = {
{sizeof (GstVaapiImagePool),
- (GDestroyNotify) gst_vaapi_video_pool_finalize},
+ (GDestroyNotify) gst_vaapi_video_pool_finalize}
+ ,
.alloc_object = gst_vaapi_image_pool_alloc_object
};
return GST_VAAPI_MINI_OBJECT_CLASS (&GstVaapiImagePoolClass);