summaryrefslogtreecommitdiff
path: root/omx/gstomxtheoradec.h
diff options
context:
space:
mode:
authornvidia <nvidia@nvidia.com>2015-11-04 15:57:23 +0000
committerJavier Jardón <jjardon@gnome.org>2015-11-04 16:07:49 +0000
commit72cd0878cf111dd1ec4081ece6d188122a293d64 (patch)
tree41c772015ff05a956e794fb3f419e00348e339bf /omx/gstomxtheoradec.h
parentf3f9330332050f6e18b8fbeabf3791604b862ab0 (diff)
downloadgst-omx-72cd0878cf111dd1ec4081ece6d188122a293d64.tar.gz
Add NVIDIA omx implementationbaserock/1.0.0.1/tegra
Diffstat (limited to 'omx/gstomxtheoradec.h')
-rw-r--r--omx/gstomxtheoradec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/omx/gstomxtheoradec.h b/omx/gstomxtheoradec.h
index 4b5a2fa..5db27e4 100644
--- a/omx/gstomxtheoradec.h
+++ b/omx/gstomxtheoradec.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2013, Collabora Ltd.
* Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -25,7 +26,6 @@
#include "gstomxvideodec.h"
G_BEGIN_DECLS
-
#define GST_TYPE_OMX_THEORA_DEC \
(gst_omx_theora_dec_get_type())
#define GST_OMX_THEORA_DEC(obj) \
@@ -38,7 +38,6 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_OMX_THEORA_DEC))
#define GST_IS_OMX_THEORA_DEC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OMX_THEORA_DEC))
-
typedef struct _GstOMXTheoraDec GstOMXTheoraDec;
typedef struct _GstOMXTheoraDecClass GstOMXTheoraDecClass;
@@ -56,6 +55,4 @@ struct _GstOMXTheoraDecClass
GType gst_omx_theora_dec_get_type (void);
G_END_DECLS
-
#endif /* __GST_OMX_THEORA_DEC_H__ */
-