summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapidecodebin.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-03 12:17:59 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-03 12:17:59 +0100
commitbb2248ab663ea3e9a2bd124416a9d98548b09e94 (patch)
treeaefec571cc1b55209befec2100cd3b57d96817ae /gst/vaapi/gstvaapidecodebin.c
parentab28dea7c1e0ec284def41713c9e2c23169c607a (diff)
downloadgst-vaapi-bb2248ab663ea3e9a2bd124416a9d98548b09e94.tar.gz
plugins: fix code style
Minor code style changes by executing gst-indent in gst/vaapi directory. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Diffstat (limited to 'gst/vaapi/gstvaapidecodebin.c')
-rw-r--r--gst/vaapi/gstvaapidecodebin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/vaapi/gstvaapidecodebin.c b/gst/vaapi/gstvaapidecodebin.c
index 98aaed4b..9ab354f9 100644
--- a/gst/vaapi/gstvaapidecodebin.c
+++ b/gst/vaapi/gstvaapidecodebin.c
@@ -211,7 +211,7 @@ ensure_vpp (GstVaapiDecodeBin * vaapidecbin)
return FALSE;
vaapidecbin->has_vpp = gst_vaapi_display_has_video_processing (display) ?
- HAS_VPP_YES : HAS_VPP_NO;
+ HAS_VPP_YES : HAS_VPP_NO;
gst_vaapi_display_unref (display);
@@ -219,7 +219,7 @@ ensure_vpp (GstVaapiDecodeBin * vaapidecbin)
}
static gboolean
-gst_vaapi_decode_bin_reconfigure (GstVaapiDecodeBin* vaapidecbin)
+gst_vaapi_decode_bin_reconfigure (GstVaapiDecodeBin * vaapidecbin)
{
if (!ensure_vpp (vaapidecbin))
return FALSE;
@@ -325,7 +325,7 @@ gst_vaapi_decode_bin_handle_message (GstBin * bin, GstMessage * message)
goto bail;
vaapidecbin->has_vpp = gst_vaapi_display_has_video_processing (display) ?
- HAS_VPP_YES : HAS_VPP_NO;
+ HAS_VPP_YES : HAS_VPP_NO;
/* the underlying VA driver implementation doesn't support video
* post-processing, hence we have to disable it */
@@ -362,7 +362,7 @@ gst_vaapi_decode_bin_change_state (GstElement * element,
}
ret = GST_ELEMENT_CLASS (gst_vaapi_decode_bin_parent_class)->change_state
- (element, transition);
+ (element, transition);
if (ret == GST_STATE_CHANGE_FAILURE)
return ret;