summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/coreplugins/inspect/identity.raw
blob: 46c120a5e14f1416f80d3525835b4f71622aeab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<element>
 <name>identity</name>
 <details>
  <long-name>Identity</long-name>
  <class>Generic</class>
  <description>Pass data without modification</description>
  <authors>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</authors>
 </details>
 <object name="GstIdentity">
  <object name="GstBaseTransform">
   <object name="GstElement">
    <object name="GstObject">
     <object name="GObject">
     </object>
    </object>
   </object>
  </object>
 </object>
 <interfaces>
 </interfaces>
 <pad-templates>
  <pad-template>
   <name>sink</name>
   <direction>sink</direction>
   <presence>always</presence>
   <caps>ANY</caps>
  </pad-template>
  <pad-template>
   <name>src</name>
   <direction>src</direction>
   <presence>always</presence>
   <caps>ANY</caps>
  </pad-template>
 </pad-templates>
 <element-flags>
 </element-flags>
 <element-implementation>
  <state-change function="gst_element_change_state_func"/>
  <save function="gst_element_save_thyself"/>
  <load function="gst_element_restore_thyself"/>
 </element-implementation>
 <clocking-interaction>
 </clocking-interaction>
 <pads>
  <pad>
   <name>src</name>
   <direction>src</direction>
   <template>src</template>
   <implementation>
    <get-range-based function="gst_base_transform_getrange"/>
    <event-function function="gst_base_transform_src_event"/>
   </implementation>
  </pad>
  <pad>
   <name>sink</name>
   <direction>sink</direction>
   <template>sink</template>
   <implementation>
    <chain-based function="gst_base_transform_chain"/>
    <event-function function="gst_base_transform_sink_event"/>
    <bufferalloc-function function="gst_base_transform_buffer_alloc"/>
   </implementation>
  </pad>
 </pads>
 <element-properties>
  <element-property>
   <name>sleep-time</name>
   <type>guint</type>
   <nick>Sleep time</nick>
   <blurb>Microseconds to sleep between processing</blurb>
   <flags>RW</flags>
   <range min="0" max="4294967295"/>
   <default>0</default>
  </element-property>
  <element-property>
   <name>error-after</name>
   <type>gint</type>
   <nick>Error After</nick>
   <blurb>Error after N buffers</blurb>
   <flags>RW</flags>
   <range min="-2147483648" max="2147483647"/>
   <default>-1</default>
  </element-property>
  <element-property>
   <name>drop-probability</name>
   <type>gfloat</type>
   <nick>Drop Probability</nick>
   <blurb>The Probability a buffer is dropped</blurb>
   <flags>RW</flags>
   <range min="0.000000" max="1.000000"/>
   <default>0.000000</default>
  </element-property>
  <element-property>
   <name>datarate</name>
   <type>gint</type>
   <nick>Datarate</nick>
   <blurb>(Re)timestamps buffers with number of bytes per second (0 = inactive)</blurb>
   <flags>RW</flags>
   <range min="0" max="2147483647"/>
   <default>0</default>
  </element-property>
  <element-property>
   <name>silent</name>
   <type>gboolean</type>
   <nick>silent</nick>
   <blurb>silent</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>single-segment</name>
   <type>gboolean</type>
   <nick>Single Segment</nick>
   <blurb>Timestamp buffers and eat newsegments so as to appear as one segment</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>last-message</name>
   <type>gchararray</type>
   <nick>last-message</nick>
   <blurb>last-message</blurb>
   <flags>R</flags>
   <default>NULL</default>
  </element-property>
  <element-property>
   <name>dump</name>
   <type>gboolean</type>
   <nick>Dump</nick>
   <blurb>Dump buffer contents to stdout</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>sync</name>
   <type>gboolean</type>
   <nick>Synchronize</nick>
   <blurb>Synchronize to pipeline clock</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>check-perfect</name>
   <type>gboolean</type>
   <nick>Check For Perfect Stream</nick>
   <blurb>Verify that the stream is time- and data-contiguous. This only logs in the debug log.  This will be deprecated in favor of the check-imperfect-timestamp/offset properties.</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>check-imperfect-timestamp</name>
   <type>gboolean</type>
   <nick>Check for discontiguous timestamps</nick>
   <blurb>Send element messages if timestamps and durations do not match up</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>check-imperfect-offset</name>
   <type>gboolean</type>
   <nick>Check for discontiguous offset</nick>
   <blurb>Send element messages if offset and offset_end do not match up</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>signal-handoffs</name>
   <type>gboolean</type>
   <nick>Signal handoffs</nick>
   <blurb>Send a signal before pushing the buffer</blurb>
   <flags>RW</flags>
   <default>TRUE</default>
  </element-property>
 </element-properties>
 <element-signals>
  <signal>
   <name>handoff</name>
   <return-type>void</return-type>
   <object-type>GstIdentity</object-type>
   <params>
    <type>GstBuffer</type>
   </params>
  </signal>
 </element-signals>
 <element-actions>
 </element-actions>
</element>