diff --git a/gst/vaapi/gstvaapidecodebin.c b/gst/vaapi/gstvaapidecodebin.c index e0858e3981..98aaed4b7c 100644 --- a/gst/vaapi/gstvaapidecodebin.c +++ b/gst/vaapi/gstvaapidecodebin.c @@ -3,6 +3,7 @@ * * Copyright (C) 2015 Intel Corporation * Author: Sreerenj Balachandran + * Author: Victor Jaquez * * 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 , " + "Victor Jaquez "); 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)",