NVIDIA DeepStream SDK API Reference
6.4 Release
gstnvstreampad.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2021-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
* SPDX-License-Identifier: MIT
4
*
5
* Permission is hereby granted, free of charge, to any person obtaining a
6
* copy of this software and associated documentation files (the "Software"),
7
* to deal in the Software without restriction, including without limitation
8
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
* and/or sell copies of the Software, and to permit persons to whom the
10
* Software is furnished to do so, subject to the following conditions:
11
*
12
* The above copyright notice and this permission notice shall be included in
13
* all copies or substantial portions of the Software.
14
*
15
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21
* DEALINGS IN THE SOFTWARE.
22
*/
23
24
#ifndef __GST_NVSTREAMPAD_H__
25
#define __GST_NVSTREAMPAD_H__
26
27
#include <gst/gst.h>
28
29
GType
gst_nvstream_pad_get_type
(
void
);
30
#define GST_TYPE_NVSTREAM_PAD \
31
(gst_nvstream_pad_get_type())
32
#define GST_NVSTREAM_PAD(obj) \
33
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_NVSTREAM_PAD, GstNvStreamPad))
34
#define GST_NVSTREAM_PAD_CLASS(klass) \
35
(G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_NVSTREAM_PAD, GstNvStreamPadClass))
36
#define GST_IS_NVSTREAM_PAD(obj) \
37
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_NVSTREAM_PAD))
38
#define GST_IS_NVSTREAM_PAD_CLASS(klass) \
39
(G_TYPE_CHECK_CLASS_TYPE ((klass), GST_TYPE_NVSTREAM_PAD))
40
#define GST_NVSTREAM_PAD_CAST(obj) \
41
((GstNvStreamPad *)(obj))
42
43
typedef
struct
_GstNvStreamPad
GstNvStreamPad
;
44
typedef
struct
_GstNvStreamPadClass
GstNvStreamPadClass
;
45
46
struct
_GstNvStreamPad
47
{
48
GstPad
parent
;
49
50
gboolean
got_eos
;
51
};
52
53
struct
_GstNvStreamPadClass
54
{
55
GstPadClass
parent
;
56
};
57
58
#endif
_GstNvStreamPad::got_eos
gboolean got_eos
Definition:
gstnvstreampad.h:50
_GstNvStreamPadClass
Definition:
gstnvstreampad.h:53
gst_nvstream_pad_get_type
GType gst_nvstream_pad_get_type(void)
_GstNvStreamPad::parent
GstPad parent
Definition:
gstnvstreampad.h:48
_GstNvStreamPad
Definition:
gstnvstreampad.h:46
_GstNvStreamPadClass::parent
GstPadClass parent
Definition:
gstnvstreampad.h:55
Advance Information | Subject to Change | Generated by NVIDIA | Mon Dec 11 2023 17:51:24 | PR-09318-R32