summaryrefslogtreecommitdiff
path: root/gstreamer-sharp/baseplugins/inspect/ximagesink.raw
blob: d4e1fdb740d2298055d9e40b35efd7a203ccf538 (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
<element>
 <name>ximagesink</name>
 <details>
  <long-name>Video sink</long-name>
  <class>Sink/Video</class>
  <description>A standard X based videosink</description>
  <authors>Julien Moutte &lt;julien@moutte.net&gt;</authors>
 </details>
 <object name="GstXImageSink">
  <object name="GstVideoSink">
   <object name="GstBaseSink">
    <object name="GstElement">
     <object name="GstObject">
      <object name="GObject">
      </object>
     </object>
    </object>
   </object>
  </object>
 </object>
 <interfaces>
  <interface name="GstImplementsInterface" />
  <interface name="GstNavigation" />
  <interface name="GstXOverlay" />
 </interfaces>
 <pad-templates>
  <pad-template>
   <name>sink</name>
   <direction>sink</direction>
   <presence>always</presence>
   <caps>video/x-raw-rgb, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ]</caps>
  </pad-template>
 </pad-templates>
 <element-flags>
 </element-flags>
 <element-implementation>
  <state-change function="0x2b81a6fc5480"/>
  <save function="gst_element_save_thyself"/>
  <load function="gst_element_restore_thyself"/>
 </element-implementation>
 <clocking-interaction>
 </clocking-interaction>
 <pads>
  <pad>
   <name>sink</name>
   <direction>sink</direction>
   <template>sink</template>
   <implementation>
    <chain-based function="gst_base_sink_chain"/>
    <event-function function="gst_base_sink_event"/>
    <bufferalloc-function function="gst_base_sink_pad_buffer_alloc"/>
   </implementation>
  </pad>
 </pads>
 <element-properties>
  <element-property>
   <name>show-preroll-frame</name>
   <type>gboolean</type>
   <nick>Show preroll frame</nick>
   <blurb>Whether to render video frames during preroll</blurb>
   <flags>RW</flags>
   <default>TRUE</default>
  </element-property>
  <element-property>
   <name>display</name>
   <type>gchararray</type>
   <nick>Display</nick>
   <blurb>X Display name</blurb>
   <flags>RW</flags>
   <default>NULL</default>
  </element-property>
  <element-property>
   <name>synchronous</name>
   <type>gboolean</type>
   <nick>Synchronous</nick>
   <blurb>When enabled, runs the X display in synchronous mode. (used only for debugging)</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>pixel-aspect-ratio</name>
   <type>gchararray</type>
   <nick>Pixel Aspect Ratio</nick>
   <blurb>The pixel aspect ratio of the device</blurb>
   <flags>RW</flags>
   <default>NULL</default>
  </element-property>
  <element-property>
   <name>force-aspect-ratio</name>
   <type>gboolean</type>
   <nick>Force aspect ratio</nick>
   <blurb>When enabled, reverse caps negotiation (scaling) will respect original aspect ratio</blurb>
   <flags>RW</flags>
   <default>FALSE</default>
  </element-property>
  <element-property>
   <name>handle-events</name>
   <type>gboolean</type>
   <nick>Handle XEvents</nick>
   <blurb>When enabled, XEvents will be selected and handled</blurb>
   <flags>RW</flags>
   <default>TRUE</default>
  </element-property>
  <element-property>
   <name>handle-expose</name>
   <type>gboolean</type>
   <nick>Handle expose</nick>
   <blurb>When enabled, the current frame will always be drawn in response to X Expose events</blurb>
   <flags>RW</flags>
   <default>TRUE</default>
  </element-property>
 </element-properties>
 <element-signals>
 </element-signals>
 <element-actions>
 </element-actions>
</element>