mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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
This commit is contained in:
parent
7c71ffccc0
commit
ac8d19dab4
1 changed files with 3 additions and 1 deletions
|
@ -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)",
|
||||
|
|
Loading…
Reference in a new issue