summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-11-12 11:07:38 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2015-11-16 16:07:07 +0100
commitac8d19dab48a397ac51985b8bdc589f62e6a15ab (patch)
treeb52df4776d9969383acde5a0b049b25b80bb0ca9
parent7c71ffccc04094b134437daad3571950a503ad65 (diff)
downloadgst-vaapi-ac8d19dab48a397ac51985b8bdc589f62e6a15ab.tar.gz
vaapidecodebin: add me as element co-author
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=757957
-rw-r--r--gst/vaapi/gstvaapidecodebin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/vaapi/gstvaapidecodebin.c b/gst/vaapi/gstvaapidecodebin.c
index e0858e39..98aaed4b 100644
--- a/gst/vaapi/gstvaapidecodebin.c
+++ b/gst/vaapi/gstvaapidecodebin.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2015 Intel Corporation
* Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
+ * Author: Victor Jaquez <victorx.jaquez@intel.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
@@ -401,7 +402,8 @@ gst_vaapi_decode_bin_class_init (GstVaapiDecodeBinClass * klass)
"VA-API Decode Bin",
"Codec/Decoder/Video",
GST_PLUGIN_DESC,
- "Sreerenj Balachandran <sreerenj.balachandran@intel.com>");
+ "Sreerenj Balachandran <sreerenj.balachandran@intel.com>, "
+ "Victor Jaquez <victorx.jaquez@intel.com>");
properties[PROP_MAX_SIZE_BYTES] = g_param_spec_uint ("max-size-bytes",
"Max. size (kB)", "Max. amount of data in the queue (bytes, 0=disable)",