summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/baseplugins/inspect/decodebin.raw
blob: 27f3d3b603473e201dce415f2ebd157320db678e (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
<element>
 <name>decodebin</name>
 <details>
  <long-name>Decoder Bin</long-name>
  <class>Generic/Bin/Decoder</class>
  <description>Autoplug and decode to raw media</description>
  <authors>Wim Taymans &lt;wim.taymans@gmail.com&gt;</authors>
 </details>
 <object name="GstDecodeBin">
  <object name="GstBin">
   <object name="GstElement">
    <object name="GstObject">
     <object name="GObject">
     </object>
    </object>
   </object>
  </object>
 </object>
 <interfaces>
  <interface name="GstChildProxy" />
 </interfaces>
 <pad-templates>
  <pad-template>
   <name>src%d</name>
   <direction>src</direction>
   <presence>sometimes</presence>
   <caps>ANY</caps>
  </pad-template>
  <pad-template>
   <name>sink</name>
   <direction>sink</direction>
   <presence>always</presence>
   <caps>ANY</caps>
  </pad-template>
 </pad-templates>
 <element-flags>
 </element-flags>
 <bin-flags>
 </bin-flags>
 <element-implementation>
  <state-change function="gst_decode_bin_change_state"/>
  <save function="gst_bin_save_thyself"/>
  <load function="gst_bin_restore_thyself"/>
 </element-implementation>
 <clocking-interaction>
  <requires-clock/>
 </clocking-interaction>
 <indexing-capabilities/>
 <pads>
  <pad>
   <name>sink</name>
   <direction>sink</direction>
   <implementation>
    <chain-based function="gst_proxy_pad_do_chain"/>
    <event-function function="gst_proxy_pad_do_event"/>
    <query-function function="gst_proxy_pad_do_query"/>
    <query-type-func function="gst_proxy_pad_do_query_type">
    </query-type-func>
    <bufferalloc-function function="gst_proxy_pad_do_bufferalloc"/>
   </implementation>
  </pad>
 </pads>
 <element-properties>
  <element-property>
   <name>sink-caps</name>
   <type>GstCaps</type>
   <nick>Sink Caps</nick>
   <blurb>The caps of the input data. (NULL = use typefind element)</blurb>
   <flags>RW</flags>
   <default>NULL</default>
  </element-property>
 </element-properties>
 <element-signals>
  <signal>
   <name>new-decoded-pad</name>
   <return-type>void</return-type>
   <object-type>GstDecodeBin</object-type>
   <params>
    <type>GstPad</type>
    <type>gboolean</type>
   </params>
  </signal>
  <signal>
   <name>removed-decoded-pad</name>
   <return-type>void</return-type>
   <object-type>GstDecodeBin</object-type>
   <params>
    <type>GstPad</type>
   </params>
  </signal>
  <signal>
   <name>unknown-type</name>
   <return-type>void</return-type>
   <object-type>GstDecodeBin</object-type>
   <params>
    <type>GstPad</type>
    <type>GstCaps</type>
   </params>
  </signal>
 </element-signals>
 <element-actions>
 </element-actions>
</element>