Codebase list gstreamer1.0 / aa10571
New upstream version 1.10.0 Sebastian Dröge 7 years ago
222 changed file(s) with 5019 addition(s) and 2484 deletion(s). Raw diff Collapse all Expand all
0 === release 1.10.0 ===
1
2 2016-11-01 Sebastian Dröge <slomo@coaxion.net>
3
4 * configure.ac:
5 releasing 1.10.0
6
7 2016-11-01 17:38:43 +0200 Sebastian Dröge <sebastian@centricular.com>
8
9 * po/nb.po:
10 po: Update translations
11
12 2016-11-01 17:36:02 +0200 Sebastian Dröge <sebastian@centricular.com>
13
14 * po/af.po:
15 * po/az.po:
16 * po/be.po:
17 * po/bg.po:
18 * po/ca.po:
19 * po/cs.po:
20 * po/da.po:
21 * po/de.po:
22 * po/el.po:
23 * po/en_GB.po:
24 * po/eo.po:
25 * po/es.po:
26 * po/eu.po:
27 * po/fi.po:
28 * po/fr.po:
29 * po/gl.po:
30 * po/hr.po:
31 * po/hu.po:
32 * po/id.po:
33 * po/it.po:
34 * po/ja.po:
35 * po/lt.po:
36 * po/nb.po:
37 * po/nl.po:
38 * po/pl.po:
39 * po/pt_BR.po:
40 * po/ro.po:
41 * po/ru.po:
42 * po/rw.po:
43 * po/sk.po:
44 * po/sl.po:
45 * po/sq.po:
46 * po/sr.po:
47 * po/sv.po:
48 * po/tr.po:
49 * po/uk.po:
50 * po/vi.po:
51 * po/zh_CN.po:
52 * po/zh_TW.po:
53 Update .po files
54
55 2016-10-25 12:21:07 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
56
57 * meson.build:
58 * meson_options.txt:
59 meson: Add an option to explicitly disable gtk-doc
60 Similar to how Autotools provides an option, default is 'enabled'.
61
62 2016-10-24 11:45:38 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
63
64 * libs/gst/base/gstcollectpads.c:
65 Revert "collectpads: Assume PTS is equal DTS if PTS is missing"
66 This reverts commit 9b0d42ceecb3198399d7e05e3d5f080a7ca27ca9.
67 https://bugzilla.gnome.org/show_bug.cgi?id=762207
68
69 2016-10-18 11:59:25 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
70
71 * gst/gstallocator.c:
72 allocator: Mark registered allocator for leak
73
74 2016-06-21 08:00:30 -0500 Andrew Eikum <aeikum@codeweavers.com>
75
76 * gst/gstmessage.h:
77 gstmessage.h: Avoid gcc bit shift overflow compiler warning
78 Avoids bit shift overflow warning with gcc6.
79 https://bugzilla.gnome.org/show_bug.cgi?id=767882 (glib)
80 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71803 (gcc)
81 https://bugzilla.gnome.org/show_bug.cgi?id=767883
82
83 2016-10-23 22:11:08 +0100 Tim-Philipp Müller <tim@centricular.com>
84
85 * gst/parse/grammar.y:
86 parse: fix erroneous use of _("")
87 Fixes xgettext warnings when doing 'make update-po':
88 gst/parse/grammar.y:217: warning: Empty msgid. It is reserved by GNU gettext:
89 gettext("") returns the header entry with
90 meta information, not the empty string.
91
92 2016-10-22 17:05:44 +0100 Tim-Philipp Müller <tim@centricular.com>
93
94 * docs/gst/gstreamer-docs.sgml:
95 * docs/libs/gstreamer-libs-docs.sgml:
96 docs: add index for API new in 1.10
97
98 2016-10-22 17:05:25 +0100 Tim-Philipp Müller <tim@centricular.com>
99
100 * docs/gst/gstreamer-docs.sgml:
101 * docs/libs/gstreamer-libs-docs.sgml:
102 docs: add index for API new in 1.8
103
104 2016-10-21 15:40:47 +0200 Jesper Larsen <knorr.jesper@gmail.com>
105
106 * libs/gst/base/gstadapter.c:
107 adapter: Fix mix-up between DTS and PTS
108 https://bugzilla.gnome.org/show_bug.cgi?id=773319
109
110 2016-10-21 15:22:28 +0300 Sebastian Dröge <sebastian@centricular.com>
111
112 * plugins/elements/gstqueue.c:
113 Revert "queue: Fix race when calculating cur_level.time"
114 This reverts commit d03bd547809f849405a3f706920091d9b03147b0.
115 It breaks the unit test, although it ensures that only correct values
116 are used for calculations. Needs to be fixed up.
117 https://bugzilla.gnome.org/show_bug.cgi?id=773096
118
119 2016-10-20 17:19:25 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
120
121 * gst/printf/meson.build:
122 * libs/gst/check/libcheck/meson.build:
123 * meson.build:
124 Revert "meson: Use the new `pic` argument on static libs"
125 This reverts commit a5752240a178c2c651ed10167025fad8b9c4e7bd.
126 pic was added after 0.35 and will be present in 0.36 (meson
127 documentation was wrong).
128
129 2016-10-20 15:38:46 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
130
131 * gst/printf/meson.build:
132 * libs/gst/check/libcheck/meson.build:
133 * meson.build:
134 meson: Use the new `pic` argument on static libs
135 We depend on meson 0.35 which makes it simpler to handle
136 Removes a meson warning
137
138 2016-09-14 14:23:56 +0200 Stian Selnes <stian@pexip.com>
139
140 * plugins/elements/gstqueue.c:
141 queue: Fix race when calculating cur_level.time
142 On the first buffer, it's possible that sink_segment is set but
143 src_segment has not been set yet. If this is the case, we should not
144 calculate cur_level.time since sink_segment.position may be large and
145 src_segment.position default is 0, with the resulting diff being larger
146 than max-size-time, causing the queue to start leaking (if
147 leaky=downstream).
148 One potential consequence of this is that the segment event may be
149 stored on the srcpad before the caps event is pushed downstream, causing
150 a g_warning ("Sticky event misordering, got 'segment' before 'caps'").
151 https://bugzilla.gnome.org/show_bug.cgi?id=773096
152
153 2016-09-27 00:00:30 +1000 Matthew Waters <matthew@centricular.com>
154
155 * gst/gstelement.c:
156 element: use g_strcmp0 in set_context
157 It's NULL-safe while the libc implementation may not be.
158 https://bugzilla.gnome.org/show_bug.cgi?id=771773
159
160 2016-09-26 23:59:29 +1000 Matthew Waters <matthew@centricular.com>
161
162 * gst/gstelement.c:
163 element: check for invalid gstcontext's being provided to set_context
164 https://bugzilla.gnome.org/show_bug.cgi?id=771773
165
166 2016-10-18 09:38:04 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
167
168 * configure.ac:
169 * meson.build:
170 build: Apply XCode 8 workaround for iOS too
171 clock_gettime was also added for iOS 10.0, so don't use it if we're
172 targetting an older version. That would've caused the symbol to not be
173 found at runtime on older devices.
174
175 2016-10-15 21:49:21 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
176
177 * meson.build:
178 meson: Don't use c_std=c99
179 Just use the default c_std used by the compiler. With GCC on Linux this
180 is gnu89.
181 Tons of errors related to time.h, signal.h, etc when using c99:
182 FAILED: libs/gst/check/libcheck/check@sta/check_run.c.o
183 cc '-Ilibs/gst/check/libcheck/check@sta' '-fdiagnostics-color=always' '-I../libs/gst/check/libcheck' '-Ilibs/gst/check/libcheck' '-I.' '-I../.' '-Ilibs/gst/check/libcheck/..' '-I../libs/gst/check/libcheck/..' '-pipe' '-Wall' '-Winvalid-pch' '-std=c99' '-DHAVE_CONFIG_H' '-fPIC' '-O2' '-g' '-fPIC' '-MMD' '-MQ' 'libs/gst/check/libcheck/check@sta/check_run.c.o' '-MF' 'libs/gst/check/libcheck/check@sta/check_run.c.o.d' -o 'libs/gst/check/libcheck/check@sta/check_run.c.o' -c ../libs/gst/check/libcheck/check_run.c
184 In file included from ../libs/gst/check/libcheck/check_run.c:21:0:
185 ../libs/gst/check/libcheck/libcompat.h:167:18: warning: ‘struct itimerspec’ declared inside parameter list will not be visible outside of this definition or declaration
186 const struct itimerspec *new_value, struct itimerspec *old_value);
187 ^~~~~~~~~~
188 ../libs/gst/check/libcheck/check_run.c:98:25: error: array type has incomplete element type ‘struct sigaction’
189 static struct sigaction old_action[3];
190 ^~~~~~~~~~
191 ../libs/gst/check/libcheck/check_run.c:99:25: error: array type has incomplete element type ‘struct sigaction’
192 static struct sigaction new_action[3];
193 ^~~~~~~~~~
194 [...]
195 ninja: build stopped: subcommand failed.
196 The change was originally made because gnu99 was causing issues on OS X.
197
198 2016-10-14 11:59:24 +0200 Thibault Saunier <thibault.saunier@osg.samsung.com>
199
200 * plugins/tracers/gststats.c:
201 stats: Fix warning
202
203 2016-10-04 09:20:37 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
204
205 * libs/gst/helpers/meson.build:
206 * meson.build:
207 * tests/check/meson.build:
208 meson: Make use of new environment object and set plugin path to builddir
209 - Properly set where to find gst-plugin-scanner
210 - Use GST_LOADING_WHITELIST so that only core plugins are used
211 Bump meson requirement to 0.35
212
213 2016-10-13 18:20:58 +0200 Sebastian Dröge <sebastian@centricular.com>
214
215 * gst/gstcontrolbinding.c:
216 * gst/gstcontrolbinding.h:
217 controlbinding: Store object in a thread-safe GWeakRef
218 g_object_weak_ref() is not thread-safe.
219
220 2016-10-13 18:02:38 +0200 Sebastian Dröge <sebastian@centricular.com>
221
222 * libs/gst/controller/gstargbcontrolbinding.c:
223 argbcontrolbinding: gst_object_replace() is transfer none
224
225 2016-10-13 18:01:14 +0200 Sebastian Dröge <sebastian@centricular.com>
226
227 * libs/gst/controller/gstdirectcontrolbinding.c:
228 directcontrolbinding: Clarify in the documentation what the difference between absolute and not is
229
230 2016-10-13 17:55:45 +0200 Sebastian Dröge <sebastian@centricular.com>
231
232 * gst/gstcontrolsource.c:
233 controlsource: Remove misleading sentence from the documentation
234 control sources are not required to return values between 0.0 and 1.0.
235 This is completely up to the control binding that is used.
236
237 2016-10-13 17:21:30 +0200 Sebastian Dröge <sebastian@centricular.com>
238
239 * gst/gstobject.c:
240 object: Fix broken sentence structure in docs
241
242 2016-10-13 12:18:12 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
243
244 * plugins/tracers/gststats.c:
245 tracers: fix structure leak
246 https://bugzilla.gnome.org/show_bug.cgi?id=772851
247
248 2016-10-13 12:03:20 +0200 Edward Hervey <edward@centricular.com>
249
250 * gst/gststreams.h:
251 streams: Extend GstStreamType documentation
252 Users shouldn't assume it will be a single value since it's a flag.
253
254 2016-10-03 20:22:53 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
255
256 * configure.ac:
257 * m4/check-checks.m4:
258 * meson.build:
259 build: Fix clock_gettime check with XCode 8
260 With XCode 8, clock_gettime will be incorrectly detected as being
261 available regardless of what OS X version we're targetting because the
262 symbol is available in the .tbd library as a weak symbol.
263 See: https://github.com/Homebrew/homebrew-core/issues/3727#issue-170086273
264 It's only starting from macOS 10.12 that clock_gettime is actually
265 available, so we can unconditionally disable it when targetting older
266 versions. We cannot simply do AC_CHECK_FUNCS with -Wl,-no_weak_imports
267 because the autoconf check does its own prototype declaration that
268 doesn't trigger that compiler flag.
269 https://bugzilla.gnome.org/show_bug.cgi?id=772451
270
271 2016-10-11 12:12:57 +0200 Edward Hervey <edward@centricular.com>
272
273 * gst/gstbin.h:
274 bin: Add a new GST_BIN_FLAG_STREAMS_AWARE flag
275 This flag is to indicate to child elements that they can add and
276 remove pads at any point in time without re-adding existing ones.
277 Elements should post before-hand a GST_MESSAGE_STREAM_COLLECTION
278 https://bugzilla.gnome.org/show_bug.cgi?id=772741
279
280 2016-10-10 10:59:26 +0100 Tim-Philipp Müller <tim@centricular.com>
281
282 * docs/gst/running.xml:
283 docs: paths in env vars are separated by semicolons on windows
284 https://bugzilla.gnome.org/show_bug.cgi?id=772431
285
286 2016-10-07 17:02:47 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
287
288 * docs/design/part-tracing.txt:
289 docs: fix GST_LEAKS_TRACER_SIG doc
290 The documentation wasn't mentioning the SIGUSR2 signal.
291 https://bugzilla.gnome.org/show_bug.cgi?id=772571
292
293 2016-10-08 17:23:08 +0200 Edward Hervey <edward@centricular.com>
294
295 * gst/gstbin.c:
296 bin: Fix iterator resync'ing
297 When we get GST_ITERATOR_RESYNC, we need to call gst_iterator_resync()
298 otherwise we will always get GST_ITERATOR_RESYNC (and that loop would
299 run forever).
300
301 2016-10-08 13:54:42 +0200 Edward Hervey <edward@centricular.com>
302
303 * plugins/elements/gstqueue2.c:
304 queue2: Implement gst_event_full_func handling
305 Same as we do for queue
306
307 2016-10-08 13:20:58 +0200 Stefan Sauer <ensonic@users.sf.net>
308
309 * plugins/tracers/gstrusage.c:
310 tracer/rusage: fix format string args
311 The format string contains a process id, but we did not provice one. This
312 caused us to log garbage since all args got shifted.
313
314 2016-10-01 16:47:05 +0300 Sebastian Dröge <sebastian@centricular.com>
315
316 * gst/gstmessage.c:
317 message: Fix typo in gst_message_new_progress() docs
318 test -> text
319
320 2016-09-30 09:57:57 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
321
322 * hooks/pre-commit.hook:
323 * meson.build:
324 meson: Setup pre-commit hooks when configuring
325
326 2016-09-30 11:38:37 +0100 Tim-Philipp Müller <tim@centricular.com>
327
328 * meson.build:
329 meson: update version
330
0331 === release 1.9.90 ===
1332
2 2016-09-30 Sebastian Dröge <slomo@coaxion.net>
3
333 2016-09-30 13:01:17 +0300 Sebastian Dröge <sebastian@centricular.com>
334
335 * ChangeLog:
336 * NEWS:
337 * RELEASE:
4338 * configure.ac:
5 releasing 1.9.90
339 * docs/plugins/inspect/plugin-coreelements.xml:
340 * gstreamer.doap:
341 * win32/common/config.h:
342 * win32/common/gstversion.h:
343 Release 1.9.90
344
345 2016-09-30 12:08:52 +0300 Sebastian Dröge <sebastian@centricular.com>
346
347 * po/af.po:
348 * po/az.po:
349 * po/be.po:
350 * po/bg.po:
351 * po/ca.po:
352 * po/cs.po:
353 * po/da.po:
354 * po/de.po:
355 * po/el.po:
356 * po/en_GB.po:
357 * po/eo.po:
358 * po/es.po:
359 * po/eu.po:
360 * po/fi.po:
361 * po/fr.po:
362 * po/gl.po:
363 * po/hr.po:
364 * po/hu.po:
365 * po/id.po:
366 * po/it.po:
367 * po/ja.po:
368 * po/lt.po:
369 * po/nb.po:
370 * po/nl.po:
371 * po/pl.po:
372 * po/pt_BR.po:
373 * po/ro.po:
374 * po/ru.po:
375 * po/rw.po:
376 * po/sk.po:
377 * po/sl.po:
378 * po/sq.po:
379 * po/sr.po:
380 * po/sv.po:
381 * po/tr.po:
382 * po/uk.po:
383 * po/vi.po:
384 * po/zh_CN.po:
385 * po/zh_TW.po:
386 Update .po files
6387
7388 2016-09-30 11:41:14 +0300 Sebastian Dröge <sebastian@centricular.com>
8389
+1114
-1
NEWS less more
0 This is GStreamer 1.9.90
0 # GStreamer 1.10 Release Notes
1
2 **GStreamer 1.10.0 was released on 1st November 2016.**
3
4 The GStreamer team is proud to announce a new major feature release in the
5 stable 1.x API series of your favourite cross-platform multimedia framework!
6
7 As always, this release is again packed with new features, bug fixes and other
8 improvements.
9
10 See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest
11 version of this document.
12
13 *Last updated: Tuesday 1 Nov 2016, 15:00 UTC [(log)][gitlog]*
14
15 [latest]: https://gstreamer.freedesktop.org/releases/1.10/
16 [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md
17
18 ## Introduction
19
20 The GStreamer team is proud to announce a new major feature release in the
21 stable 1.x API series of your favourite cross-platform multimedia framework!
22
23 As always, this release is again packed with new features, bug fixes and other
24 improvements.
25
26 ## Highlights
27
28 - Several convenience APIs have been added to make developers' lives easier
29 - A new `GstStream` API provides applications a more meaningful view of the
30 structure of streams, simplifying the process of dealing with media in
31 complex container formats
32 - Experimental `decodebin3` and `playbin3` elements which bring a number of
33 improvements which were hard to implement within `decodebin` and `playbin`
34 - A new `parsebin` element to automatically unpack and parse a stream, stopping
35 just short of decoding
36 - Experimental new `meson`-based build system, bringing faster build and much
37 better Windows support (including for building with Visual Studio)
38 - A new `gst-docs` module has been created, and we are in the process of moving
39 our documentation to a markdown-based format for easier maintenance and
40 updates
41 - A new `gst-examples` module has been create, which contains example
42 GStreamer applications and is expected to grow with many more examples in
43 the future
44 - Various OpenGL and OpenGL|ES-related fixes and improvements for greater
45 efficiency on desktop and mobile platforms, and Vulkan support on Wayland was
46 also added
47 - Extensive improvements to the VAAPI plugins for improved robustness and
48 efficiency
49 - Lots of fixes and improvements across the board, spanning RTP/RTSP, V4L2,
50 Bluetooth, audio conversion, echo cancellation, and more!
51
52 ## Major new features and changes
53
54 ### Noteworthy new API, features and other changes
55
56 #### Core API additions
57
58 ##### Receive property change notifications via bus messages
59
60 New API was added to receive element property change notifications via
61 bus messages. So far, applications had to connect a callback to an element's
62 `notify::property-name` signal via the GObject API, which was inconvenient for
63 at least two reasons: one had to implement a signal callback function, and that
64 callback function would usually be called from one of the streaming threads, so
65 one had to marshal (send) any information gathered or pending requests to the
66 main application thread which was tedious and error-prone.
67
68 Enter [`gst_element_add_property_notify_watch()`][notify-watch] and
69 [`gst_element_add_property_deep_notify_watch()`][deep-notify-watch] which will
70 watch for changes of a property on the specified element, either only for this
71 element or recursively for a whole bin or pipeline. Whenever such a
72 property change happens, a `GST_MESSAGE_PROPERTY_NOTIFY` message will be posted
73 on the pipeline bus with details of the element, the property and the new
74 property value, all of which can be retrieved later from the message in the
75 application via [`gst_message_parse_property_notify()`][parse-notify]. Unlike
76 the GstBus watch functions, this API does not rely on a running GLib main loop.
77
78 The above can be used to be notified asynchronously of caps changes in the
79 pipeline, or volume changes on an audio sink element, for example.
80
81 [notify-watch]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-add-property-notify-watch
82 [deep-notify-watch]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-add-property-deep-notify-watch
83 [parse-notify]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMessage.html#gst-message-parse-property-notify
84
85 ##### GstBin "deep" element-added and element-removed signals
86
87 GstBin has gained `"deep-element-added"` and `"deep-element-removed"` signals
88 which makes it easier for applications and higher-level plugins to track when
89 elements are added or removed from a complex pipeline with multiple sub-bins.
90
91 `playbin` makes use of this to implement the new `"element-setup"` signal which
92 can be used to configure elements as they are added to `playbin`, just like the
93 existing `"source-setup"` signal which can be used to configure the source
94 element created.
95
96 ##### Error messages can contain additional structured details
97
98 It is often useful to provide additional, structured information in error,
99 warning or info messages for applications (or higher-level elements) to make
100 intelligent decisions based on them. To allow this, error, warning and info
101 messages now have API for adding arbitrary additional information to them
102 using a `GstStructure`:
103 [`GST_ELEMENT_ERROR_WITH_DETAILS`][element-error-with-details] and
104 corresponding API for the other message types.
105
106 This is now used e.g. by the new [`GST_ELEMENT_FLOW_ERROR`][element-flow-error]
107 API to include the actual flow error in the error message, and the
108 [souphttpsrc element][souphttpsrc-detailed-errors] to provide the HTTP
109 status code, and the URL (if any) to which a redirection has happened.
110
111 [element-error-with-details]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#GST-ELEMENT-ERROR-WITH-DETAILS:CAPS
112 [element-flow-error]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#GST-ELEMENT-FLOW-ERROR:CAPS
113 [souphttpsrc-detailed-errors]: https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/ext/soup/gstsouphttpsrc.c?id=60d30db912a1aedd743e66b9dcd2e21d71fbb24f#n1318
114
115 ##### Redirect messages have official API now
116
117 Sometimes, elements need to redirect the current stream URL and tell the
118 application to proceed with this new URL, possibly using a different
119 protocol too (thus changing the pipeline configuration). Until now, this was
120 informally implemented using `ELEMENT` messages on the bus.
121
122 Now this has been formalized in the form of a new `GST_MESSAGE_REDIRECT` message.
123 A new redirect message can be created using [`gst_message_new_redirect()`][new-redirect].
124 If needed, multiple redirect locations can be specified by calling
125 [`gst_message_add_redirect_entry()`][add-redirect] to add further redirect
126 entries, all with metadata, so the application can decide which is
127 most suitable (e.g. depending on the bitrate tags).
128
129 [new-redirect]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMessage.html#gst-message-new-redirect
130 [add-redirect]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMessage.html#gst-message-add-redirect-entry
131
132 ##### New pad linking convenience functions that automatically create ghost pads
133
134 New pad linking convenience functions were added:
135 [`gst_pad_link_maybe_ghosting()`][pad-maybe-ghost] and
136 [`gst_pad_link_maybe_ghosting_full()`][pad-maybe-ghost-full] which were
137 previously internal to GStreamer have now been exposed for general use.
138
139 The existing pad link functions will refuse to link pads or elements at
140 different levels in the pipeline hierarchy, requiring the developer to
141 create ghost pads where necessary. These new utility functions will
142 automatically create ghostpads as needed when linking pads at different
143 levels of the hierarchy (e.g. from an element inside a bin to one that's at
144 the same level in the hierarchy as the bin, or in another bin).
145
146 [pad-maybe-ghost]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-link-maybe-ghosting
147 [pad-maybe-ghost-full]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-link-maybe-ghosting-full
148
149 ##### Miscellaneous
150
151 Pad probes: IDLE and BLOCK probes now work slightly differently in pull mode,
152 so that push and pull mode have opposite scenarios for idle and blocking probes.
153 In push mode, it will block with some data type and IDLE won't have any data.
154 In pull mode, it will block _before_ getting a buffer and will be IDLE once some
155 data has been obtained. ([commit][commit-pad-probes], [bug][bug-pad-probes])
156
157 [commit-pad-probes]: https://cgit.freedesktop.org/gstreamer/gstreamer/commit/gst/gstpad.c?id=368ee8a336d0c868d81fdace54b24431a8b48cbf
158 [bug-pad-probes]: https://bugzilla.gnome.org/show_bug.cgi?id=761211
159
160 [`gst_parse_launch_full()`][parse-launch-full] can now be made to return a
161 `GstBin` instead of a top-level pipeline by passing the new
162 `GST_PARSE_FLAG_PLACE_IN_BIN` flag.
163
164 [parse-launch-full]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstParse.html#gst-parse-launch-full
165
166 The default GStreamer debug log handler can now be removed before
167 calling `gst_init()`, so that it will never get installed and won't be active
168 during initialization.
169
170 A new [`STREAM_GROUP_DONE` event][stream-group-done-event] was added. In some
171 ways it works similar to the `EOS` event in that it can be used to unblock
172 downstream elements which may be waiting for further data, such as for example
173 `input-selector`. Unlike `EOS`, further data flow may happen after the
174 `STREAM_GROUP_DONE` event though (and without the need to flush the pipeline).
175 This is used to unblock input-selector when switching between streams in
176 adaptive streaming scenarios (e.g. HLS).
177
178 [stream-group-done-event]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstEvent.html#gst-event-new-stream-group-done
179
180 The `gst-launch-1.0` command line tool will now print unescaped caps in verbose
181 mode (enabled by the -v switch).
182
183 [`gst_element_call_async()`][call-async] has been added as convenience API for
184 plugin developers. It is useful for one-shot operations that need to be done
185 from a thread other than the current streaming thread. It is backed by a
186 thread-pool that is shared by all elements.
187
188 [call-async]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-call-async
189
190 Various race conditions have been fixed around the `GstPoll` API used by e.g.
191 `GstBus` and `GstBufferPool`. Some of these manifested themselves primarily
192 on Windows.
193
194 `GstAdapter` can now keep track of discontinuities signalled via the `DISCONT`
195 buffer flag, and has gained [new API][new-adapter-api] to track PTS, DTS and
196 offset at the last discont. This is useful for plugins implementing advanced
197 trick mode scenarios.
198
199 [new-adapter-api]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstAdapter.html#gst-adapter-pts-at-discont
200
201 `GstTestClock` gained a new [`"clock-type"` property][clock-type-prop].
202
203 [clock-type-prop]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstTestClock.html#GstTestClock--clock-type
204
205 #### GstStream API for stream announcement and stream selection
206
207 New stream listing and stream selection API: new API has been added to
208 provide high-level abstractions for streams ([`GstStream`][stream-api])
209 and collections of streams ([`GstStreamCollections`][stream-collection-api]).
210
211 ##### Stream listing
212
213 A [`GstStream`][stream-api] contains all the information pertinent to a stream,
214 such as stream id, caps, tags, flags and stream type(s); it can represent a
215 single elementary stream (e.g. audio, video, subtitles, etc.) or a container
216 stream. This will depend on the context. In a decodebin3/playbin3 one
217 it will typically be elementary streams that can be selected and unselected.
218
219 A [`GstStreamCollection`][stream-collection-api] represents a group of streams
220 and is used to announce or publish all available streams. A GstStreamCollection
221 is immutable - once created it won't change. If the available streams change,
222 e.g. because a new stream appeared or some streams disappeared, a new stream
223 collection will be published. This new stream collection may contain streams
224 from the previous collection if those streams persist, or completely new ones.
225 Stream collections do not yet list all theoretically available streams,
226 e.g. other available DVD angles or alternative resolutions/bitrate of the same
227 stream in case of adaptive streaming.
228
229 New events and messages have been added to notify or update other elements and
230 the application about which streams are currently available and/or selected.
231 This way, we can easily and seamlessly let the application know whenever the
232 available streams change, as happens frequently with digital television streams
233 for example. The new system is also more flexible. For example, it is now also
234 possible for the application to select multiple streams of the same type
235 (e.g. in a transcoding/transmuxing scenario).
236
237 A [`STREAM_COLLECTION` message][stream-collection-msg] is posted on the bus
238 to inform the parent bin (e.g. `playbin3`, `decodebin3`) and/or the application
239 about what streams are available, so you no longer have to hunt for this
240 information at different places. The available information includes number of
241 streams of each type, caps, tags etc. Bins and/or the application can intercept
242 the message synchronously to select and deselect streams before any data is
243 produced - for the case where elements such as the demuxers support the new
244 stream API, not necessarily in the parsebin compatibility fallback case.
245
246 Similarly, there is also a [`STREAM_COLLECTION` event][stream-collection-event]
247 to inform downstream elements of the available streams. This event can be used
248 by elements to aggregate streams from multiple inputs into one single collection.
249
250 The `STREAM_START` event was extended so that it can also contain a GstStream
251 object with all information about the current stream, see
252 [`gst_event_set_stream()`][event-set-stream] and
253 [`gst_event_parse_stream()`][event-parse-stream].
254 [`gst_pad_get_stream()`][pad-get-stream] is a new utility function that can be
255 used to look up the GstStream from the `STREAM_START` sticky event on a pad.
256
257 [stream-api]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstStream.html
258 [stream-collection-api]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstStreamCollection.html
259 [stream-collection-msg]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstMessage.html#gst-message-new-stream-collection
260 [stream-collection-event]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstEvent.html#gst-event-new-stream-collection
261 [event-set-stream]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstEvent.html#gst-event-set-stream
262 [event-parse-stream]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstEvent.html#gst-event-parse-stream
263 [pad-get-stream]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-get-stream
264
265 ##### Stream selection
266
267 Once the available streams have been published, streams can be selected via
268 their stream ID using the new `SELECT_STREAMS` event, which can be created
269 with [`gst_event_new_select_streams()`][event-select-streams]. The new API
270 supports selecting multiple streams per stream type. In the future, we may also
271 implement explicit deselection of streams that will never be used, so
272 elements can skip these and never expose them or output data for them in the
273 first place.
274
275 The application is then notified of the currently selected streams via the
276 new `STREAMS_SELECTED` message on the pipeline bus, containing both the current
277 stream collection as well as the selected streams. This might be posted in
278 response to the application sending a `SELECT_STREAMS` event or when
279 `decodebin3` or `playbin3` decide on the streams to be initially selected without
280 application input.
281
282 [event-select-streams]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstEvent.html#gst-event-new-select-streams
283
284 ##### Further reading
285
286 See further below for some notes on the new elements supporting this new
287 stream API, namely: `decodebin3`, `playbin3` and `parsebin`.
288
289 More information about the new API and the new elements can also be found here:
290
291 - GStreamer [stream selection design docs][streams-design]
292 - Edward Hervey's talk ["The new streams API: Design and usage"][streams-talk] ([slides][streams-slides])
293 - Edward Hervey's talk ["Decodebin3: Dealing with modern playback use cases"][db3-talk] ([slides][db3-slides])
294
295 [streams-design]: https://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/design/part-stream-selection.txt
296 [streams-talk]: https://gstconf.ubicast.tv/videos/the-new-gststream-api-design-and-usage/
297 [streams-slides]: https://gstreamer.freedesktop.org/data/events/gstreamer-conference/2016/Edward%20Hervey%20-%20The%20New%20Streams%20API%20Design%20and%20Usage.pdf
298 [db3-talk]: https://gstconf.ubicast.tv/videos/decodebin3-or-dealing-with-modern-playback-use-cases/
299 [db3-slides]: https://gstreamer.freedesktop.org/data/events/gstreamer-conference/2015/Edward%20Hervey%20-%20decodebin3.pdf
300
301 #### Audio conversion and resampling API
302
303 The audio conversion library received a completely new and rewritten audio
304 resampler, complementing the audio conversion routines moved into the audio
305 library in the [previous release][release-notes-1.8]. Integrating the resampler
306 with the other audio conversion library allows us to implement generic
307 conversion much more efficiently, as format conversion and resampling can now
308 be done in the same processing loop instead of having to do it in separate
309 steps (our element implementations do not make use of this yet though).
310
311 The new audio resampler library is a combination of some of the best features
312 of other samplers such as ffmpeg, speex and SRC. It natively supports S16, S32,
313 F32 and F64 formats and uses optimized x86 and neon assembly for most of its
314 processing. It also has support for dynamically changing sample rates by incrementally
315 updating the filter tables using linear or cubic interpolation. According to
316 some benchmarks, it's one of the fastest and most accurate resamplers around.
317
318 The `audioresample` plugin has been ported to the new audio library functions
319 to make use of the new resampler.
320
321 [release-notes-1.8]: https://gstreamer.freedesktop.org/releases/1.8/
322
323 #### Support for SMPTE timecodes
324
325 Support for SMPTE timecodes was added to the GStreamer video library. This
326 comes with an abstraction for timecodes, [`GstVideoTimeCode`][video-timecode]
327 and a [`GstMeta`][video-timecode-meta] that can be placed on video buffers for
328 carrying the timecode information for each frame. Additionally there is
329 various API for making handling of timecodes easy and to do various
330 calculations with them.
331
332 A new plugin called [`timecode`][timecode-plugin] was added, that contains an
333 element called `timecodestamper` for putting the timecode meta on video frames
334 based on counting the frames and another element called `timecodewait` that
335 drops all video (and audio) until a specific timecode is reached.
336
337 Additionally support was added to the Decklink plugin for including the
338 timecode information when sending video out or capturing it via SDI, the
339 `qtmux` element is able to write timecode information into the MOV container,
340 and the `timeoverlay` element can overlay timecodes on top of the video.
341
342 More information can be found in the [talk about timecodes][timecode-talk] at
343 the GStreamer Conference 2016.
344
345 [video-timecode]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideo.html#GstVideoTimeCode
346 [video-timecode-meta]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideometa.html#gst-buffer-add-video-time-code-meta
347 [timecode-plugin]: https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/timecode
348 [timecode-talk]: https://gstconf.ubicast.tv/videos/smpte-timecodes-in-gstreamer/
349
350 #### GStreamer OpenMAX IL plugin
351
352 The last gst-omx release, 1.2.0, was in July 2014. It was about time to get
353 a new one out with all the improvements that have happened in the meantime.
354 From now on, we will try to release gst-omx together with all other modules.
355
356 This release features a lot of bugfixes, improved support for the Raspberry Pi
357 and in general improved support for zerocopy rendering via EGL and a few minor
358 new features.
359
360 At this point, gst-omx is known to work best on the Raspberry Pi platform but
361 it is also known to work on various other platforms. Unfortunately, we are
362 not including configurations for any other platforms, so if you happen to use
363 gst-omx: please send us patches with your configuration and code changes!
364
365 ### New Elements
366
367 #### decodebin3, playbin3, parsebin (experimental)
368
369 This release features new decoding and playback elements as experimental
370 technology previews: `decodebin3` and `playbin3` will soon supersede the
371 existing `decodebin` and `playbin` elements. We skipped the number 2 because
372 it was already used back in the 0.10 days, which might cause confusion.
373 Experimental technology preview means that everything should work fine already,
374 but we can't guarantee there won't be minor behavioural changes in the
375 next cycle. In any case, please test and report any problems back.
376
377 Before we go into detail about what these new elements improve, let's look at
378 the new [`parsebin`][parsebin] element. It works similarly to `decodebin` and
379 `decodebin3`, only that it stops one step short and does not plug any actual
380 decoder elements. It will only plug parsers, tag readers, demuxers and
381 depayloaders. Also note that parsebin does not contain any queueing element.
382
383 [`decodebin3`'s][decodebin3] internal architecture is slightly different from
384 the existing `decodebin` element and fixes many long-standing issues with our
385 decoding engine. For one, data is now fed into the internal `multiqueue` element
386 *after* it has been parsed and timestamped, which means that the `multiqueue`
387 element now has more knowledge and is able to calculate the interleaving of the
388 various streams, thus minimizing memory requirements and doing away with magic
389 values for buffering limits that were conceived when videos were 240p or 360p.
390 Anyone who has tried to play back 4k video streams with decodebin2
391 will have noticed the limitations of that approach. The improved timestamp
392 tracking also enables `multiqueue` to keep streams of the same type (audio,
393 video) aligned better, making sure switching between streams of the same type
394 is very fast.
395
396 Another major improvement in `decodebin3` is that it will no longer decode
397 streams that are not being used. With the old `decodebin` and `playbin`, when
398 there were 8 audio streams we would always decode all 8 streams even
399 if 7 were not actually used. This caused a lot of CPU overhead, which was
400 particularly problematic on embedded devices. When switching between streams
401 `decodebin3` will try hard to re-use existing decoders. This is useful when
402 switching between multiple streams of the same type if they are encoded in the
403 same format.
404
405 Re-using decoders is also useful when the available streams change on the fly,
406 as might happen with radio streams (chained Oggs), digital television
407 broadcasts, when adaptive streaming streams change bitrate, or when switching
408 gaplessly to the next title. In order to guarantee a seamless transition, the
409 old `decodebin2` would plug a second decoder for the new stream while finishing
410 up the old stream. With `decodebin3`, this is no longer needed - at least not
411 when the new and old format are the same. This will be particularly useful
412 on embedded systems where it is often not possible to run multiple decoders
413 at the same time, or when tearing down and setting up decoders is fairly
414 expensive.
415
416 `decodebin3` also allows for multiple input streams, not just a single one.
417 This will be useful, in the future, for gapless playback, or for feeding
418 multiple external subtitle streams to decodebin/playbin.
419
420 `playbin3` uses `decodebin3` internally, and will supercede `playbin`.
421 It was decided that it would be too risky to make the old `playbin` use the
422 new `decodebin3` in a backwards-compatible way. The new architecture
423 makes it awkward, if not impossible, to maintain perfect backwards compatibility
424 in some aspects, hence `playbin3` was born, and developers can migrate to the
425 new element and new API at their own pace.
426
427 All of these new elements make use of the new `GstStream` API for listing and
428 selecting streams, as described above. `parsebin` provides backwards
429 compatibility for demuxers and parsers which do not advertise their streams
430 using the new API yet (which is most).
431
432 The new elements are not entirely feature-complete yet: `playbin3` does not
433 support so-called decodersinks yet where the data is not decoded inside
434 GStreamer but passed directly for decoding to the sink. `decodebin3` is missing
435 the various `autoplug-*` signals to influence which decoders get autoplugged
436 in which order. We're looking to add back this functionality, but it will probably
437 be in a different way, with a single unified signal and using GstStream perhaps.
438
439 For more information on these new elements, check out Edward Hervey's talk
440 [*decodebin3 - dealing with modern playback use cases*][db3-talk]
441
442 [parsebin]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-parsebin.html
443 [decodebin3]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-decodebin3.html
444 [db3-talk]: https://gstconf.ubicast.tv/videos/decodebin3-or-dealing-with-modern-playback-use-cases/
445
446 #### LV2 ported from 0.10 and switched from slv2 to lilv2
447
448 The LV2 wrapper plugin has been ported to 1.0 and moved from using the
449 deprecated slv2 library to its replacement liblv2. We support sources and
450 filter elements. lv2 is short for *Linux Audio Developer's Simple Plugin API
451 (LADSPA) version 2* and is an open standard for audio plugins which includes
452 support for audio synthesis (generation), digital signal processing of digital
453 audio, and MIDI. The new lv2 plugin supersedes the existing LADSPA plugin.
454
455 #### WebRTC DSP Plugin for echo-cancellation, gain control and noise suppression
456
457 A set of new elements ([webrtcdsp][webrtcdsp], [webrtcechoprobe][webrtcechoprobe])
458 based on the WebRTC DSP software stack can now be used to improve your audio
459 voice communication pipelines. They support echo cancellation, gain control,
460 noise suppression and more. For more details you may read
461 [Nicolas' blog post][webrtc-blog-post].
462
463 [webrtcdsp]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-webrtcdsp.html
464 [webrtcechoprobe]: https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-webrtcechoprobe.html
465 [webrtc-blog-post]: https://ndufresne.ca/2016/06/gstreamer-echo-canceller/
466
467 #### Fraunhofer FDK AAC encoder and decoder
468
469 New encoder and decoder elements wrapping the Fraunhofer FDK AAC library have
470 been added (`fdkaacdec`, `fdkaacdec`). The Fraunhofer FDK AAC encoder is
471 generally considered to be a very high-quality AAC encoder, but unfortunately
472 it comes under a non-free license with the option to obtain a paid, commercial
473 license.
474
475 ### Noteworthy element features and additions
476
477 #### Major RTP and RTSP improvements
478
479 - The RTSP server and source element, as well as the RTP jitterbuffer now support
480 remote clock synchronization according to [RFC7273][https://tools.ietf.org/html/rfc7273].
481 - Support for application and profile specific RTCP packets was added.
482 - The H265/HEVC payloader/depayloader is again in sync with the final RFC.
483 - Seeking stability of the RTSP source and server was improved a lot and
484 runs stably now, even when doing scrub-seeking.
485 - The RTSP server received various major bugfixes, including for regressions that
486 caused the IP/port address pool to not be considered, or NAT hole punching
487 to not work anymore. [Bugzilla #766612][https://bugzilla.gnome.org/show_bug.cgi?id=766612]
488 - Various other bugfixes that improve the stability of RTP and RTSP, including
489 many new unit / integration tests.
490
491 #### Improvements to splitmuxsrc and splitmuxsink
492
493 - The splitmux element received reliability and error handling improvements,
494 removing at least one deadlock case. `splitmuxsrc` now stops cleanly at the end
495 of the segment when handling seeks with a stop time. We fixed a bug with large
496 amounts of downstream buffering causing incorrect out-of-sequence playback.
497
498 - `splitmuxsrc` now has a `"format-location"` signal to directly specify the list
499 of files to play from.
500
501 - `splitmuxsink` can now optionally send force-keyunit events to upstream
502 elements to allow splitting files more accurately instead of having to wait
503 for upstream to provide a new keyframe by itself.
504
505 #### OpenGL/GLES improvements
506
507 ##### iOS and macOS (OS/X)
508
509 - We now create OpenGL|ES 3.x contexts on iOS by default with a fallback to
510 OpenGL|ES 2.x if that fails.
511 - Various zerocopy decoding fixes and enhancements with the
512 encoding/decoding/capturing elements.
513 - libdispatch is now used on all Apple platforms instead of GMainLoop, removing
514 the expensive poll()/pthread_*() overhead.
515
516 ##### New API
517
518 - `GstGLFramebuffer` - for wrapping OpenGL frame buffer objects. It provides
519 facilities for attaching `GstGLMemory` objects to the necessary attachment
520 points, binding and unbinding and running a user-supplied function with the
521 framebuffer bound.
522 - `GstGLRenderbuffer` (a `GstGLBaseMemory` subclass) - for wrapping OpenGL
523 render buffer objects that are typically used for depth/stencil buffers or
524 for color buffers where we don't care about the output.
525 - `GstGLMemoryEGL` (a `GstGLMemory` subclass) - for combining `EGLImage`s with a GL
526 texture that replaces `GstEGLImageMemory` bringing the improvements made to the
527 other `GstGLMemory` implementations. This fixes a performance regression in
528 zerocopy decoding on the Raspberry Pi when used with an updated gst-omx.
529
530 ##### Miscellaneous improvements
531
532 - `gltestsrc` is now usable on devices/platforms with OpenGL 3.x and OpenGL|ES
533 and has completed or gained support for new patterns in line with the
534 existing ones in `videotestsrc`.
535 - `gldeinterlace` is now available on devices/platforms with OpenGL|ES
536 implementations.
537 - The dispmanx backend (used on the Raspberry Pi) now supports the
538 `gst_video_overlay_set_window_handle()` and
539 `gst_video_overlay_set_render_rectangle()` functions.
540 - The `gltransformation` element now correctly transforms mouse coordinates (in
541 window space) to stream coordinates for both perspective and orthographic
542 projections.
543 - The `gltransformation` element now detects if the
544 `GstVideoAffineTransformationMeta` is supported downstream and will efficiently
545 pass its transformation downstream. This is a performance improvement as it
546 results in less processing being required.
547 - The wayland implementation now uses the multi-threaded safe event-loop API
548 allowing correct usage in applications that call wayland functions from
549 multiple threads.
550 - Support for native 90 degree rotations and horizontal/vertical flips
551 in `glimagesink`.
552
553 #### Vulkan
554
555 - The Vulkan elements now work under Wayland and have received numerous
556 bugfixes.
557
558 #### QML elements
559
560 - `qmlglsink` video sink now works on more platforms, notably, Windows, Wayland,
561 and Qt's eglfs (for embedded devices with an OpenGL implementation) including
562 the Raspberry Pi.
563 - New element `qmlglsrc` to record a QML scene into a GStreamer pipeline.
564
565 #### KMS video sink
566
567 - New element `kmssink` to render video using Direct Rendering Manager
568 (DRM) and Kernel Mode Setting (KMS) subsystems in the Linux
569 kernel. It is oriented to be used mostly in embedded systems.
570
571 #### Wayland video sink
572
573 - `waylandsink` now supports the wl_viewporter extension allowing
574 video scaling and cropping to be delegated to the Wayland
575 compositor. This extension is also been made optional, so that it can
576 also work on current compositors that don't support it. It also now has
577 support for the video meta, allowing zero-copy operations in more
578 cases.
579
580 #### DVB improvements
581
582 - `dvbsrc` now has better delivery-system autodetection and several
583 new parameter sanity-checks to improve its resilience to configuration
584 omissions and errors. Superfluous polling continues to be trimmed down,
585 and the debugging output has been made more consistent and precise.
586 Additionally, the channel-configuration parser now supports the new dvbv5
587 format, enabling `dvbbasebin` to automatically playback content transmitted
588 on delivery systems that previously required manual description, like ISDB-T.
589
590 #### DASH, HLS and adaptivedemux
591
592 - HLS now has support for Alternate Rendition audio and video tracks. Full
593 support for Alternate Rendition subtitle tracks will be in an upcoming release.
594 - DASH received support for keyframe-only trick modes if the
595 `GST_SEEK_FLAG_TRICKMODE_KEY_UNITS` flag is given when seeking. It will
596 only download keyframes then, which should help with high-speed playback.
597 Changes to skip over multiple frames based on bandwidth and other metrics
598 will be added in the near future.
599 - Lots of reliability fixes around seek handling and bitrate switching.
600
601 #### Bluetooth improvements
602
603 - The `avdtpsrc` element now supports metadata such as track title, artist
604 name, and more, which devices can send via AVRCP. These are published as
605 tags on the pipeline.
606 - The `a2dpsink` element received some love and was cleaned up so that it
607 actually works after the initial GStreamer 1.0 port.
608
609 #### GStreamer VAAPI
610
611 - All the decoders have been split, one plugin feature per codec. So
612 far, the available ones, depending on the driver, are:
613 `vaapimpeg2dec`, `vaapih264dec`, `vaapih265dec`, `vaapivc1dec`, `vaapivp8dec`,
614 `vaapivp9dec` and `vaapijpegdec` (which already was split).
615 - Improvements when mapping VA surfaces into memory. It now differentiates
616 between negotiation caps and allocations caps, since the allocation
617 memory for surfaces may be bigger than one that is going to be
618 mapped.
619 - `vaapih265enc` now supports constant bitrate mode (CBR).
620 - Since several VA drivers are unmaintained, we decide to keep a whitelist
621 with the va drivers we actually test, which is mostly the i915 and to a lesser
622 degree gallium from the mesa project. Exporting the environment variable
623 `GST_VAAPI_ALL_DRIVERS` disables the whitelist.
624 - Plugin features are registered at run-time, according to their support by
625 the loaded VA driver. So only the decoders and encoder supported by the
626 system are registered. Since the driver can change, some dependencies are
627 tracked to invalidate the GStreamer registry and reload the plugin.
628 - `dmabuf` importation from upstream has been improved, gaining performance.
629 - `vaapipostproc` now can negotiate buffer transformations via caps.
630 - Decoders now can do I-frame only reverse playback. This decodes I-frames
631 only because the surface pool is smaller than the required by the GOP to show all the
632 frames.
633 - The upload of frames onto native GL textures has been optimized too, keeping
634 a cache of the internal structures for the offered textures by the sink.
635
636 #### V4L2 changes
637
638 - More pixels formats are now supported
639 - Decoder is now using `G_SELECTION` instead of the deprecated `G_CROP`
640 - Decoder now uses the `STOP` command to handle EOS
641 - Transform element can now scale the pixel aspect ratio
642 - Colorimetry support has been improved even more
643 - We now support the `OUTPUT_OVERLAY` type of video node in v4l2sink
644
645 #### Miscellaneous
646
647 - `multiqueue`'s input pads gained a new `"group-id"` property which
648 can be used to group input streams. Typically one will assign
649 different id numbers to audio, video and subtitle streams for
650 example. This way `multiqueue` can make sure streams of the same
651 type advance in lockstep if some of the streams are unlinked and the
652 `"sync-by-running-time"` property is set. This is used in
653 decodebin3/playbin3 to implement almost-instantaneous stream
654 switching. The grouping is required because different downstream
655 paths (audio, video, etc.) may have different buffering/latency
656 etc. so might be consuming data from multiqueue with a slightly
657 different phase, and if we track different stream groups separately
658 we minimize stream switching delays and buffering inside the
659 `multiqueue`.
660 - `alsasrc` now supports ALSA drivers without a position for each
661 channel, this is common in some professional or industrial hardware.
662 - `libvpx` based decoders (`vp8dec` and `vp9dec`) now create multiple threads on
663 computers with multiple CPUs automatically.
664 - `rfbsrc` - used for capturing from a VNC server - has seen a lot of
665 debugging. It now supports the latest version of the RFB
666 protocol and uses GIO everywhere.
667 - `tsdemux` can now read ATSC E-AC-3 streams.
668 - New `GstVideoDirection` video orientation interface for rotating, flipping
669 and mirroring video in 90° steps. It is implemented by the `videoflip` and
670 `glvideoflip` elements currently.
671 - It is now possible to give `appsrc` a duration in time, and there is now a
672 non-blocking try-pull API for `appsink` that returns NULL if nothing is
673 available right now.
674 - `x264enc` has support now for chroma-site and colorimetry settings
675 - A new JPEG2000 parser element was added, and the JPEG2000 caps were cleaned
676 up and gained more information needed in combination with RTP and various
677 container formats.
678 - Reverse playback support for `videorate` and `deinterlace` was implemented
679 - Various improvements everywhere for reverse playback and `KEY_UNITS` trick mode
680 - New cleaned up `rawaudioparse` and `rawvideoparse` elements that replace the
681 old `audioparse` and `videoparse` elements. There are compatibility element
682 factories registered with the old names to allow existing code to continue
683 to work.
684 - The Decklink plugin gained support for 10 bit video SMPTE timecodes, and
685 generally got many bugfixes for various issues.
686 - New API in `GstPlayer` for setting the multiview mode for stereoscopic
687 video, setting an HTTP/RTSP user agent and a time offset between audio and
688 video. In addition to that, there were various bugfixes and the new
689 gst-examples module contains Android, iOS, GTK+ and Qt example applications.
690 - `GstBin` has new API for suppressing various `GstElement` or `GstObject`
691 flags that would otherwise be affected by added/removed child elements. This
692 new API allows `GstBin` subclasses to handle for themselves if they
693 should be considered a sink or source element, for example.
694 - The `subparse` element can handle WebVTT streams now.
695 - A new `sdpsrc` element was added that can read an SDP from a file, or get it
696 as a string as property and then sets up an RTP pipeline accordingly.
697
698 ### Plugin moves
699
700 No plugins were moved this cycle. We'll make up for it next cycle, promise!
701
702 ### Rewritten memory leak tracer
703
704 GStreamer has had basic functionality to trace allocation and freeing of
705 both mini-objects (buffers, events, caps, etc.) and objects in the form of the
706 internal `GstAllocTrace` tracing system. This API was never exposed in the
707 1.x API series though. When requested, this would dump a list of objects and
708 mini-objects at exit time which had still not been freed at that point,
709 enabled with an environment variable. This subsystem has now been removed
710 in favour of a new implementation based on the recently-added tracing framework.
711
712 Tracing hooks have been added to trace the creation and destruction of
713 GstObjects and mini-objects, and a new tracer plugin has been written using
714 those new hooks to track which objects are still live and which are not. If
715 GStreamer has been compiled against the libunwind library, the new leaks tracer
716 will remember where objects were allocated from as well. By default the leaks
717 tracer will simply output a warning if leaks have been detected on `gst_deinit()`.
718
719 If the `GST_LEAKS_TRACER_SIG` environment variable is set, the leaks tracer
720 will also handle the following UNIX signals:
721
722 - `SIGUSR1`: log alive objects
723 - `SIGUSR2`: create a checkpoint and print a list of objects created and
724 destroyed since the previous checkpoint.
725
726 Unfortunately this will not work on Windows due to no signals, however.
727
728 If the `GST_LEAKS_TRACER_STACK_TRACE` environment variable is set, the leaks
729 tracer will also log the creation stack trace of leaked objects. This may
730 significantly increase memory consumption however.
731
732 New `MAY_BE_LEAKED` flags have been added to GstObject and GstMiniObject, so
733 that objects and mini-objects that are likely to stay around forever can be
734 flagged and blacklisted from the leak output.
735
736 To give the new leak tracer a spin, simply call any GStreamer application such
737 as `gst-launch-1.0` or `gst-play-1.0` like this:
738
739 GST_TRACERS=leaks gst-launch-1.0 videotestsrc num-buffers=10 ! fakesink
740
741 If there are any leaks, a warning will be raised at the end.
742
743 It is also possible to trace only certain types of objects or mini-objects:
744
745 GST_TRACERS="leaks(GstEvent,GstMessage)" gst-launch-1.0 videotestsrc num-buffers=10 ! fakesink
746
747 This dedicated leaks tracer is much much faster than valgrind since all code is
748 executed natively instead of being instrumented. This makes it very suitable
749 for use on slow machines or embedded devices. It is however limited to certain
750 types of leaks and won't catch memory leaks when the allocation has been made
751 via plain old `malloc()` or `g_malloc()` or other means. It will also not trace
752 non-GstObject GObjects.
753
754 The goal is to enable leak tracing on GStreamer's Continuous-Integration and
755 testing system, both for the regular unit tests (make check) and media tests
756 (gst-validate), so that accidental leaks in common code paths can be detected
757 and fixed quickly.
758
759 For more information about the new tracer, check out Guillaume Desmottes's
760 ["Tracking Memory Leaks"][leaks-talk] talk or his [blog post][leaks-blog] about
761 the topic.
762
763 [leaks-talk]: https://gstconf.ubicast.tv/videos/tracking-memory-leaks/
764 [leaks-blog]: https://blog.desmottes.be/?post/2016/06/20/GStreamer-leaks-tracer
765
766 ### GES and NLE changes
767
768 - Clip priorities are now handled by the layers, and the GESTimelineElement
769 priority property is now deprecated and unused
770 - Enhanced (de)interlacing support to always use the `deinterlace` element
771 and expose needed properties to users
772 - Allow reusing clips children after removing the clip from a layer
773 - We are now testing many more rendering formats in the gst-validate
774 test suite, and failures have been fixed.
775 - Also many bugs have been fixed in this cycle!
776
777 ### GStreamer validate changes
778
779 This cycle has been focused on making GstValidate more than just a validating
780 tool, but also a tool to help developers debug their GStreamer issues. When
781 reporting issues, we try to gather as much information as possible and expose
782 it to end users in a useful way. For an example of such enhancements, check out
783 Thibault Saunier's [blog post](improving-debugging-gstreamer-validate) about
784 the new Not Negotiated Error reporting mechanism.
785
786 Playbin3 support has been added so we can run validate tests with `playbin3`
787 instead of playbin.
788
789 We are now able to properly communicate between `gst-validate-launcher` and
790 launched subprocesses with actual IPC between them. That has enabled the test
791 launcher to handle failing tests specifying the exact expected issue(s).
792
793 [improving-debugging-gstreamer-validate]: https://blogs.s-osg.org/improving-debugging-gstreamer-validate/
794
795 ### gst-libav changes
796
797 gst-libav uses the recently released ffmpeg 3.2 now, which brings a lot of
798 improvements and bugfixes from the ffmpeg team in addition to various new
799 codec mappings on the GStreamer side and quite a few bugfixes to the GStreamer
800 integration to make it more robust.
801
802 ## Build and Dependencies
803
804 ### Experimental support for Meson as build system
805
806 #### Overview
807
808 We have have added support for building GStreamer using the
809 [Meson build system][meson]. This is currently experimental, but should work
810 fine at least on Linux using the gcc or clang toolchains and on Windows using
811 the MingW or MSVC toolchains.
812
813 Autotools remains the primary build system for the time being, but we hope to
814 someday replace it and will steadily work towards that goal.
815
816 More information about the background and implications of all this and where
817 we're hoping to go in future with this can be found in [Tim's mail][meson-mail]
818 to the gstreamer-devel mailing list.
819
820 For more information on Meson check out [these videos][meson-videos] and also
821 the [Meson talk][meson-gstconf] at the GStreamer Conference.
822
823 Immediate benefits for Linux users are faster builds and rebuilds. At the time
824 of writing the Meson build of GStreamer is used by default in GNOME's jhbuild
825 system.
826
827 The Meson build currently still lacks many of the fine-grained configuration
828 options to enable/disable specific plugins. These will be added back in due
829 course.
830
831 Note: The meson build files are not distributed in the source tarballs, you will
832 need to get GStreamer from git if you want try it out.
833
834 [meson]: http://mesonbuild.com/
835 [meson-mail]: https://lists.freedesktop.org/archives/gstreamer-devel/2016-September/060231.html
836 [meson-videos]: http://mesonbuild.com/videos.html
837 [meson-gstconf]: https://gstconf.ubicast.tv/videos/gstreamer-development-on-windows-ans-faster-builds-everywhere-with-meson/
838
839 #### Windows Visual Studio toolchain support
840
841 Windows users might appreciate being able to build GStreamer using the MSVC
842 toolchain, which is not possible using autotools. This means that it will be
843 possible to debug GStreamer and applications in Visual Studio, for example.
844 We require VS2015 or newer for this at the moment.
845
846 There are two ways to build GStreamer using the MSVC toolchain:
847
848 1. Using the MSVC command-line tools (`cl.exe` etc.) via Meson's "ninja" backend.
849 2. Letting Meson's "vs2015" backend generate Visual Studio project files that
850 can be opened in Visual Studio and compiled from there.
851
852 This is currently only for adventurous souls though. All the bits are in place,
853 but support for all of this has not been merged into GStreamer's cerbero build
854 tool yet at the time of writing. This will hopefully happen in the next cycle,
855 but for now this means that those wishing to compile GStreamer with MSVC will
856 have to get their hands dirty.
857
858 There are also no binary SDK builds using the MSVC toolchain yet.
859
860 For more information on GStreamer builds using Meson and the Windows toolchain
861 check out Nirbheek Chauhan's blog post ["Building and developing GStreamer using Visual Studio"][msvc-blog].
862
863 [msvc-blog]: http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html
864
865 ### Dependencies
866
867 #### gstreamer
868
869 libunwind was added as an optional dependency. It is used only for debugging
870 and tracing purposes.
871
872 The `opencv` plugin in gst-plugins-bad can now be built against OpenCV
873 version 3.1, previously only 2.3-2.5 were supported.
874
875 #### gst-plugins-ugly
876
877 - `mpeg2dec` now requires at least libmpeg2 0.5.1 (from 2008).
878
879 #### gst-plugins-bad
880
881 - `gltransformation` now requires at least graphene 1.4.0.
882
883 - `lv2` now plugin requires at least lilv 0.16 instead of slv2.
884
885 ### Packaging notes
886
887 Packagers please note that the `gst/gstconfig.h` public header file in the
888 GStreamer core library moved back from being an architecture dependent include
889 to being architecture independent, and thus it is no longer installed into
890 `$(libdir)/gstreamer-1.0/include/gst` but into the normal include directory
891 where it lives happily ever after with all the other public header files. The
892 reason for this is that we now check whether the target supports unaligned
893 memory access based on predefined compiler macros at compile time instead of
894 checking it at configure time.
895
896 ## Platform-specific improvements
897
898 ### Android
899
900 #### New universal binaries for all supported ABIs
901
902 We now provide a "universal" tarball to allow building apps against all the
903 architectures currently supported (x86, x86-64, armeabi, armeabi-v7a,
904 armeabi-v8a). This is needed for building with recent versions of the Android
905 NDK which defaults to building against all supported ABIs. Use [the Android
906 player example][android-player-example-build] as a reference for the required
907 changes.
908
909 [android-player-example-build]: https://cgit.freedesktop.org/gstreamer/gst-examples/commit/playback/player/android?id=a5cdde9119f038a1eb365aca20faa9741a38e788
910
911 #### Miscellaneous
912
913 - New `ahssrc` element that allows reading the hardware sensors, e.g. compass
914 or accelerometer.
915
916 ### macOS (OS/X) and iOS
917
918 - Support for querying available devices on OS/X via the GstDeviceProvider
919 API was added.
920 - It is now possible to create OpenGL|ES 3.x contexts on iOS and use them in
921 combination with the VideoToolbox based decoder element.
922 - many OpenGL/GLES improvements, see OpenGL section above
923
924 ### Windows
925
926 - gstconfig.h: Always use dllexport/import on Windows with MSVC
927 - Miscellaneous fixes to make libs and plugins compile with the MVSC toolchain
928 - MSVC toolchain support (see Meson section above for more details)
929
930 ## New Modules for Documentation, Examples, Meson Build
931
932 Three new git modules have been added recently:
933
934 ### gst-docs
935
936 This is a new module where we will maintain documentation in the markdown
937 format.
938
939 It contains the former gstreamer.com SDK tutorials which have kindly been made
940 available by Fluendo under a Creative Commons license. The tutorials have been
941 reviewed and updated for GStreamer 1.x and will be available as part of the
942 [official GStreamer documentation][doc] going forward. The old gstreamer.com
943 site will then be shut down with redirects pointing to the updated tutorials.
944
945 Some of the existing docbook XML-formatted documentation from the GStreamer
946 core module such as the *Application Development Manual* and the *Plugin
947 Writer's Guide* have been converted to markdown as well and will be maintained
948 in the gst-docs module in future. They will be removed from the GStreamer core
949 module in the next cycle.
950
951 This is just the beginning. Our goal is to provide a more cohesive documentation
952 experience for our users going forward, and easier to create and maintain
953 documentation for developers. There is a lot more work to do, get in touch if
954 you want to help out.
955
956 If you encounter any problems or spot any omissions or outdated content in the
957 new documentation, please [file a bug in bugzilla][doc-bug] to let us know.
958
959 We will probably release gst-docs as a separate tarball for distributions to
960 package in the next cycle.
961
962 [doc]: http://gstreamer.freedesktop.org/documentation/
963 [doc-bug]: https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=documentation
964
965 ### gst-examples
966
967 A new [module][examples-git] has been added for examples. It does not contain
968 much yet, currently it only contains a small [http-launch][http-launch] utility
969 that serves a pipeline over http as well as various [GstPlayer playback frontends][puis]
970 for Android, iOS, Gtk+ and Qt.
971
972 More examples will be added over time. The examples in this repository should
973 be more useful and more substantial than most of the examples we ship as part
974 of our other modules, and also written in a way that makes them good example
975 code. If you have ideas for examples, let us know.
976
977 No decision has been made yet if this module will be released and/or packaged.
978 It probably makes sense to do so though.
979
980 [examples-git]: https://cgit.freedesktop.org/gstreamer/gst-examples/tree/
981 [http-launch]: https://cgit.freedesktop.org/gstreamer/gst-examples/tree/network/http-launch/
982 [puis]: https://cgit.freedesktop.org/gstreamer/gst-examples/tree/playback/player
983
984 ### gst-build
985
986 [gst-build][gst-build-git] is a new meta module to build GStreamer using the
987 new Meson build system. This module is not required to build GStreamer with
988 Meson, it is merely for convenience and aims to provide a development setup
989 similar to the existing `gst-uninstalled` setup.
990
991 gst-build makes use of Meson's [subproject feature][meson-subprojects] and sets
992 up the various GStreamer modules as subprojects, so they can all be updated and
993 built in parallel.
994
995 This module is still very new and highly experimental. It should work at least
996 on Linux and Windows (OS/X needs some build fixes). Let us know of any issues
997 you encounter by popping into the `#gstreamer` IRC channel or by
998 [filing a bug][gst-build-bug].
999
1000 This module will probably not be released or packaged (does not really make sense).
1001
1002 [gst-build-git]: https://cgit.freedesktop.org/gstreamer/gst-build/tree/
1003 [gst-build-bug]: https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=gst-build
1004 [meson-subprojects]: https://github.com/mesonbuild/meson/wiki/Subprojects
1005
1006 ## Contributors
1007
1008 Aaron Boxer, Aleix Conchillo Flaqué, Alessandro Decina, Alexandru Băluț, Alex
1009 Ashley, Alex-P. Natsios, Alistair Buxton, Allen Zhang, Andreas Naumann, Andrew
1010 Eikum, Andy Devar, Anthony G. Basile, Arjen Veenhuizen, Arnaud Vrac, Artem
1011 Martynovich, Arun Raghavan, Aurélien Zanelli, Barun Kumar Singh, Bernhard
1012 Miller, Brad Lackey, Branko Subasic, Carlos Garcia Campos, Carlos Rafael
1013 Giani, Christoffer Stengren, Daiki Ueno, Damian Ziobro, Danilo Cesar Lemes de
1014 Paula, David Buchmann, Dimitrios Katsaros, Duncan Palmer, Edward Hervey,
1015 Emmanuel Poitier, Enrico Jorns, Enrique Ocaña González, Fabrice Bellet,
1016 Florian Zwoch, Florin Apostol, Francisco Velazquez, Frédéric Bertolus, Fredrik
1017 Fornwall, Gaurav Gupta, George Kiagiadakis, Georg Lippitsch, Göran Jönsson,
1018 Graham Leggett, Gregoire Gentil, Guillaume Desmottes, Gwang Yoon Hwang, Haakon
1019 Sporsheim, Haihua Hu, Havard Graff, Heinrich Fink, Hoonhee Lee, Hyunjun Ko,
1020 Iain Lane, Ian, Ian Jamison, Jagyum Koo, Jake Foytik, Jakub Adam, Jan
1021 Alexander Steffens (heftig), Jan Schmidt, Javier Martinez Canillas, Jerome
1022 Laheurte, Jesper Larsen, Jie Jiang, Jihae Yi, Jimmy Ohn, Jinwoo Ahn, Joakim
1023 Johansson, Joan Pau Beltran, Jonas Holmberg, Jonathan Matthew, Jonathan Roy,
1024 Josep Torra, Julien Isorce, Jun Ji, Jürgen Slowack, Justin Kim, Kazunori
1025 Kobayashi, Kieran Bingham, Kipp Cannon, Koop Mast, Kouhei Sutou, Kseniia, Kyle
1026 Schwarz, Kyungyong Kim, Linus Svensson, Luis de Bethencourt, Marcin Kolny,
1027 Marcin Lewandowski, Marianna Smidth Buschle, Mario Sanchez Prada, Mark
1028 Combellack, Mark Nauwelaerts, Martin Kelly, Matej Knopp, Mathieu Duponchelle,
1029 Mats Lindestam, Matthew Gruenke, Matthew Waters, Michael Olbrich, Michal Lazo,
1030 Miguel París Díaz, Mikhail Fludkov, Minjae Kim, Mohan R, Munez, Nicola Murino,
1031 Nicolas Dufresne, Nicolas Huet, Nikita Bobkov, Nirbheek Chauhan, Olivier
1032 Crête, Paolo Pettinato, Patricia Muscalu, Paulo Neves, Peng Liu, Peter
1033 Seiderer, Philippe Normand, Philippe Renon, Philipp Zabel, Pierre Lamot, Piotr
1034 Drąg, Prashant Gotarne, Raffaele Rossi, Ray Strode, Reynaldo H. Verdejo
1035 Pinochet, Santiago Carot-Nemesio, Scott D Phillips, Sebastian Dröge, Sebastian
1036 Rasmussen, Sergei Saveliev, Sergey Borovkov, Sergey Mamonov, Sergio Torres
1037 Soldado, Seungha Yang, sezero, Song Bing, Sreerenj Balachandran, Stefan Sauer,
1038 Stephen, Steven Hoving, Stian Selnes, Thiago Santos, Thibault Saunier, Thijs
1039 Vermeir, Thomas Bluemel, Thomas Jones, Thomas Klausner, Thomas Scheuermann,
1040 Tim-Philipp Müller, Ting-Wei Lan, Tom Schoonjans, Ursula Maplehurst, Vanessa
1041 Chipirras Navalon, Víctor Manuel Jáquez Leal, Vincent Penquerc'h, Vineeth TM,
1042 Vivia Nikolaidou, Vootele Vesterblom, Wang Xin-yu (王昕宇), William Manley,
1043 Wim Taymans, Wonchul Lee, Xabier Rodriguez Calvar, Xavier Claessens, xlazom00,
1044 Yann Jouanin, Zaheer Abbas Merali
1045
1046 ... and many others who have contributed bug reports, translations, sent
1047 suggestions or helped testing.
1048
1049 ## Bugs fixed in 1.10
1050
1051 More than [750 bugs][bugs-fixed-in-1.10] have been fixed during
1052 the development of 1.10.
1053
1054 This list does not include issues that have been cherry-picked into the
1055 stable 1.8 branch and fixed there as well, all fixes that ended up in the
1056 1.8 branch are also included in 1.10.
1057
1058 This list also does not include issues that have been fixed without a bug
1059 report in bugzilla, so the actual number of fixes is much higher.
1060
1061 [bugs-fixed-in-1.10]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=164074&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.1&target_milestone=1.8.2&target_milestone=1.8.3&target_milestone=1.8.4&target_milestone=1.9.1&target_milestone=1.9.2&target_milestone=1.9.90&target_milestone=1.10.0
1062
1063 ## Stable 1.10 branch
1064
1065 After the 1.10.0 release there will be several 1.10.x bug-fix releases which
1066 will contain bug fixes which have been deemed suitable for a stable branch,
1067 but no new features or intrusive changes will be added to a bug-fix release
1068 usually. The 1.10.x bug-fix releases will be made from the git 1.10 branch,
1069 which is a stable branch.
1070
1071 ### 1.10.0
1072
1073 1.10.0 was released on 1st November 2016.
1074
1075 ## Known Issues
1076
1077 - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead
1078 of 7 or 8 in your projects settings to be able to link applications.
1079 [Bug #766366](https://bugzilla.gnome.org/show_bug.cgi?id=766366)
1080 - Code signing for Apple platforms has some problems currently, requiring
1081 manual work to get your application signed. [Bug #771860](https://bugzilla.gnome.org/show_bug.cgi?id=771860)
1082 - Building applications with Android NDK r13 on Windows does not work. Other
1083 platforms and earlier/later versions of the NDK are not affected.
1084 [Bug #772842](https://bugzilla.gnome.org/show_bug.cgi?id=772842)
1085 - The new leaks tracer may deadlock the application (or exhibit other undefined
1086 behaviour) when `SIGUSR` handling is enabled via the `GST_LEAKS_TRACER_SIG`
1087 environment variable. [Bug #770373](https://bugzilla.gnome.org/show_bug.cgi?id=770373)
1088 - vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit Windows is unaffected.
1089 [Bug #763663](https://bugzilla.gnome.org/show_bug.cgi?id=763663)
1090
1091 ## Schedule for 1.12
1092
1093 Our next major feature release will be 1.12, and 1.11 will be the unstable
1094 development version leading up to the stable 1.12 release. The development
1095 of 1.11/1.12 will happen in the git master branch.
1096
1097 The plan for the 1.12 development cycle is yet to be confirmed, but it is
1098 expected that feature freeze will be around early/mid-January,
1099 followed by several 1.11 pre-releases and the new 1.12 stable release
1100 in March.
1101
1102 1.12 will be backwards-compatible to the stable 1.10, 1.8, 1.6, 1.4, 1.2 and
1103 1.0 release series.
1104
1105 - - -
1106
1107 *These release notes have been prepared by Olivier Crête, Sebastian Dröge,
1108 Nicolas Dufresne, Edward Hervey, Víctor Manuel Jáquez Leal, Tim-Philipp
1109 Müller, Reynaldo H. Verdejo Pinochet, Arun Raghavan, Thibault Saunier,
1110 Jan Schmidt, Wim Taymans, Matthew Waters*
1111
1112 *License: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)*
1113
00
1 Release notes for GStreamer 1.9.90
1 Release notes for GStreamer 1.10.0
22
3 The GStreamer team is pleased to announce the first release candidate of the
4 stable 1.10 release series. The 1.10 release series is adding new features on
5 top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and
6 ABI-stable 1.x release series of the GStreamer multimedia framework.
3 The GStreamer team is pleased to announce the first release of the new stable
4 1.10 release series. The 1.10 release series is adding new features on top of
5 the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
6 release series of the GStreamer multimedia framework.
77
88
9 Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
9 Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
10 the source release by the GStreamer project during the stable 1.10 release
11 series.
1012
1113
1214 This module, gstreamer, only contains core functionality.
3234
3335 Bugs fixed in this release
3436
35 * 753922 : GValue types are registered after types that might use them (e.g. tags)
36 * 770731 : gstconfig.h: Need to add support for more platforms / PPC broken
37 * 770740 : No way to disable build of tests/misc
38 * 771104 : element: seek_simple() does not reset stop position
39 * 771210 : tests: new queue2: Add higher-resolution low/high-watermark properties unit test is flaky
40 * 771306 : basesink: Remove unused fields and always use the buffer timestamp difference for calculating the QoS proportion
41 * 771649 : gst_bin_sort_iterator_copy doesn't copy GstBinSortIterator::queue
42 * 771029 : MSVC can't link against autotools-build generated DLLs
37 * 770627 : adaptivedemux: prevent to set source flag itself
38 * 772431 : Doc is wrong about GST_PLUGIN_PATH being colon separated - it's semicolon on Windows.
39 * 772571 : doc: fix GST_LEAKS_TRACER_SIG doc
40 * 772741 : bin: Add a new GST_BIN_FLAG_STREAMS_AWARE flag
41 * 772851 : tracers: fix structure leak
42 * 773114 : meson: fixes for windows build
43 * 773319 : adapter: mix-up between PTS and DTS
4344
4445 ==== Download ====
4546
7677
7778 Contributors to this release
7879
79 * Arun Raghavan
80 * Carlos Rafael Giani
81 * Graham Leggett
82 * Jan Schmidt
83 * Kouhei Sutou
80 * Andrew Eikum
81 * Edward Hervey
82 * Guillaume Desmottes
83 * Jesper Larsen
84 * Matthew Waters
85 * Nicolas Dufresne
8486 * Nirbheek Chauhan
8587 * Sebastian Dröge
86 * Thiago Santos
88 * Stefan Sauer
89 * Stian Selnes
8790 * Thibault Saunier
8891 * Tim-Philipp Müller
89 * Wim Taymans
90 * Wonchul Lee
92 * Vincent Penquerc'h
9193  
8989 the CoreFoundation framework. */
9090 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
9191
92 /* Define to 1 if you have the `clock_gettime' function. */
92 /* Have clock_gettime */
9393 #undef HAVE_CLOCK_GETTIME
9494
9595 /* Define if the target CPU is AARCH64 */
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for GStreamer 1.9.90.
2 # Generated by GNU Autoconf 2.69 for GStreamer 1.10.0.
33 #
44 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
55 #
590590 # Identity of this package.
591591 PACKAGE_NAME='GStreamer'
592592 PACKAGE_TARNAME='gstreamer'
593 PACKAGE_VERSION='1.9.90'
594 PACKAGE_STRING='GStreamer 1.9.90'
593 PACKAGE_VERSION='1.10.0'
594 PACKAGE_STRING='GStreamer 1.10.0'
595595 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
596596 PACKAGE_URL=''
597597
16971697 # Omit some internal or obsolete options to make the list less imposing.
16981698 # This message is too long to be a string in the A/UX 3.1 sh.
16991699 cat <<_ACEOF
1700 \`configure' configures GStreamer 1.9.90 to adapt to many kinds of systems.
1700 \`configure' configures GStreamer 1.10.0 to adapt to many kinds of systems.
17011701
17021702 Usage: $0 [OPTION]... [VAR=VALUE]...
17031703
17691769
17701770 if test -n "$ac_init_help"; then
17711771 case $ac_init_help in
1772 short | recursive ) echo "Configuration of GStreamer 1.9.90:";;
1772 short | recursive ) echo "Configuration of GStreamer 1.10.0:";;
17731773 esac
17741774 cat <<\_ACEOF
17751775
19781978 test -n "$ac_init_help" && exit $ac_status
19791979 if $ac_init_version; then
19801980 cat <<\_ACEOF
1981 GStreamer configure 1.9.90
1981 GStreamer configure 1.10.0
19821982 generated by GNU Autoconf 2.69
19831983
19841984 Copyright (C) 2012 Free Software Foundation, Inc.
28372837 This file contains any messages produced by compilers while
28382838 running configure, to aid debugging if configure makes a mistake.
28392839
2840 It was created by GStreamer $as_me 1.9.90, which was
2840 It was created by GStreamer $as_me 1.10.0, which was
28412841 generated by GNU Autoconf 2.69. Invocation command line was
28422842
28432843 $ $0 $@
38183818
38193819 # Define the identity of the package.
38203820 PACKAGE='gstreamer'
3821 VERSION='1.9.90'
3821 VERSION='1.10.0'
38223822
38233823
38243824 cat >>confdefs.h <<_ACEOF
40294029
40304030
40314031
4032 PACKAGE_VERSION_MAJOR=$(echo 1.9.90 | cut -d'.' -f1)
4033 PACKAGE_VERSION_MINOR=$(echo 1.9.90 | cut -d'.' -f2)
4034 PACKAGE_VERSION_MICRO=$(echo 1.9.90 | cut -d'.' -f3)
4032 PACKAGE_VERSION_MAJOR=$(echo 1.10.0 | cut -d'.' -f1)
4033 PACKAGE_VERSION_MINOR=$(echo 1.10.0 | cut -d'.' -f2)
4034 PACKAGE_VERSION_MICRO=$(echo 1.10.0 | cut -d'.' -f3)
40354035
40364036
40374037
40424042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
40434043 $as_echo_n "checking nano version... " >&6; }
40444044
4045 NANO=$(echo 1.9.90 | cut -d'.' -f4)
4045 NANO=$(echo 1.10.0 | cut -d'.' -f4)
40464046
40474047 if test x"$NANO" = x || test "x$NANO" = "x0" ; then
40484048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
88858885 done
88868886
88878887
8888 GST_CURRENT=990
8888 GST_CURRENT=1000
88898889 GST_REVISION=0
8890 GST_AGE=990
8891 GST_LIBVERSION=990:0:990
8890 GST_AGE=1000
8891 GST_LIBVERSION=1000:0:1000
88928892
88938893
88948894
2610726107 done
2610826108
2610926109
26110 for ac_func in clock_gettime
26111 do :
26112 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
26110 CLOCK_GETTIME_FOUND="no"
26111 ac_fn_c_check_func "$LINENO" "clock_gettime" "ac_cv_func_clock_gettime"
2611326112 if test "x$ac_cv_func_clock_gettime" = xyes; then :
26114 cat >>confdefs.h <<_ACEOF
26115 #define HAVE_CLOCK_GETTIME 1
26116 _ACEOF
26117
26113 CLOCK_GETTIME_FOUND="yes"
2611826114 else
2611926115
2612026116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clock_gettime in -lrt" >&5
2615526151 $as_echo "$ac_cv_lib_rt_clock_gettime" >&6; }
2615626152 if test "x$ac_cv_lib_rt_clock_gettime" = xyes; then :
2615726153
26158 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
26159
26154 CLOCK_GETTIME_FOUND="yes"
2616026155 LIBS="$LIBS -lrt"
2616126156
2616226157 else
2619926194 $as_echo "$ac_cv_lib_pthread_clock_gettime" >&6; }
2620026195 if test "x$ac_cv_lib_pthread_clock_gettime" = xyes; then :
2620126196
26202 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
26203
26197 CLOCK_GETTIME_FOUND="yes"
2620426198 LIBS="$LIBS -lpthread"
2620526199
2620626200 fi
2621026204
2621126205
2621226206 fi
26213 done
26214
26207
26208
26209 # With XCode 8, clock_gettime will be incorrectly detected as being available
26210 # regardless of what version of OS X you target because the symbol is available
26211 # in the .tbd file as a weak symbol.
26212 # See: https://bugzilla.gnome.org/show_bug.cgi?id=772451
26213 #
26214 # We cannot simply do AC_CHECK_FUNCS with -Wl,-no_weak_imports because the
26215 # autoconf check does its own prototype declaration that doesn't trigger that
26216 # compiler flag.
26217 #
26218 # It's only starting from macOS 10.12 and iOS 10.0 that clock_gettime is
26219 # actually available, so we can unconditionally disable it for older versions.
26220 case "$host_os" in
26221 darwin*)
26222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26223 /* end confdefs.h. */
26224
26225 #include <AvailabilityMacros.h>
26226 #include <TargetConditionals.h>
26227 #if defined(TARGET_OS_MAC)
26228 # if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_12
26229 # error "Not compiling for OS X 10.12 or later"
26230 # endif
26231 #else
26232 # if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_10_0
26233 # error "Not compiling for iOS 10.0 or later"
26234 # endif
26235 #endif
26236
26237 _ACEOF
26238 if ac_fn_c_try_compile "$LINENO"; then :
26239
26240 else
26241
26242 if test "$CLOCK_GETTIME_FOUND" = "yes"; then
26243 { $as_echo "$as_me:${as_lineno-$LINENO}: Disabling incorrectly detected clock_gettime on OS X" >&5
26244 $as_echo "$as_me: Disabling incorrectly detected clock_gettime on OS X" >&6;}
26245 fi
26246 CLOCK_GETTIME_FOUND="no"
26247
26248 fi
26249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
26250 ;;
26251 esac
26252
26253 if test "$CLOCK_GETTIME_FOUND" = "yes"; then
26254
26255 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
26256
26257 fi
2621526258
2621626259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for posix timers" >&5
2621726260 $as_echo_n "checking for posix timers... " >&6; }
2833928382 fi
2834028383
2834128384
28342 if test "x$ac_cv_func_clock_gettime" = "xyes"; then
28385 if test "x$HAVE_CLOCK_GETTIME" = "xyes"; then
2834328386 HAVE_CLOCK_GETTIME_TRUE=
2834428387 HAVE_CLOCK_GETTIME_FALSE='#'
2834528388 else
2966129704 # report actual input values of CONFIG_FILES etc. instead of their
2966229705 # values after options handling.
2966329706 ac_log="
29664 This file was extended by GStreamer $as_me 1.9.90, which was
29707 This file was extended by GStreamer $as_me 1.10.0, which was
2966529708 generated by GNU Autoconf 2.69. Invocation command line was
2966629709
2966729710 CONFIG_FILES = $CONFIG_FILES
2972729770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2972829771 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2972929772 ac_cs_version="\\
29730 GStreamer config.status 1.9.90
29773 GStreamer config.status 1.10.0
2973129774 configured by $0, generated by GNU Autoconf 2.69,
2973229775 with options \\"\$ac_cs_config\\"
2973329776
33 dnl when going to/from release please set the nano (fourth number) right !
44 dnl releases only do Wall, git and prerelease does Werror too
55 dnl
6 AC_INIT([GStreamer],[1.9.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
6 AC_INIT([GStreamer],[1.10.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
77 AG_GST_INIT
88
99 dnl initialize automake (we require GNU make)
6161 dnl 1.10.9 (who knows) => 1009
6262 dnl
6363 dnl sets GST_LT_LDFLAGS
64 AS_LIBTOOL(GST, 990, 0, 990)
64 AS_LIBTOOL(GST, 1000, 0, 1000)
6565
6666 dnl *** autotools stuff ****
6767
670670 AC_CHECK_FUNCS([getpagesize])
671671
672672 dnl Check for POSIX timers
673 AC_CHECK_FUNCS(clock_gettime, [], [
673 CLOCK_GETTIME_FOUND="no"
674 AC_CHECK_FUNC(clock_gettime, [CLOCK_GETTIME_FOUND="yes"], [
674675 AC_CHECK_LIB(rt, clock_gettime, [
675 AC_DEFINE(HAVE_CLOCK_GETTIME, 1)
676 CLOCK_GETTIME_FOUND="yes"
676677 LIBS="$LIBS -lrt"
677678 ], [
678679 AC_CHECK_LIB(pthread, clock_gettime, [
679 AC_DEFINE(HAVE_CLOCK_GETTIME, 1)
680 CLOCK_GETTIME_FOUND="yes"
680681 LIBS="$LIBS -lpthread"
681682 ])
682683 ])
683684 ])
685
686 # With XCode 8, clock_gettime will be incorrectly detected as being available
687 # regardless of what version of OS X you target because the symbol is available
688 # in the .tbd file as a weak symbol.
689 # See: https://bugzilla.gnome.org/show_bug.cgi?id=772451
690 #
691 # We cannot simply do AC_CHECK_FUNCS with -Wl,-no_weak_imports because the
692 # autoconf check does its own prototype declaration that doesn't trigger that
693 # compiler flag.
694 #
695 # It's only starting from macOS 10.12 and iOS 10.0 that clock_gettime is
696 # actually available, so we can unconditionally disable it for older versions.
697 case "$host_os" in
698 darwin*)
699 AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
700 #include <AvailabilityMacros.h>
701 #include <TargetConditionals.h>
702 #if defined(TARGET_OS_MAC)
703 # if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_12
704 # error "Not compiling for OS X 10.12 or later"
705 # endif
706 #else
707 # if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_10_0
708 # error "Not compiling for iOS 10.0 or later"
709 # endif
710 #endif
711 ]])], [], [
712 if test "$CLOCK_GETTIME_FOUND" = "yes"; then
713 AC_MSG_NOTICE([Disabling incorrectly detected clock_gettime on OS X])
714 fi
715 CLOCK_GETTIME_FOUND="no"
716 ])
717 ;;
718 esac
719
720 if test "$CLOCK_GETTIME_FOUND" = "yes"; then
721 AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Have clock_gettime])
722 fi
684723
685724 AC_CACHE_CHECK(for posix timers, gst_cv_posix_timers,
686725 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
263263 -----
264264 - track creation/destruction of GstObject and GstMiniObject
265265 - log those which are still alive when app is exiting and raise an error if any
266 - If the GST_LEAKS_TRACER_SIG env variable is defined:
267 - log alive objects when receiving the SIGUSR1 signal.
268 - create a checkpoint and print a list of objects created and destroyed since
266 - If the GST_LEAKS_TRACER_SIG env variable is defined the tracer will handle the following UNIX signals:
267 - SIGUSR1: log alive objects
268 - SIGUSR2: create a checkpoint and print a list of objects created and destroyed since
269269 the previous checkpoint.
270270 - If the GST_LEAKS_TRACER_STACK_TRACE env variable is defined log the creation
271271 stack trace of leaked objects. This may significantly increase memory
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
2 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3 <!-- Generated by graphviz version 2.38.0 (20140413.2041)
4 -->
5 <!-- Title: pipeline Pages: 1 -->
6 <svg width="712pt" height="632pt"
7 viewBox="0.00 0.00 712.00 632.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
8 <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 628)">
9 <title>pipeline</title>
10 <polygon fill="white" stroke="none" points="-4,4 -4,-628 708,-628 708,4 -4,4"/>
11 <!-- application -->
12 <g id="node1" class="node"><title>application</title>
13 <polygon fill="#ffdddd" stroke="black" points="581,-624 513,-624 513,-588 581,-588 581,-624"/>
14 <text text-anchor="middle" x="547" y="-603.8" font-family="Bitstream Vera Sans" font-size="9.00">application</text>
15 </g>
16 <!-- bus -->
17 <g id="node3" class="node"><title>bus</title>
18 <g id="a_node3"><a xlink:href="GstBus.html" xlink:title="bus" target="_top">
19 <polygon fill="#eeeeee" stroke="black" points="123,-464 69,-464 69,-428 123,-428 123,-464"/>
20 <text text-anchor="middle" x="96" y="-443.8" font-family="Bitstream Vera Sans" font-size="9.00">bus</text>
21 </a>
22 </g>
23 </g>
24 <!-- application&#45;&gt;bus -->
25 <g id="edge24" class="edge"><title>application&#45;&gt;bus</title>
26 <path fill="none" stroke="black" d="M512.839,-602.11C431.071,-594.787 226.336,-573.934 165,-544 133.348,-528.553 124.98,-520.285 107,-490 104.171,-485.236 102.064,-479.755 100.496,-474.337"/>
27 <polygon fill="black" stroke="black" points="103.805,-473.124 98.0966,-464.198 96.9935,-474.736 103.805,-473.124"/>
28 <text text-anchor="middle" x="181" y="-524.4" font-family="Bitstream Vera Sans" font-size="7.00">listen on</text>
29 </g>
30 <!-- event -->
31 <g id="node9" class="node"><title>event</title>
32 <g id="a_node9"><a xlink:href="gstreamer-GstEvent.html" xlink:title="event" target="_top">
33 <polygon fill="#ddffdd" stroke="black" points="595,-304 541,-304 541,-268 595,-268 595,-304"/>
34 <text text-anchor="middle" x="568" y="-283.8" font-family="Bitstream Vera Sans" font-size="9.00">event</text>
35 </a>
36 </g>
37 </g>
38 <!-- application&#45;&gt;event -->
39 <g id="edge26" class="edge"><title>application&#45;&gt;event</title>
40 <path fill="none" stroke="black" d="M581.083,-590.104C604.731,-577.208 632,-556.041 632,-527 632,-527 632,-527 632,-365 632,-344.901 629.961,-338.152 618,-322 613.933,-316.508 608.741,-311.561 603.25,-307.234"/>
41 <polygon fill="black" stroke="black" points="605.244,-304.357 595.086,-301.346 601.149,-310.034 605.244,-304.357"/>
42 <text text-anchor="middle" x="641" y="-444.4" font-family="Bitstream Vera Sans" font-size="7.00">send</text>
43 </g>
44 <!-- pipeline -->
45 <g id="node13" class="node"><title>pipeline</title>
46 <g id="a_node13"><a xlink:href="GstPipeline.html" xlink:title="pipeline" target="_top">
47 <polygon fill="#ccccff" stroke="black" points="260,-544 206,-544 206,-508 260,-508 260,-544"/>
48 <text text-anchor="middle" x="233" y="-523.8" font-family="Bitstream Vera Sans" font-size="9.00">pipeline</text>
49 </a>
50 </g>
51 </g>
52 <!-- application&#45;&gt;pipeline -->
53 <g id="edge23" class="edge"><title>application&#45;&gt;pipeline</title>
54 <path fill="none" stroke="black" d="M512.799,-596.504C453.447,-581.761 331.849,-551.555 270.363,-536.281"/>
55 <polygon fill="black" stroke="black" points="270.868,-532.8 260.319,-533.786 269.181,-539.594 270.868,-532.8"/>
56 <text text-anchor="middle" x="406.5" y="-564.4" font-family="Bitstream Vera Sans" font-size="7.00">has</text>
57 </g>
58 <!-- query -->
59 <g id="node16" class="node"><title>query</title>
60 <g id="a_node16"><a xlink:href="gstreamer-GstQuery.html" xlink:title="query" target="_top">
61 <polygon fill="#ddffdd" stroke="black" points="690,-304 636,-304 636,-268 690,-268 690,-304"/>
62 <text text-anchor="middle" x="663" y="-283.8" font-family="Bitstream Vera Sans" font-size="9.00">query</text>
63 </a>
64 </g>
65 </g>
66 <!-- application&#45;&gt;query -->
67 <g id="edge25" class="edge"><title>application&#45;&gt;query</title>
68 <path fill="none" stroke="black" d="M581.003,-600.877C622.154,-593.772 686,-575.011 686,-527 686,-527 686,-527 686,-365 686,-347.449 680.577,-328.551 674.997,-313.753"/>
69 <polygon fill="black" stroke="black" points="678.147,-312.205 671.174,-304.229 671.651,-314.813 678.147,-312.205"/>
70 <text text-anchor="middle" x="695" y="-444.4" font-family="Bitstream Vera Sans" font-size="7.00">send</text>
71 </g>
72 <!-- bin -->
73 <g id="node2" class="node"><title>bin</title>
74 <g id="a_node2"><a xlink:href="GstBin.html" xlink:title="bin" target="_top">
75 <polygon fill="#ccccff" stroke="black" points="346,-464 292,-464 292,-428 346,-428 346,-464"/>
76 <text text-anchor="middle" x="319" y="-443.8" font-family="Bitstream Vera Sans" font-size="9.00">bin</text>
77 </a>
78 </g>
79 </g>
80 <!-- element -->
81 <g id="node7" class="node"><title>element</title>
82 <g id="a_node7"><a xlink:href="GstElement.html" xlink:title="element" target="_top">
83 <polygon fill="#ccccff" stroke="black" points="382.5,-384 327.5,-384 327.5,-348 382.5,-348 382.5,-384"/>
84 <text text-anchor="middle" x="355" y="-363.8" font-family="Bitstream Vera Sans" font-size="9.00">element</text>
85 </a>
86 </g>
87 </g>
88 <!-- bin&#45;&gt;element -->
89 <g id="edge1" class="edge"><title>bin&#45;&gt;element</title>
90 <path fill="none" stroke="black" d="M316.513,-427.631C316.068,-419.539 316.592,-409.964 320,-402 321.509,-398.474 323.555,-395.114 325.905,-391.97"/>
91 <polygon fill="black" stroke="black" points="328.757,-394.024 332.678,-384.181 323.475,-389.431 328.757,-394.024"/>
92 <text text-anchor="middle" x="326.5" y="-404.4" font-family="Bitstream Vera Sans" font-size="7.00">is&#45;a</text>
93 </g>
94 <!-- bin&#45;&gt;element -->
95 <g id="edge12" class="edge"><title>bin&#45;&gt;element</title>
96 <path fill="none" stroke="black" d="M326.99,-427.689C331.604,-417.692 337.505,-404.906 342.7,-393.651"/>
97 <polygon fill="black" stroke="black" points="346.02,-394.809 347.033,-384.262 339.664,-391.875 346.02,-394.809"/>
98 <text text-anchor="middle" x="349" y="-404.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
99 </g>
100 <!-- message -->
101 <g id="node10" class="node"><title>message</title>
102 <g id="a_node10"><a xlink:href="gstreamer-GstMessage.html" xlink:title="message" target="_top">
103 <polygon fill="#ddffdd" stroke="black" points="131.5,-304 72.5,-304 72.5,-268 131.5,-268 131.5,-304"/>
104 <text text-anchor="middle" x="102" y="-283.8" font-family="Bitstream Vera Sans" font-size="9.00">message</text>
105 </a>
106 </g>
107 </g>
108 <!-- bus&#45;&gt;message -->
109 <g id="edge19" class="edge"><title>bus&#45;&gt;message</title>
110 <path fill="none" stroke="black" d="M96.6535,-427.79C97.6905,-400.485 99.7217,-346.994 100.96,-314.38"/>
111 <polygon fill="black" stroke="black" points="104.465,-314.314 101.347,-304.188 97.4702,-314.048 104.465,-314.314"/>
112 <text text-anchor="middle" x="114" y="-364.4" font-family="Bitstream Vera Sans" font-size="7.00">receive</text>
113 </g>
114 <!-- buffer -->
115 <g id="node4" class="node"><title>buffer</title>
116 <g id="a_node4"><a xlink:href="gstreamer-GstBuffer.html" xlink:title="buffer" target="_top">
117 <polygon fill="#ddffdd" stroke="black" points="528,-250 474,-250 474,-214 528,-214 528,-250"/>
118 <text text-anchor="middle" x="501" y="-229.8" font-family="Bitstream Vera Sans" font-size="9.00">buffer</text>
119 </a>
120 </g>
121 </g>
122 <!-- caps -->
123 <g id="node5" class="node"><title>caps</title>
124 <g id="a_node5"><a xlink:href="gstreamer-GstCaps.html" xlink:title="caps" target="_top">
125 <polygon fill="#eeeeee" stroke="black" points="479,-116 425,-116 425,-80 479,-80 479,-116"/>
126 <text text-anchor="middle" x="452" y="-95.8" font-family="Bitstream Vera Sans" font-size="9.00">caps</text>
127 </a>
128 </g>
129 </g>
130 <!-- buffer&#45;&gt;caps -->
131 <g id="edge10" class="edge"><title>buffer&#45;&gt;caps</title>
132 <path fill="none" stroke="black" d="M495.075,-213.734C490.094,-199.326 482.729,-178.272 476,-160 471.721,-148.382 470.521,-145.526 466,-134 464.925,-131.258 463.795,-128.399 462.662,-125.548"/>
133 <polygon fill="black" stroke="black" points="465.838,-124.063 458.882,-116.072 459.336,-126.657 465.838,-124.063"/>
134 <text text-anchor="middle" x="499" y="-176.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
135 </g>
136 <!-- structure -->
137 <g id="node18" class="node"><title>structure</title>
138 <g id="a_node18"><a xlink:href="gstreamer-GstStructure.html" xlink:title="structure" target="_top">
139 <polygon fill="#eeeeee" stroke="black" points="482,-36 422,-36 422,-0 482,-0 482,-36"/>
140 <text text-anchor="middle" x="452" y="-15.8" font-family="Bitstream Vera Sans" font-size="9.00">structure</text>
141 </a>
142 </g>
143 </g>
144 <!-- caps&#45;&gt;structure -->
145 <g id="edge11" class="edge"><title>caps&#45;&gt;structure</title>
146 <path fill="none" stroke="black" d="M452,-79.6893C452,-69.8938 452,-57.4218 452,-46.335"/>
147 <polygon fill="black" stroke="black" points="455.5,-46.2623 452,-36.2623 448.5,-46.2624 455.5,-46.2623"/>
148 <text text-anchor="middle" x="462" y="-56.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
149 </g>
150 <!-- clock -->
151 <g id="node6" class="node"><title>clock</title>
152 <g id="a_node6"><a xlink:href="GstClock.html" xlink:title="clock" target="_top">
153 <polygon fill="#eeeeee" stroke="black" points="204,-304 150,-304 150,-268 204,-268 204,-304"/>
154 <text text-anchor="middle" x="177" y="-283.8" font-family="Bitstream Vera Sans" font-size="9.00">clock</text>
155 </a>
156 </g>
157 </g>
158 <!-- element&#45;&gt;buffer -->
159 <g id="edge17" class="edge"><title>element&#45;&gt;buffer</title>
160 <path fill="none" stroke="black" d="M381.372,-347.917C390.161,-342.221 400.004,-335.839 409,-330 426.785,-318.456 433.595,-318.569 449,-304 463.157,-290.611 476.114,-272.942 485.553,-258.58"/>
161 <polygon fill="black" stroke="black" points="488.516,-260.443 490.955,-250.132 482.618,-256.672 488.516,-260.443"/>
162 <text text-anchor="middle" x="450.5" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">send &amp; receive</text>
163 </g>
164 <!-- element&#45;&gt;clock -->
165 <g id="edge7" class="edge"><title>element&#45;&gt;clock</title>
166 <path fill="none" stroke="black" d="M327.234,-360.439C301.305,-355.435 262.052,-345.921 231,-330 220.979,-324.862 211.039,-317.702 202.471,-310.697"/>
167 <polygon fill="black" stroke="black" points="204.602,-307.915 194.718,-304.1 200.065,-313.246 204.602,-307.915"/>
168 <text text-anchor="middle" x="253.5" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">may provide</text>
169 </g>
170 <!-- element_factory -->
171 <g id="node8" class="node"><title>element_factory</title>
172 <g id="a_node8"><a xlink:href="GstElementFactory.html" xlink:title="element factory" target="_top">
173 <polygon fill="#eeeeee" stroke="black" points="312,-304 222,-304 222,-268 312,-268 312,-304"/>
174 <text text-anchor="middle" x="267" y="-283.8" font-family="Bitstream Vera Sans" font-size="9.00">element factory</text>
175 </a>
176 </g>
177 </g>
178 <!-- element&#45;&gt;element_factory -->
179 <g id="edge14" class="edge"><title>element&#45;&gt;element_factory</title>
180 <path fill="none" stroke="black" d="M327.192,-356.36C313.019,-350.764 296.414,-342.208 285,-330 280.68,-325.38 277.32,-319.573 274.737,-313.734"/>
181 <polygon fill="black" stroke="black" points="277.899,-312.2 271.09,-304.082 271.351,-314.674 277.899,-312.2"/>
182 <text text-anchor="middle" x="313" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">is created from</text>
183 </g>
184 <!-- element&#45;&gt;event -->
185 <g id="edge16" class="edge"><title>element&#45;&gt;event</title>
186 <path fill="none" stroke="black" d="M382.632,-359.605C409.75,-353.864 452.014,-343.715 487,-330 502.175,-324.051 518.167,-315.984 531.895,-308.443"/>
187 <polygon fill="black" stroke="black" points="533.988,-311.282 541,-303.34 530.565,-305.176 533.988,-311.282"/>
188 <text text-anchor="middle" x="533.5" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">send &amp; receive</text>
189 </g>
190 <!-- element&#45;&gt;message -->
191 <g id="edge18" class="edge"><title>element&#45;&gt;message</title>
192 <path fill="none" stroke="black" d="M327.415,-360.675C295.511,-355.266 241.648,-344.871 197,-330 178.015,-323.677 157.714,-314.798 140.773,-306.749"/>
193 <polygon fill="black" stroke="black" points="142.263,-303.582 131.737,-302.384 139.219,-309.885 142.263,-303.582"/>
194 <text text-anchor="middle" x="206" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">send</text>
195 </g>
196 <!-- pad -->
197 <g id="node11" class="node"><title>pad</title>
198 <g id="a_node11"><a xlink:href="GstPad.html" xlink:title="pad" target="_top">
199 <polygon fill="#ccccff" stroke="black" points="440,-304 386,-304 386,-268 440,-268 440,-304"/>
200 <text text-anchor="middle" x="413" y="-283.8" font-family="Bitstream Vera Sans" font-size="9.00">pad</text>
201 </a>
202 </g>
203 </g>
204 <!-- element&#45;&gt;pad -->
205 <g id="edge6" class="edge"><title>element&#45;&gt;pad</title>
206 <path fill="none" stroke="black" d="M367.872,-347.689C375.606,-337.288 385.585,-323.869 394.191,-312.294"/>
207 <polygon fill="black" stroke="black" points="397.005,-314.375 400.164,-304.262 391.388,-310.199 397.005,-314.375"/>
208 <text text-anchor="middle" x="396" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
209 </g>
210 <!-- pad_template -->
211 <g id="node12" class="node"><title>pad_template</title>
212 <g id="a_node12"><a xlink:href="GstPadTemplate.html" xlink:title="pad template" target="_top">
213 <polygon fill="#eeeeee" stroke="black" points="416,-196 336,-196 336,-160 416,-160 416,-196"/>
214 <text text-anchor="middle" x="376" y="-175.8" font-family="Bitstream Vera Sans" font-size="9.00">pad template</text>
215 </a>
216 </g>
217 </g>
218 <!-- element&#45;&gt;pad_template -->
219 <g id="edge5" class="edge"><title>element&#45;&gt;pad_template</title>
220 <path fill="none" stroke="black" d="M354.373,-347.762C353.894,-328.315 353.779,-295.775 357,-268 359.427,-247.075 364.48,-223.805 368.765,-206.309"/>
221 <polygon fill="black" stroke="black" points="372.254,-206.785 371.303,-196.233 365.466,-205.075 372.254,-206.785"/>
222 <text text-anchor="middle" x="367" y="-284.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
223 </g>
224 <!-- element&#45;&gt;query -->
225 <g id="edge15" class="edge"><title>element&#45;&gt;query</title>
226 <path fill="none" stroke="black" d="M382.676,-362.596C423.319,-358.573 501.235,-348.981 565,-330 586.078,-323.726 608.616,-314.061 626.757,-305.482"/>
227 <polygon fill="black" stroke="black" points="628.322,-308.613 635.811,-301.118 625.283,-302.307 628.322,-308.613"/>
228 <text text-anchor="middle" x="603" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">answers</text>
229 </g>
230 <!-- plugin_feature -->
231 <g id="node15" class="node"><title>plugin_feature</title>
232 <g id="a_node15"><a xlink:href="GstPluginFeature.html" xlink:title="plugin feature" target="_top">
233 <polygon fill="#eeeeee" stroke="black" points="164.5,-196 81.5,-196 81.5,-160 164.5,-160 164.5,-196"/>
234 <text text-anchor="middle" x="123" y="-175.8" font-family="Bitstream Vera Sans" font-size="9.00">plugin feature</text>
235 </a>
236 </g>
237 </g>
238 <!-- element_factory&#45;&gt;plugin_feature -->
239 <g id="edge22" class="edge"><title>element_factory&#45;&gt;plugin_feature</title>
240 <path fill="none" stroke="black" d="M243.864,-267.969C219.76,-250.226 181.821,-222.299 154.885,-202.471"/>
241 <polygon fill="black" stroke="black" points="156.685,-199.45 146.557,-196.341 152.536,-205.088 156.685,-199.45"/>
242 <text text-anchor="middle" x="223.5" y="-230.4" font-family="Bitstream Vera Sans" font-size="7.00">is&#45;a</text>
243 </g>
244 <!-- pad&#45;&gt;caps -->
245 <g id="edge8" class="edge"><title>pad&#45;&gt;caps</title>
246 <path fill="none" stroke="black" d="M427.945,-267.881C431.87,-262.494 435.655,-256.298 438,-250 446.192,-227.992 449.765,-163.333 451.179,-126.151"/>
247 <polygon fill="black" stroke="black" points="454.682,-126.128 451.537,-116.011 447.686,-125.881 454.682,-126.128"/>
248 <text text-anchor="middle" x="460" y="-176.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
249 </g>
250 <!-- pad&#45;&gt;pad_template -->
251 <g id="edge13" class="edge"><title>pad&#45;&gt;pad_template</title>
252 <path fill="none" stroke="black" d="M393.78,-267.685C389.148,-262.473 384.748,-256.417 382,-250 376.16,-236.361 374.475,-219.918 374.334,-206.291"/>
253 <polygon fill="black" stroke="black" points="377.837,-206.131 374.502,-196.075 370.838,-206.016 377.837,-206.131"/>
254 <text text-anchor="middle" x="410" y="-230.4" font-family="Bitstream Vera Sans" font-size="7.00">is created from</text>
255 </g>
256 <!-- pad_template&#45;&gt;caps -->
257 <g id="edge9" class="edge"><title>pad_template&#45;&gt;caps</title>
258 <path fill="none" stroke="black" d="M392.867,-159.689C403.198,-149.086 416.586,-135.346 428.009,-123.622"/>
259 <polygon fill="black" stroke="black" points="430.708,-125.867 435.18,-116.262 425.695,-120.982 430.708,-125.867"/>
260 <text text-anchor="middle" x="427" y="-136.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
261 </g>
262 <!-- pipeline&#45;&gt;bin -->
263 <g id="edge2" class="edge"><title>pipeline&#45;&gt;bin</title>
264 <path fill="none" stroke="black" d="M252.086,-507.689C263.888,-496.985 279.215,-483.084 292.221,-471.288"/>
265 <polygon fill="black" stroke="black" points="294.911,-473.573 299.967,-464.262 290.209,-468.388 294.911,-473.573"/>
266 <text text-anchor="middle" x="285.5" y="-484.4" font-family="Bitstream Vera Sans" font-size="7.00">is&#45;a</text>
267 </g>
268 <!-- pipeline&#45;&gt;bus -->
269 <g id="edge3" class="edge"><title>pipeline&#45;&gt;bus</title>
270 <path fill="none" stroke="black" d="M205.982,-522.778C180.69,-519.425 143.13,-511.024 118,-490 112.766,-485.621 108.637,-479.682 105.439,-473.616"/>
271 <polygon fill="black" stroke="black" points="108.477,-471.842 101.154,-464.186 102.104,-474.738 108.477,-471.842"/>
272 <text text-anchor="middle" x="128" y="-484.4" font-family="Bitstream Vera Sans" font-size="7.00">has 1</text>
273 </g>
274 <!-- pipeline&#45;&gt;clock -->
275 <g id="edge4" class="edge"><title>pipeline&#45;&gt;clock</title>
276 <path fill="none" stroke="black" d="M225.721,-507.939C211.912,-474.538 182.365,-397.851 172,-330 171.232,-324.971 171.219,-319.596 171.617,-314.408"/>
277 <polygon fill="black" stroke="black" points="175.126,-314.553 172.897,-304.196 168.18,-313.682 175.126,-314.553"/>
278 <text text-anchor="middle" x="201" y="-404.4" font-family="Bitstream Vera Sans" font-size="7.00">has 1</text>
279 </g>
280 <!-- plugin -->
281 <g id="node14" class="node"><title>plugin</title>
282 <g id="a_node14"><a xlink:href="GstPlugin.html" xlink:title="plugin" target="_top">
283 <polygon fill="#eeeeee" stroke="black" points="54,-304 0,-304 0,-268 54,-268 54,-304"/>
284 <text text-anchor="middle" x="27" y="-283.8" font-family="Bitstream Vera Sans" font-size="9.00">plugin</text>
285 </a>
286 </g>
287 </g>
288 <!-- plugin&#45;&gt;plugin_feature -->
289 <g id="edge21" class="edge"><title>plugin&#45;&gt;plugin_feature</title>
290 <path fill="none" stroke="black" d="M42.4241,-267.969C58.1458,-250.61 82.6955,-223.503 100.567,-203.769"/>
291 <polygon fill="black" stroke="black" points="103.177,-206.102 107.295,-196.341 97.9882,-201.403 103.177,-206.102"/>
292 <text text-anchor="middle" x="100" y="-230.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
293 </g>
294 <!-- registry -->
295 <g id="node17" class="node"><title>registry</title>
296 <g id="a_node17"><a xlink:href="GstRegistry.html" xlink:title="registry" target="_top">
297 <polygon fill="#eeeeee" stroke="black" points="54,-384 0,-384 0,-348 54,-348 54,-384"/>
298 <text text-anchor="middle" x="27" y="-363.8" font-family="Bitstream Vera Sans" font-size="9.00">registry</text>
299 </a>
300 </g>
301 </g>
302 <!-- registry&#45;&gt;plugin -->
303 <g id="edge20" class="edge"><title>registry&#45;&gt;plugin</title>
304 <path fill="none" stroke="black" d="M27,-347.689C27,-337.894 27,-325.422 27,-314.335"/>
305 <polygon fill="black" stroke="black" points="30.5001,-314.262 27,-304.262 23.5001,-314.262 30.5001,-314.262"/>
306 <text text-anchor="middle" x="37" y="-324.4" font-family="Bitstream Vera Sans" font-size="7.00">has n</text>
307 </g>
308 </g>
309 </svg>
154154 <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
155155 </index>
156156 <index>
157 <title>Index of new API in 1.10</title>
158 <xi:include href="xml/api-index-1.10.xml"><xi:fallback /></xi:include>
159 </index>
160 <index>
161 <title>Index of new API in 1.8</title>
162 <xi:include href="xml/api-index-1.8.xml"><xi:fallback /></xi:include>
163 </index>
164 <index>
157165 <title>Index of new API in 1.6</title>
158166 <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
159167 </index>
10521052 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if syncing the state was successful for all children,
10531053 otherwise <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
10541054 </div>
1055 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1055 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10561056 </div>
10571057 <hr>
10581058 <div class="refsect2">
10771077 </tr></tbody>
10781078 </table></div>
10791079 </div>
1080 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.0.5">1.0.5</a></p>
1080 <p class="since">Since: <a class="link" href="ix10.html#api-index-1.0.5">1.0.5</a></p>
10811081 </div>
10821082 <hr>
10831083 <div class="refsect2">
13291329 <td class="enum_member_annotations"> </td>
13301330 </tr>
13311331 <tr>
1332 <td class="enum_member_name"><p><a name="GST-BIN-FLAG-STREAMS-AWARE:CAPS"></a>GST_BIN_FLAG_STREAMS_AWARE</p></td>
1333 <td class="enum_member_description">
1334 <p>Indicates whether the bin can handle elements
1335 that add/remove source pads at any point in time without
1336 first posting a no-more-pads signal (Since 1.10)</p>
1337 </td>
1338 <td class="enum_member_annotations"> </td>
1339 </tr>
1340 <tr>
13321341 <td class="enum_member_name"><p><a name="GST-BIN-FLAG-LAST:CAPS"></a>GST_BIN_FLAG_LAST</p></td>
13331342 <td class="enum_member_description">
13341343 <p>the last enum in the series of flags for bins.
14111420 </table></div>
14121421 </div>
14131422 <p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
1414 <p class="since">Since: 1.10</p>
1423 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
14151424 </div>
14161425 <hr>
14171426 <div class="refsect2">
14561465 </table></div>
14571466 </div>
14581467 <p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
1459 <p class="since">Since: 1.10</p>
1468 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
14601469 </div>
14611470 <hr>
14621471 <div class="refsect2">
928928 </tr></tbody>
929929 </table></div>
930930 </div>
931 <p class="since">Since: 1.8</p>
931 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
932932 </div>
933933 <hr>
934934 <div class="refsect2">
16601660 <a name="gst-buffer-get-max-memory.returns"></a><h4>Returns</h4>
16611661 <p> the maximum amount of memory blocks that a buffer can hold.</p>
16621662 </div>
1663 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1663 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
16641664 </div>
16651665 <hr>
16661666 <div class="refsect2">
23012301 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all memory blocks in <em class="parameter"><code>buffer</code></em>
23022302 are writable</p>
23032303 </div>
2304 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
2304 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
23052305 </div>
23062306 <hr>
23072307 <div class="refsect2">
23512351 <a name="gst-buffer-is-memory-range-writable.returns"></a><h4>Returns</h4>
23522352 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the memory range is writable</p>
23532353 </div>
2354 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
2354 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
23552355 </div>
23562356 <hr>
23572357 <div class="refsect2">
26702670 </tbody>
26712671 </table></div>
26722672 </div>
2673 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.0.10">1.0.10</a></p>
2673 <p class="since">Since: <a class="link" href="ix09.html#api-index-1.0.10">1.0.10</a></p>
26742674 </div>
26752675 <hr>
26762676 <div class="refsect2">
29632963 . </p>
29642964 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
29652965 </div>
2966 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2966 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
29672967 </div>
29682968 <hr>
29692969 <div class="refsect2">
34833483 <p> The <a class="link" href="GstBuffer.html#GstParentBufferMeta" title="struct GstParentBufferMeta"><span class="type">GstParentBufferMeta</span></a> that was added to the buffer. </p>
34843484 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
34853485 </div>
3486 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3486 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
34873487 </div>
34883488 <hr>
34893489 <div class="refsect2">
35323532 <a name="gst-buffer-get-flags.returns"></a><h4>Returns</h4>
35333533 <p> the flags set on this buffer.</p>
35343534 </div>
3535 <p class="since">Since: 1.10</p>
3535 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
35363536 </div>
35373537 <hr>
35383538 <div class="refsect2">
35683568 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>flags</code></em>
35693569 were successfully set on buffer.</p>
35703570 </div>
3571 <p class="since">Since: 1.10</p>
3571 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
35723572 </div>
35733573 <hr>
35743574 <div class="refsect2">
36043604 <p> true if <em class="parameter"><code>flags</code></em>
36053605 is successfully cleared from buffer.</p>
36063606 </div>
3607 <p class="since">Since: 1.10</p>
3607 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
36083608 </div>
36093609 <hr>
36103610 <div class="refsect2">
39553955 </tbody>
39563956 </table></div>
39573957 </div>
3958 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3958 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
39593959 </div>
39603960 </div>
39613961 <div class="refsect1">
491491 . </p>
492492 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
493493 </div>
494 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
494 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
495495 </div>
496496 <hr>
497497 <div class="refsect2">
469469 <a name="gst-buffer-pool-config-validate-params.returns"></a><h4>Returns</h4>
470470 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the parameters are valid in this context.</p>
471471 </div>
472 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
472 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
473473 </div>
474474 <hr>
475475 <div class="refsect2">
955955 </tbody>
956956 </table></div>
957957 </div>
958 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
958 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
959959 </div>
960960 <hr>
961961 <div class="refsect2">
10331033 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>bus</code></em>
10341034 has no event source.</p>
10351035 </div>
1036 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1036 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10371037 </div>
10381038 <hr>
10391039 <div class="refsect2">
884884 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the foreach operation should continue, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if
885885 the foreach operation should stop with <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
886886 </div>
887 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
887 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
888888 </div>
889889 <hr>
890890 <div class="refsect2">
14531453 </tbody>
14541454 </table></div>
14551455 </div>
1456 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1456 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
14571457 </div>
14581458 <hr>
14591459 <div class="refsect2">
16081608 <p> the merged caps. </p>
16091609 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
16101610 </div>
1611 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1611 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
16121612 </div>
16131613 <hr>
16141614 <div class="refsect2">
17371737 . </p>
17381738 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
17391739 </div>
1740 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1740 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
17411741 </div>
17421742 <hr>
17431743 <div class="refsect2">
17761776 </tbody>
17771777 </table></div>
17781778 </div>
1779 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1779 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
17801780 </div>
17811781 <hr>
17821782 <div class="refsect2">
19361936 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the supplied function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for each call,
19371937 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
19381938 </div>
1939 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1939 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19401940 </div>
19411941 <hr>
19421942 <div class="refsect2">
19801980 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the supplied function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> for each call,
19811981 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
19821982 </div>
1983 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1983 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19841984 </div>
19851985 <hr>
19861986 <div class="refsect2">
20222022 </tbody>
20232023 </table></div>
20242024 </div>
2025 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2025 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
20262026 </div>
20272027 <hr>
20282028 <div class="refsect2">
23762376 is a subset of <em class="parameter"><code>caps</code></em>
23772377 </p>
23782378 </div>
2379 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
2379 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
23802380 </div>
23812381 <hr>
23822382 <div class="refsect2">
311311 <p> a new, empty <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures"><span class="type">GstCapsFeatures</span></a>. </p>
312312 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
313313 </div>
314 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
314 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
315315 </div>
316316 <hr>
317317 <div class="refsect2">
325325 <p> a new, empty <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures"><span class="type">GstCapsFeatures</span></a>. </p>
326326 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
327327 </div>
328 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
328 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
329329 </div>
330330 <hr>
331331 <div class="refsect2">
341341 <p> a new, ANY <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures"><span class="type">GstCapsFeatures</span></a>. </p>
342342 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
343343 </div>
344 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
344 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
345345 </div>
346346 <hr>
347347 <div class="refsect2">
379379 <p> a new, empty <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures"><span class="type">GstCapsFeatures</span></a>. </p>
380380 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
381381 </div>
382 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
382 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
383383 </div>
384384 <hr>
385385 <div class="refsect2">
416416 <p> a new, empty <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures"><span class="type">GstCapsFeatures</span></a>. </p>
417417 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
418418 </div>
419 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
419 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
420420 </div>
421421 <hr>
422422 <div class="refsect2">
453453 <p> a new, empty <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures"><span class="type">GstCapsFeatures</span></a>. </p>
454454 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
455455 </div>
456 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
456 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
457457 </div>
458458 <hr>
459459 <div class="refsect2">
482482 <p> a new <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures"><span class="type">GstCapsFeatures</span></a>. </p>
483483 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
484484 </div>
485 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
485 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
486486 </div>
487487 <hr>
488488 <div class="refsect2">
506506 </tr></tbody>
507507 </table></div>
508508 </div>
509 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
509 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
510510 </div>
511511 <hr>
512512 <div class="refsect2">
537537 <a class="link" href="GstCapsFeatures.html#gst-caps-features-free" title="gst_caps_features_free ()"><code class="function">gst_caps_features_free()</code></a> after use. </p>
538538 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
539539 </div>
540 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
540 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
541541 </div>
542542 <hr>
543543 <div class="refsect2">
582582 <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> after usage. </p>
583583 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
584584 </div>
585 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
585 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
586586 </div>
587587 <hr>
588588 <div class="refsect2">
620620 <a name="gst-caps-features-set-parent-refcount.returns"></a><h4>Returns</h4>
621621 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the parent refcount could be set.</p>
622622 </div>
623 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
623 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
624624 </div>
625625 <hr>
626626 <div class="refsect2">
659659 and <em class="parameter"><code>features2</code></em>
660660 are equal.</p>
661661 </div>
662 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
662 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
663663 </div>
664664 <hr>
665665 <div class="refsect2">
688688 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>features</code></em>
689689 is <a class="link" href="GstCapsFeatures.html#GST-CAPS-FEATURES-ANY:CAPS" title="GST_CAPS_FEATURES_ANY"><code class="literal">GST_CAPS_FEATURES_ANY</code></a>.</p>
690690 </div>
691 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
691 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
692692 </div>
693693 <hr>
694694 <div class="refsect2">
727727 contains <em class="parameter"><code>feature</code></em>
728728 .</p>
729729 </div>
730 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
730 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
731731 </div>
732732 <hr>
733733 <div class="refsect2">
766766 contains <em class="parameter"><code>feature</code></em>
767767 .</p>
768768 </div>
769 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
769 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
770770 </div>
771771 <hr>
772772 <div class="refsect2">
795795 <p> The number of features in <em class="parameter"><code>features</code></em>
796796 .</p>
797797 </div>
798 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
798 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
799799 </div>
800800 <hr>
801801 <div class="refsect2">
834834 -th feature of <em class="parameter"><code>features</code></em>
835835 .</p>
836836 </div>
837 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
837 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
838838 </div>
839839 <hr>
840840 <div class="refsect2">
873873 -th feature of <em class="parameter"><code>features</code></em>
874874 .</p>
875875 </div>
876 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
876 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
877877 </div>
878878 <hr>
879879 <div class="refsect2">
906906 </tbody>
907907 </table></div>
908908 </div>
909 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
909 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
910910 </div>
911911 <hr>
912912 <div class="refsect2">
939939 </tbody>
940940 </table></div>
941941 </div>
942 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
942 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
943943 </div>
944944 <hr>
945945 <div class="refsect2">
972972 </tbody>
973973 </table></div>
974974 </div>
975 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
975 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
976976 </div>
977977 <hr>
978978 <div class="refsect2">
10051005 </tbody>
10061006 </table></div>
10071007 </div>
1008 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1008 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
10091009 </div>
10101010 </div>
10111011 <div class="refsect1">
633633 </tr></tbody>
634634 </table></div>
635635 </div>
636 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
636 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
637637 </div>
638638 <hr>
639639 <div class="refsect2">
11871187 </tbody>
11881188 </table></div>
11891189 </div>
1190 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1190 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11911191 </div>
11921192 <hr>
11931193 <div class="refsect2">
17261726 <a name="gst-clock-adjust-with-calibration.returns"></a><h4>Returns</h4>
17271727 <p> the converted time of the clock.</p>
17281728 </div>
1729 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1729 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
17301730 </div>
17311731 <hr>
17321732 <div class="refsect2">
17921792 <a name="gst-clock-unadjust-with-calibration.returns"></a><h4>Returns</h4>
17931793 <p> the converted time of the clock.</p>
17941794 </div>
1795 <p class="since">Since: 1.8</p>
1795 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
17961796 </div>
17971797 <hr>
17981798 <div class="refsect2">
20192019 <a name="gst-clock-wait-for-sync.returns"></a><h4>Returns</h4>
20202020 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if waiting was successful, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on timeout</p>
20212021 </div>
2022 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2022 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
20232023 </div>
20242024 <hr>
20252025 <div class="refsect2">
20472047 <a name="gst-clock-is-synced.returns"></a><h4>Returns</h4>
20482048 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the clock is currently synced</p>
20492049 </div>
2050 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2050 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
20512051 </div>
20522052 <hr>
20532053 <div class="refsect2">
20822082 </tbody>
20832083 </table></div>
20842084 </div>
2085 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2085 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
20862086 </div>
20872087 <hr>
20882088 <div class="refsect2">
27602760 </table></div>
27612761 </div>
27622762 <p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
2763 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2763 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
27642764 </div>
27652765 </div>
27662766 <div class="refsect1">
220220 <p> The new context. </p>
221221 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
222222 </div>
223 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
223 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
224224 </div>
225225 <hr>
226226 <div class="refsect2">
327327 <a name="gst-context-get-context-type.returns"></a><h4>Returns</h4>
328328 <p> The type of the context.</p>
329329 </div>
330 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
330 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
331331 </div>
332332 <hr>
333333 <div class="refsect2">
366366 has <em class="parameter"><code>context_type</code></em>
367367 .</p>
368368 </div>
369 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
369 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
370370 </div>
371371 <hr>
372372 <div class="refsect2">
394394 <a name="gst-context-is-persistent.returns"></a><h4>Returns</h4>
395395 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the context is persistent.</p>
396396 </div>
397 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
397 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
398398 </div>
399399 <hr>
400400 <div class="refsect2">
424424 free it and that the pointer becomes invalid when you free the context. </p>
425425 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
426426 </div>
427 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
427 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
428428 </div>
429429 <hr>
430430 <div class="refsect2">
455455 This function checks if <em class="parameter"><code>context</code></em>
456456 is writable.</p>
457457 </div>
458 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
458 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
459459 </div>
460460 <hr>
461461 <div class="refsect2">
118118 <a name="GstControlSource.description"></a><h2>Description</h2>
119119 <p>The <a class="link" href="GstControlSource.html" title="GstControlSource"><span class="type">GstControlSource</span></a> is a base class for control value sources that could
120120 be used to get timestamp-value pairs. A control source essentially is a
121 function over time, returning float values between 0.0 and 1.0.</p>
121 function over time.</p>
122122 <p>A <a class="link" href="GstControlSource.html" title="GstControlSource"><span class="type">GstControlSource</span></a> is used by first getting an instance of a specific
123123 control-source, creating a binding for the control-source to the target property
124124 of the element and then adding the binding to the element. The binding will
185185 found, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> otherwise. </p>
186186 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
187187 </div>
188 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
188 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
189189 </div>
190190 <hr>
191191 <div class="refsect2">
215215 if the device provider couldn't be created. </p>
216216 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
217217 </div>
218 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
218 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
219219 </div>
220220 <hr>
221221 <div class="refsect2">
246246 if unable to create device provider. </p>
247247 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
248248 </div>
249 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
249 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
250250 </div>
251251 <hr>
252252 <div class="refsect2">
276276 <a name="gst-device-provider-factory-get-device-provider-type.returns"></a><h4>Returns</h4>
277277 <p> the <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> for device providers managed by this factory.</p>
278278 </div>
279 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
279 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
280280 </div>
281281 <hr>
282282 <div class="refsect2">
319319 . </p>
320320 <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
321321 </div>
322 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
322 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
323323 </div>
324324 <hr>
325325 <div class="refsect2">
350350 metadata. Free with <a href="/usr/share/gtk-doc/html/glibglib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a> when no longer needed. </p>
351351 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
352352 </div>
353 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
353 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
354354 </div>
355355 <hr>
356356 <div class="refsect2">
391391 matches or if <em class="parameter"><code>classes</code></em>
392392 is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
393393 </div>
394 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
394 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
395395 </div>
396396 <hr>
397397 <div class="refsect2">
430430 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>factory</code></em>
431431 matches.</p>
432432 </div>
433 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
433 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
434434 </div>
435435 <hr>
436436 <div class="refsect2">
462462 <a class="link" href="GstPluginFeature.html#gst-plugin-feature-list-free" title="gst_plugin_feature_list_free ()"><code class="function">gst_plugin_feature_list_free()</code></a> after usage. </p>
463463 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.DeviceProviderFactory]</span></p>
464464 </div>
465 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
465 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
466466 </div>
467467 </div>
468468 <div class="refsect1">
471471 <a name="GstDeviceProviderFactory-struct"></a><h3>GstDeviceProviderFactory</h3>
472472 <pre class="programlisting">typedef struct _GstDeviceProviderFactory GstDeviceProviderFactory;</pre>
473473 <p>The opaque <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory"><span class="type">GstDeviceProviderFactory</span></a> data structure.</p>
474 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
474 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
475475 </div>
476476 <hr>
477477 <div class="refsect2">
478478 <a name="GstDeviceProviderFactoryClass"></a><h3>GstDeviceProviderFactoryClass</h3>
479479 <pre class="programlisting">typedef struct _GstDeviceProviderFactoryClass GstDeviceProviderFactoryClass;</pre>
480480 <p>The opaque <a class="link" href="GstDeviceProviderFactory.html#GstDeviceProviderFactoryClass" title="GstDeviceProviderFactoryClass"><span class="type">GstDeviceProviderFactoryClass</span></a> data structure.</p>
481 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
481 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
482482 </div>
483483 </div>
484484 <div class="refsect1">
14491449 </tbody>
14501450 </table></div>
14511451 </div>
1452 <p class="since">Since: 1.10</p>
1452 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
14531453 </div>
14541454 <hr>
14551455 <div class="refsect2">
14791479 </tbody>
14801480 </table></div>
14811481 </div>
1482 <p class="since">Since: 1.10</p>
1482 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
14831483 </div>
14841484 <hr>
14851485 <div class="refsect2">
15781578 </tbody>
15791579 </table></div>
15801580 </div>
1581 <p class="since">Since: 1.10</p>
1581 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
15821582 </div>
15831583 <hr>
15841584 <div class="refsect2">
16811681 </tbody>
16821682 </table></div>
16831683 </div>
1684 <p class="since">Since: 1.10</p>
1684 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
16851685 </div>
16861686 <hr>
16871687 <div class="refsect2">
17721772 </tbody>
17731773 </table></div>
17741774 </div>
1775 <p class="since">Since: 1.8</p>
1775 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
17761776 </div>
17771777 <hr>
17781778 <div class="refsect2">
32633263 <p> A <a class="link" href="GstContext.html" title="GstContext"><span class="type">GstContext</span></a> or NULL. </p>
32643264 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
32653265 </div>
3266 <p class="since">Since: 1.8</p>
3266 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
32673267 </div>
32683268 <hr>
32693269 <div class="refsect2">
33003300 <p> A <a class="link" href="GstContext.html" title="GstContext"><span class="type">GstContext</span></a> or NULL. </p>
33013301 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
33023302 </div>
3303 <p class="since">Since: 1.8</p>
3303 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
33043304 </div>
33053305 <hr>
33063306 <div class="refsect2">
33293329 <p> List of <a class="link" href="GstContext.html" title="GstContext"><span class="type">GstContext</span></a>. </p>
33303330 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.Context][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
33313331 </div>
3332 <p class="since">Since: 1.8</p>
3332 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
33333333 </div>
33343334 <hr>
33353335 <div class="refsect2">
41514151 </tbody>
41524152 </table></div>
41534153 </div>
4154 <p class="since">Since: 1.10</p>
4154 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
41554155 </div>
41564156 <hr>
41574157 <div class="refsect2">
46024602 <p> a watch id, which can be used in connection with
46034603 <a class="link" href="GstElement.html#gst-element-remove-property-notify-watch" title="gst_element_remove_property_notify_watch ()"><code class="function">gst_element_remove_property_notify_watch()</code></a> to remove the watch again.</p>
46044604 </div>
4605 <p class="since">Since: 1.10</p>
4605 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
46064606 </div>
46074607 <hr>
46084608 <div class="refsect2">
46454645 <p> a watch id, which can be used in connection with
46464646 <a class="link" href="GstElement.html#gst-element-remove-property-notify-watch" title="gst_element_remove_property_notify_watch ()"><code class="function">gst_element_remove_property_notify_watch()</code></a> to remove the watch again.</p>
46474647 </div>
4648 <p class="since">Since: 1.10</p>
4648 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
46494649 </div>
46504650 <hr>
46514651 <div class="refsect2">
46764676 </tbody>
46774677 </table></div>
46784678 </div>
4679 <p class="since">Since: 1.10</p>
4679 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
46804680 </div>
46814681 <hr>
46824682 <div class="refsect2">
47374737 </tbody>
47384738 </table></div>
47394739 </div>
4740 <p class="since">Since: 1.10</p>
4740 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
47414741 </div>
47424742 </div>
47434743 <div class="refsect1">
15341534 <p> The event's running time offset</p>
15351535 <p>MT safe.</p>
15361536 </div>
1537 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1537 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
15381538 </div>
15391539 <hr>
15401540 <div class="refsect2">
15671567 </tbody>
15681568 </table></div>
15691569 </div>
1570 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1570 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
15711571 </div>
15721572 <hr>
15731573 <div class="refsect2">
18651865 </tbody>
18661866 </table></div>
18671867 </div>
1868 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1868 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
18691869 </div>
18701870 <hr>
18711871 <div class="refsect2">
18951895 </tbody>
18961896 </table></div>
18971897 </div>
1898 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1898 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
18991899 </div>
19001900 <hr>
19011901 <div class="refsect2">
19311931 </tbody>
19321932 </table></div>
19331933 </div>
1934 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1934 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
19351935 </div>
19361936 <hr>
19371937 <div class="refsect2">
19661966 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a group id was set on the event and could be parsed,
19671967 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
19681968 </div>
1969 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1969 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
19701970 </div>
19711971 <hr>
19721972 <div class="refsect2">
19991999 </tbody>
20002000 </table></div>
20012001 </div>
2002 <p class="since">Since: 1.10</p>
2002 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
20032003 </div>
20042004 <hr>
20052005 <div class="refsect2">
20312031 </tbody>
20322032 </table></div>
20332033 </div>
2034 <p class="since">Since: 1.10</p>
2034 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
20352035 </div>
20362036 <hr>
20372037 <div class="refsect2">
32963296 <p> a <a class="link" href="GstEvent.html#GST-EVENT-PROTECTION:CAPS"><span class="type">GST_EVENT_PROTECTION</span></a> event, if successful; <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
32973297 if unsuccessful.</p>
32983298 </div>
3299 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3299 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
33003300 </div>
33013301 <hr>
33023302 <div class="refsect2">
33533353 </tbody>
33543354 </table></div>
33553355 </div>
3356 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3356 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
33573357 </div>
33583358 <hr>
33593359 <div class="refsect2">
33893389 <p> a new select-streams event. </p>
33903390 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
33913391 </div>
3392 <p class="since">Since: 1.10</p>
3392 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
33933393 </div>
33943394 <hr>
33953395 <div class="refsect2">
34203420 </tbody>
34213421 </table></div>
34223422 </div>
3423 <p class="since">Since: 1.10</p>
3423 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
34243424 </div>
34253425 <hr>
34263426 <div class="refsect2">
34543454 <p> the new STREAM_COLLECTION event. </p>
34553455 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
34563456 </div>
3457 <p class="since">Since: 1.10</p>
3457 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
34583458 </div>
34593459 <hr>
34603460 <div class="refsect2">
34863486 </tbody>
34873487 </table></div>
34883488 </div>
3489 <p class="since">Since: 1.10</p>
3489 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
34903490 </div>
34913491 <hr>
34923492 <div class="refsect2">
35213521 <p> the new stream-group-done event. </p>
35223522 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
35233523 </div>
3524 <p class="since">Since: 1.10</p>
3524 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
35253525 </div>
35263526 <hr>
35273527 <div class="refsect2">
35553555 </tbody>
35563556 </table></div>
35573557 </div>
3558 <p class="since">Since: 1.10</p>
3558 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
35593559 </div>
35603560 </div>
35613561 <div class="refsect1">
39743974 </tbody>
39753975 </table></div>
39763976 </div>
3977 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
3977 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
39783978 </div>
39793979 <hr>
39803980 <div class="refsect2">
546546 </tr></tbody>
547547 </table></div>
548548 </div>
549 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
549 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
550550 </div>
551551 <hr>
552552 <div class="refsect2">
570570 </tr></tbody>
571571 </table></div>
572572 </div>
573 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
573 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
574574 </div>
575575 <hr>
576576 <div class="refsect2">
973973 was allocated from an allocator for <em class="parameter"><code>mem_type</code></em>
974974 .</p>
975975 </div>
976 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
976 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
977977 </div>
978978 <hr>
979979 <div class="refsect2">
10821082 </tr></tbody>
10831083 </table></div>
10841084 </div>
1085 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1085 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
10861086 </div>
10871087 <hr>
10881088 <div class="refsect2">
16011601 <p> the new error message. </p>
16021602 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
16031603 </div>
1604 <p class="since">Since: 1.10</p>
1604 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
16051605 </div>
16061606 <hr>
16071607 <div class="refsect2">
17171717 </tbody>
17181718 </table></div>
17191719 </div>
1720 <p class="since">Since: 1.10</p>
1720 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
17211721 </div>
17221722 <hr>
17231723 <div class="refsect2">
18131813 <p> the new warning message. </p>
18141814 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
18151815 </div>
1816 <p class="since">Since: 1.10</p>
1816 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
18171817 </div>
18181818 <hr>
18191819 <div class="refsect2">
18841884 </tbody>
18851885 </table></div>
18861886 </div>
1887 <p class="since">Since: 1.10</p>
1887 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
18881888 </div>
18891889 <hr>
18901890 <div class="refsect2">
19801980 <p> the new warning message. </p>
19811981 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
19821982 </div>
1983 <p class="since">Since: 1.10</p>
1983 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
19841984 </div>
19851985 <hr>
19861986 <div class="refsect2">
20512051 </tbody>
20522052 </table></div>
20532053 </div>
2054 <p class="since">Since: 1.10</p>
2054 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
20552055 </div>
20562056 <hr>
20572057 <div class="refsect2">
40224022 </tbody>
40234023 </table></div>
40244024 </div>
4025 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4025 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
40264026 </div>
40274027 <hr>
40284028 <div class="refsect2">
40594059 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the message had a group id set, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
40604060 <p>MT safe.</p>
40614061 </div>
4062 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4062 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
40634063 </div>
40644064 <hr>
40654065 <div class="refsect2">
40954095 <a name="gst-message-new-stream-collection.returns"></a><h4>Returns</h4>
40964096 <p> a newly allocated <a class="link" href="GstMessage.html" title="GstMessage"><span class="type">GstMessage</span></a></p>
40974097 </div>
4098 <p class="since">Since: 1.10</p>
4098 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
40994099 </div>
41004100 <hr>
41014101 <div class="refsect2">
41274127 </tbody>
41284128 </table></div>
41294129 </div>
4130 <p class="since">Since: 1.10</p>
4130 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
41314131 </div>
41324132 <hr>
41334133 <div class="refsect2">
44534453 to perform actions triggered by a state change.</p>
44544454 <p><em class="parameter"><code>code</code></em>
44554455 contains a well defined string describing the action.
4456 <em class="parameter"><code>test</code></em>
4456 <em class="parameter"><code>text</code></em>
44574457 should contain a user visible string detailing the current action.</p>
44584458 <div class="refsect3">
44594459 <a name="gst-message-new-progress.parameters"></a><h4>Parameters</h4>
45734573 <p>MT safe. </p>
45744574 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
45754575 </div>
4576 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4576 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
45774577 </div>
45784578 <hr>
45794579 <div class="refsect2">
46084608 <a name="gst-message-parse-context-type.returns"></a><h4>Returns</h4>
46094609 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> indicating if the parsing succeeded.</p>
46104610 </div>
4611 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4611 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
46124612 </div>
46134613 <hr>
46144614 <div class="refsect2">
46454645 <p>MT safe. </p>
46464646 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
46474647 </div>
4648 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4648 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
46494649 </div>
46504650 <hr>
46514651 <div class="refsect2">
46784678 </tbody>
46794679 </table></div>
46804680 </div>
4681 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4681 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
46824682 </div>
46834683 <hr>
46844684 <div class="refsect2">
47154715 <a name="gst-message-new-device-added.returns"></a><h4>Returns</h4>
47164716 <p> a newly allocated <a class="link" href="GstMessage.html" title="GstMessage"><span class="type">GstMessage</span></a></p>
47174717 </div>
4718 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
4718 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
47194719 </div>
47204720 <hr>
47214721 <div class="refsect2">
47524752 <a name="gst-message-new-device-removed.returns"></a><h4>Returns</h4>
47534753 <p> a newly allocated <a class="link" href="GstMessage.html" title="GstMessage"><span class="type">GstMessage</span></a></p>
47544754 </div>
4755 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
4755 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
47564756 </div>
47574757 <hr>
47584758 <div class="refsect2">
47864786 </tbody>
47874787 </table></div>
47884788 </div>
4789 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
4789 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
47904790 </div>
47914791 <hr>
47924792 <div class="refsect2">
48204820 </tbody>
48214821 </table></div>
48224822 </div>
4823 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
4823 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
48244824 </div>
48254825 <hr>
48264826 <div class="refsect2">
48604860 <a name="gst-message-new-property-notify.returns"></a><h4>Returns</h4>
48614861 <p> a newly allocated <a class="link" href="GstMessage.html" title="GstMessage"><span class="type">GstMessage</span></a></p>
48624862 </div>
4863 <p class="since">Since: 1.10</p>
4863 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
48644864 </div>
48654865 <hr>
48664866 <div class="refsect2">
49094909 </tbody>
49104910 </table></div>
49114911 </div>
4912 <p class="since">Since: 1.10</p>
4912 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
49134913 </div>
49144914 <hr>
49154915 <div class="refsect2">
49514951 <a name="gst-message-new-streams-selected.returns"></a><h4>Returns</h4>
49524952 <p> a newly allocated <a class="link" href="GstMessage.html" title="GstMessage"><span class="type">GstMessage</span></a></p>
49534953 </div>
4954 <p class="since">Since: 1.10</p>
4954 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
49554955 </div>
49564956 <hr>
49574957 <div class="refsect2">
49834983 </tbody>
49844984 </table></div>
49854985 </div>
4986 <p class="since">Since: 1.10</p>
4986 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
49874987 </div>
49884988 <hr>
49894989 <div class="refsect2">
50175017 </tbody>
50185018 </table></div>
50195019 </div>
5020 <p class="since">Since: 1.10</p>
5020 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
50215021 </div>
50225022 <hr>
50235023 <div class="refsect2">
50455045 <a name="gst-message-streams-selected-get-size.returns"></a><h4>Returns</h4>
50465046 <p> The number of streams contained within.</p>
50475047 </div>
5048 <p class="since">Since: 1.10</p>
5048 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
50495049 </div>
50505050 <hr>
50515051 <div class="refsect2">
50845084 <p> A <a class="link" href="gstreamer-GstStream.html#GstStream" title="struct GstStream"><span class="type">GstStream</span></a>. </p>
50855085 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
50865086 </div>
5087 <p class="since">Since: 1.10</p>
5087 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
50885088 </div>
50895089 <hr>
50905090 <div class="refsect2">
51515151 <a name="gst-message-new-redirect.returns"></a><h4>Returns</h4>
51525152 <p> a newly allocated <a class="link" href="GstMessage.html" title="GstMessage"><span class="type">GstMessage</span></a></p>
51535153 </div>
5154 <p class="since">Since: 1.10</p>
5154 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
51555155 </div>
51565156 <hr>
51575157 <div class="refsect2">
51965196 </tbody>
51975197 </table></div>
51985198 </div>
5199 <p class="since">Since: 1.10</p>
5199 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
52005200 </div>
52015201 <hr>
52025202 <div class="refsect2">
52505250 </tbody>
52515251 </table></div>
52525252 </div>
5253 <p class="since">Since: 1.10</p>
5253 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
52545254 </div>
52555255 <hr>
52565256 <div class="refsect2">
52765276 <a name="gst-message-get-num-redirect-entries.returns"></a><h4>Returns</h4>
52775277 <p> the number of entries stored in the message</p>
52785278 </div>
5279 <p class="since">Since: 1.10</p>
5279 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
52805280 </div>
52815281 </div>
52825282 <div class="refsect1">
996996 <p>MT safe. Grabs and releases <em class="parameter"><code>object</code></em>
997997 's locks.</p>
998998 </div>
999 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
999 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10001000 </div>
10011001 <hr>
10021002 <div class="refsect2">
14891489 gst_object_has_active_control_bindings
14901490 (<em class="parameter"><code><a class="link" href="GstObject.html" title="GstObject"><span class="type">GstObject</span></a> *object</code></em>);</pre>
14911491 <p>Check if the <em class="parameter"><code>object</code></em>
1492 has an active controlled properties.</p>
1492 has active controlled properties.</p>
14931493 <div class="refsect3">
14941494 <a name="gst-object-has-active-control-bindings.parameters"></a><h4>Parameters</h4>
14951495 <div class="informaltable"><table class="informaltable" width="100%" border="0">
15461546 <a name="gst-pad-link-get-name.returns"></a><h4>Returns</h4>
15471547 <p> a static string with the name of the pad-link return.</p>
15481548 </div>
1549 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1549 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
15501550 </div>
15511551 <hr>
15521552 <div class="refsect2">
17101710 <p> <a class="link" href="GstPad.html#GST-FLOW-OK:CAPS"><span class="type">GST_FLOW_OK</span></a> on success, <a class="link" href="GstPad.html#GST-FLOW-FLUSHING:CAPS"><span class="type">GST_FLOW_FLUSHING</span></a> when the pad
17111711 was flushing or <a class="link" href="GstPad.html#GST-FLOW-EOS:CAPS"><span class="type">GST_FLOW_EOS</span></a> when the pad was EOS.</p>
17121712 </div>
1713 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1713 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
17141714 </div>
17151715 <hr>
17161716 <div class="refsect2">
19821982 <a name="gst-pad-link-maybe-ghosting.returns"></a><h4>Returns</h4>
19831983 <p> whether the link succeeded.</p>
19841984 </div>
1985 <p class="since">Since: 1.10</p>
1985 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
19861986 </div>
19871987 <hr>
19881988 <div class="refsect2">
20352035 <a name="gst-pad-link-maybe-ghosting-full.returns"></a><h4>Returns</h4>
20362036 <p> whether the link succeeded.</p>
20372037 </div>
2038 <p class="since">Since: 1.10</p>
2038 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
20392039 </div>
20402040 <hr>
20412041 <div class="refsect2">
25032503 </tr></tbody>
25042504 </table></div>
25052505 </div>
2506 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
2506 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
25072507 </div>
25082508 <hr>
25092509 <div class="refsect2">
37523752 </tbody>
37533753 </table></div>
37543754 </div>
3755 <p class="since">Since: 1.8</p>
3755 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
37563756 </div>
37573757 <hr>
37583758 <div class="refsect2">
38013801 <p> <a class="link" href="GstPad.html#GST-FLOW-OK:CAPS"><code class="literal">GST_FLOW_OK</code></a> if the event was handled properly, or any other
38023802 <a class="link" href="GstPad.html#GstFlowReturn" title="enum GstFlowReturn"><span class="type">GstFlowReturn</span></a> dependent on downstream state.</p>
38033803 </div>
3804 <p class="since">Since: 1.8</p>
3804 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
38053805 </div>
38063806 <hr>
38073807 <div class="refsect2">
59795979 needed. </p>
59805980 <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
59815981 </div>
5982 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
5982 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
59835983 </div>
59845984 <hr>
59855985 <div class="refsect2">
60136013 unref the returned stream when no longer needed. </p>
60146014 <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
60156015 </div>
6016 <p class="since">Since: 1.10</p>
6016 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
60176017 </div>
60186018 <hr>
60196019 <div class="refsect2">
65966596 </tr></tbody>
65976597 </table></div>
65986598 </div>
6599 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
6599 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
66006600 </div>
66016601 <hr>
66026602 <div class="refsect2">
67926792 </tr></tbody>
67936793 </table></div>
67946794 </div>
6795 <p class="since">Since: 1.8</p>
6795 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
67966796 </div>
67976797 <hr>
67986798 <div class="refsect2">
76047604 </tr></tbody>
76057605 </table></div>
76067606 </div>
7607 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
7607 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
76087608 </div>
76097609 <hr>
76107610 <div class="refsect2">
76297629 </tr></tbody>
76307630 </table></div>
76317631 </div>
7632 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
7632 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
76337633 </div>
76347634 <hr>
76357635 <div class="refsect2">
76527652 </tr></tbody>
76537653 </table></div>
76547654 </div>
7655 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
7655 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
76567656 </div>
76577657 </div>
76587658 <div class="refsect1">
84918491 <p>Flags: Read / Write</p>
84928492 <p>Allowed values: &gt;= 0</p>
84938493 <p>Default value: 0</p>
8494 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
8494 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
84958495 </div>
84968496 <hr>
84978497 <div class="refsect2">
384384 <p> a <a class="link" href="GstClock.html" title="GstClock"><span class="type">GstClock</span></a>, unref after usage. </p>
385385 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
386386 </div>
387 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
387 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
388388 </div>
389389 <hr>
390390 <div class="refsect2">
656656 </tbody>
657657 </table></div>
658658 </div>
659 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
659 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
660660 </div>
661661 <hr>
662662 <div class="refsect2">
684684 <a name="gst-pipeline-get-latency.returns"></a><h4>Returns</h4>
685685 <p> Latency to configure on the pipeline or GST_CLOCK_TIME_NONE</p>
686686 </div>
687 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
687 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
688688 </div>
689689 </div>
690690 <div class="refsect1">
792792 <p>Latency to configure on the pipeline. See <a class="link" href="GstPipeline.html#gst-pipeline-set-latency" title="gst_pipeline_set_latency ()"><code class="function">gst_pipeline_set_latency()</code></a>.</p>
793793 <p>Flags: Read / Write</p>
794794 <p>Default value: 18446744073709551615</p>
795 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
795 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
796796 </div>
797797 </div>
798798 <div class="refsect1">
488488 </tr></tbody>
489489 </table></div>
490490 </div>
491 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
491 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
492492 </div>
493493 <hr>
494494 <div class="refsect2">
514514 </tr></tbody>
515515 </table></div>
516516 </div>
517 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
517 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
518518 </div>
519519 <hr>
520520 <div class="refsect2">
390390 plugin. </p>
391391 <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
392392 </div>
393 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
393 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
394394 </div>
395395 <hr>
396396 <div class="refsect2">
559559 <a name="gst-preset-is-editable.returns"></a><h4>Returns</h4>
560560 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if presets are editable or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they are static</p>
561561 </div>
562 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
562 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
563563 </div>
564564 </div>
565565 <div class="refsect1">
30963096 </tbody>
30973097 </table></div>
30983098 </div>
3099 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
3099 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
31003100 </div>
31013101 <hr>
31023102 <div class="refsect2">
31273127 </tbody>
31283128 </table></div>
31293129 </div>
3130 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
3130 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
31313131 </div>
31323132 <hr>
31333133 <div class="refsect2">
31643164 </tbody>
31653165 </table></div>
31663166 </div>
3167 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
3167 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
31683168 </div>
31693169 <hr>
31703170 <div class="refsect2">
31973197 </tbody>
31983198 </table></div>
31993199 </div>
3200 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
3200 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
32013201 </div>
32023202 <hr>
32033203 <div class="refsect2">
34953495 </tbody>
34963496 </table></div>
34973497 </div>
3498 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
3498 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
34993499 </div>
35003500 <hr>
35013501 <div class="refsect2">
36843684 </tbody>
36853685 </table></div>
36863686 </div>
3687 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
3687 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
36883688 </div>
36893689 <hr>
36903690 <div class="refsect2">
42074207 <p> a new <a class="link" href="GstQuery.html" title="GstQuery"><span class="type">GstQuery</span></a>. </p>
42084208 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
42094209 </div>
4210 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4210 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
42114211 </div>
42124212 <hr>
42134213 <div class="refsect2">
42384238 </tbody>
42394239 </table></div>
42404240 </div>
4241 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4241 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
42424242 </div>
42434243 <hr>
42444244 <div class="refsect2">
42724272 </tbody>
42734273 </table></div>
42744274 </div>
4275 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4275 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
42764276 </div>
42774277 <hr>
42784278 <div class="refsect2">
43074307 <a name="gst-query-parse-context-type.returns"></a><h4>Returns</h4>
43084308 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> indicating if the parsing succeeded.</p>
43094309 </div>
4310 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4310 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
43114311 </div>
43124312 </div>
43134313 <div class="refsect1">
216216 that, take a ref to the buffer list with <a class="link" href="gstreamer-GstMiniObject.html#gst-mini-object-ref" title="gst_mini_object_ref ()"><code class="function">gst_mini_object_ref()</code></a>. </p>
217217 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
218218 </div>
219 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
219 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
220220 </div>
221221 <hr>
222222 <div class="refsect2">
343343 </tbody>
344344 </table></div>
345345 </div>
346 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
346 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
347347 </div>
348348 <hr>
349349 <div class="refsect2">
473473 . </p>
474474 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
475475 </div>
476 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
476 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
477477 </div>
478478 </div>
479479 <div class="refsect1">
618618 is -1 or when it is not inside <em class="parameter"><code>segment</code></em>
619619 .</p>
620620 </div>
621 <p class="since">Since: 1.8</p>
621 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
622622 </div>
623623 <hr>
624624 <div class="refsect2">
681681 <a name="gst-segment-position-from-stream-time-full.returns"></a><h4>Returns</h4>
682682 <p> a 1 or -1 on success, 0 on failure.</p>
683683 </div>
684 <p class="since">Since: 1.8</p>
684 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
685685 </div>
686686 <hr>
687687 <div class="refsect2">
793793 <a name="gst-segment-to-running-time-full.returns"></a><h4>Returns</h4>
794794 <p> a 1 or -1 on success, 0 on failure.</p>
795795 </div>
796 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
796 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
797797 </div>
798798 <hr>
799799 <div class="refsect2">
847847 <p> the position in stream_time or -1 when an invalid position
848848 was given.</p>
849849 </div>
850 <p class="since">Since: 1.8</p>
850 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
851851 </div>
852852 <hr>
853853 <div class="refsect2">
909909 <a name="gst-segment-to-stream-time-full.returns"></a><h4>Returns</h4>
910910 <p> a 1 or -1 on success, 0 on failure.</p>
911911 </div>
912 <p class="since">Since: 1.8</p>
912 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
913913 </div>
914914 <hr>
915915 <div class="refsect2">
958958 is -1 or when it is not inside <em class="parameter"><code>segment</code></em>
959959 .</p>
960960 </div>
961 <p class="since">Since: 1.8</p>
961 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
962962 </div>
963963 <hr>
964964 <div class="refsect2">
10211021 <a name="gst-segment-position-from-running-time-full.returns"></a><h4>Returns</h4>
10221022 <p> a 1 or -1 on success, 0 on failure.</p>
10231023 </div>
1024 <p class="since">Since: 1.8</p>
1024 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
10251025 </div>
10261026 <hr>
10271027 <div class="refsect2">
11951195 is not in <em class="parameter"><code>segment</code></em>
11961196 .</p>
11971197 </div>
1198 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2.3">1.2.3</a></p>
1198 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2.3">1.2.3</a></p>
11991199 </div>
12001200 <hr>
12011201 <div class="refsect2">
12311231 <a name="gst-segment-is-equal.returns"></a><h4>Returns</h4>
12321232 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the segments are equal, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
12331233 </div>
1234 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1234 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12351235 </div>
12361236 </div>
12371237 <div class="refsect1">
10031003 <a class="link" href="GstStructure.html#gst-structure-free" title="gst_structure_free ()"><code class="function">gst_structure_free()</code></a> after use. </p>
10041004 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
10051005 </div>
1006 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1006 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
10071007 </div>
10081008 <hr>
10091009 <div class="refsect2">
24332433 or the existing field did not contain a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint64"><span class="type">gint64</span></a>, this function
24342434 returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
24352435 </div>
2436 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
2436 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
24372437 </div>
24382438 <hr>
24392439 <div class="refsect2">
24802480 or the existing field did not contain a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint64"><span class="type">guint64</span></a>, this function
24812481 returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
24822482 </div>
2483 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
2483 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
24842484 </div>
24852485 <hr>
24862486 <div class="refsect2">
29472947 </tbody>
29482948 </table></div>
29492949 </div>
2950 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2950 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
29512951 </div>
29522952 <hr>
29532953 <div class="refsect2">
159159 </tr></tbody>
160160 </table></div>
161161 </div>
162 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
162 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
163163 </div>
164164 </div>
165165 <div class="refsect1">
43564356 <pre class="programlisting">#define GST_TAG_PUBLISHER "publisher"
43574357 </pre>
43584358 <p>Name of the label or publisher (string)</p>
4359 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4359 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
43604360 </div>
43614361 <hr>
43624362 <div class="refsect2">
43654365 </pre>
43664366 <p>Information about the people behind a remix and similar
43674367 interpretations of another existing piece (string)</p>
4368 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
4368 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
43694369 </div>
43704370 <hr>
43714371 <div class="refsect2">
43744374 </pre>
43754375 <a class="ulink" href="http://en.wikipedia.org/wiki/Note#Note_designation_in_accordance_with_octave_name" target="_top">Midi note number</a><p>of the audio track. This is useful for sample instruments and in particular
43764376 for multi-samples.</p>
4377 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
4377 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
43784378 </div>
43794379 <hr>
43804380 <div class="refsect2">
43894389 using this tag, in which case the GstStructure will be named
43904390 "ID3PrivateFrame" and contain a field named "owner" of type string
43914391 which contains the owner-identification string from the tag.</p>
4392 <p class="since">Since: 1.8</p>
4392 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
43934393 </div>
43944394 </div>
43954395 </div>
981981 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all non-<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> storage pointers were filled with appropriate
982982 values, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
983983 </div>
984 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
984 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
985985 </div>
986986 <hr>
987987 <div class="refsect2">
10211021 </tbody>
10221022 </table></div>
10231023 </div>
1024 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1024 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
10251025 </div>
10261026 <hr>
10271027 <div class="refsect2">
15231523 </tbody>
15241524 </table></div>
15251525 </div>
1526 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1526 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
15271527 </div>
15281528 <hr>
15291529 <div class="refsect2">
15321532 </pre>
15331533 <p>Special value for the repeat_count set in <a class="link" href="GstToc.html#gst-toc-entry-set-loop" title="gst_toc_entry_set_loop ()"><code class="function">gst_toc_entry_set_loop()</code></a> or
15341534 returned by <a class="link" href="GstToc.html#gst-toc-entry-set-loop" title="gst_toc_entry_set_loop ()"><code class="function">gst_toc_entry_set_loop()</code></a> to indicate infinite looping.</p>
1535 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1535 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
15361536 </div>
15371537 </div>
15381538 <div class="refsect1">
9696 registered <a class="link" href="GstTracerFactory.html" title="GstTracerFactory"><span class="type">GstTracerFactory</span></a>. </p>
9797 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.TracerFactory]</span></p>
9898 </div>
99 <p class="since">Since: 1.8</p>
99 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
100100 </div>
101101 </div>
102102 <div class="refsect1">
105105 <a name="GstTracerFactory-struct"></a><h3>GstTracerFactory</h3>
106106 <pre class="programlisting">typedef struct _GstTracerFactory GstTracerFactory;</pre>
107107 <p>Opaque object that stores information about a tracer function.</p>
108 <p class="since">Since: 1.8</p>
108 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
109109 </div>
110110 </div>
111111 </div>
289289 </tbody>
290290 </table></div>
291291 </div>
292 <p class="since">Since: 1.8</p>
292 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
293293 </div>
294294 </div>
295295 </div>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix08.html" title="Index of new API in 1.0.5">
8 <link rel="prev" href="ix10.html" title="Index of new API in 1.0.5">
99 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1010 <link rel="stylesheet" href="style.css" type="text/css">
1111 </head>
3434 <a class="shortcut" href="#glsV">V</a></span></td>
3535 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
3636 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
37 <td><a accesskey="p" href="ix08.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
37 <td><a accesskey="p" href="ix10.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
3838 <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
3939 </tr></table>
4040 <div class="glossary">
4040 <p><a name="GST_PLUGIN_SYSTEM_PATH"></a><b><code class="envar">GST_PLUGIN_SYSTEM_PATH</code>,
4141 <code class="envar">GST_PLUGIN_SYSTEM_PATH_1_0</code>. </b>
4242
43 This environment variable can be set to a colon-separated list of paths.
43 This environment variable can be set to a colon-separated list of paths (or
44 semicolon-separated list on Windows).
4445 If this variable is not set, GStreamer will fill in this list for you
4546 with
4647 </p>
7778 uninstalled (for development purposes) or while running testsuites.
7879 </p>
7980 <p><a name="GST_PLUGIN_PATH"></a><b><code class="envar">GST_PLUGIN_PATH</code>, <code class="envar">GST_PLUGIN_PATH_1_0</code>. </b>
80 This environment variable can be set to a colon-separated list of paths.
81 This environment variable can be set to a colon-separated list of paths (or a
82 semicolon-separated list on Windows).
8183 GStreamer will scan these paths for GStreamer plug-ins. These plug-ins will
8284 be loaded in addition to, and before, the plug-ins in the system paths.
8385
8181 <sub name="Object Hierarchy" link="gstreamer-hierarchy.html"/>
8282 <sub name="API Index" link="ix01.html"/>
8383 <sub name="Index of deprecated API" link="ix02.html"/>
84 <sub name="Index of new API in 1.6" link="ix03.html"/>
85 <sub name="Index of new API in 1.4" link="ix04.html"/>
86 <sub name="Index of new API in 1.2.3" link="ix05.html"/>
87 <sub name="Index of new API in 1.2" link="ix06.html"/>
88 <sub name="Index of new API in 1.0.10" link="ix07.html"/>
89 <sub name="Index of new API in 1.0.5" link="ix08.html"/>
84 <sub name="Index of new API in 1.10" link="ix03.html"/>
85 <sub name="Index of new API in 1.8" link="ix04.html"/>
86 <sub name="Index of new API in 1.6" link="ix05.html"/>
87 <sub name="Index of new API in 1.4" link="ix06.html"/>
88 <sub name="Index of new API in 1.2.3" link="ix07.html"/>
89 <sub name="Index of new API in 1.2" link="ix08.html"/>
90 <sub name="Index of new API in 1.0.10" link="ix09.html"/>
91 <sub name="Index of new API in 1.0.5" link="ix10.html"/>
9092 <sub name="Annotation Glossary" link="annotation-glossary.html"/>
9193 </chapters>
9294 <functions>
24152417 <keyword type="constant" name="GST_ALLOCATOR_FLAG_CUSTOM_ALLOC" link="GstAllocator.html#GST-ALLOCATOR-FLAG-CUSTOM-ALLOC:CAPS"/>
24162418 <keyword type="constant" name="GST_ALLOCATOR_FLAG_LAST" link="GstAllocator.html#GST-ALLOCATOR-FLAG-LAST:CAPS"/>
24172419 <keyword type="constant" name="GST_BIN_FLAG_NO_RESYNC" link="GstBin.html#GST-BIN-FLAG-NO-RESYNC:CAPS"/>
2420 <keyword type="constant" name="GST_BIN_FLAG_STREAMS_AWARE" link="GstBin.html#GST-BIN-FLAG-STREAMS-AWARE:CAPS"/>
24182421 <keyword type="constant" name="GST_BIN_FLAG_LAST" link="GstBin.html#GST-BIN-FLAG-LAST:CAPS"/>
24192422 <keyword type="constant" name="GST_BUFFER_FLAG_LIVE" link="GstBuffer.html#GST-BUFFER-FLAG-LIVE:CAPS"/>
24202423 <keyword type="constant" name="GST_BUFFER_FLAG_DECODE_ONLY" link="GstBuffer.html#GST-BUFFER-FLAG-DECODE-ONLY:CAPS"/>
174174 <p> a new <a class="link" href="GstElement.html" title="GstElement"><span class="type">GstElement</span></a> configured to use this device. </p>
175175 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
176176 </div>
177 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
177 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
178178 </div>
179179 <hr>
180180 <div class="refsect2">
202202 <p> The <a class="link" href="GstCaps.html" title="GstCaps"><span class="type">GstCaps</span></a> supported by this device. Unref with
203203 <a class="link" href="GstCaps.html#gst-caps-unref" title="gst_caps_unref ()"><code class="function">gst_caps_unref()</code></a> when done.</p>
204204 </div>
205 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
205 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
206206 </div>
207207 <hr>
208208 <div class="refsect2">
231231 <a name="gst-device-get-device-class.returns"></a><h4>Returns</h4>
232232 <p> The device class. Free with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> after use.</p>
233233 </div>
234 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
234 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
235235 </div>
236236 <hr>
237237 <div class="refsect2">
258258 <a name="gst-device-get-display-name.returns"></a><h4>Returns</h4>
259259 <p> The device name. Free with <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> after use.</p>
260260 </div>
261 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
261 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
262262 </div>
263263 <hr>
264264 <div class="refsect2">
296296 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>device</code></em>
297297 matches.</p>
298298 </div>
299 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
299 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
300300 </div>
301301 <hr>
302302 <div class="refsect2">
334334 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>device</code></em>
335335 matches.</p>
336336 </div>
337 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
337 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
338338 </div>
339339 <hr>
340340 <div class="refsect2">
374374 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the element could be reconfigured to use this device,
375375 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
376376 </div>
377 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
377 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
378378 </div>
379379 <hr>
380380 <div class="refsect2">
402402 <p> The extra properties or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when there are none.
403403 Free with <a class="link" href="GstStructure.html#gst-structure-free" title="gst_structure_free ()"><code class="function">gst_structure_free()</code></a> after use.</p>
404404 </div>
405 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
405 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
406406 </div>
407407 </div>
408408 <div class="refsect1">
429429 </tr></tbody>
430430 </table></div>
431431 </div>
432 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
432 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
433433 </div>
434434 <hr>
435435 <div class="refsect2">
467467 </tbody>
468468 </table></div>
469469 </div>
470 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
470 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
471471 </div>
472472 </div>
473473 <div class="refsect1">
299299 <p> a new device monitor. </p>
300300 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
301301 </div>
302 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
302 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
303303 </div>
304304 <hr>
305305 <div class="refsect2">
327327 <p> a <a class="link" href="GstBus.html" title="GstBus"><span class="type">GstBus</span></a>. </p>
328328 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
329329 </div>
330 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
330 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
331331 </div>
332332 <hr>
333333 <div class="refsect2">
376376 <p> The id of the new filter or 0 if no provider matched the filter's
377377 classes.</p>
378378 </div>
379 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
379 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
380380 </div>
381381 <hr>
382382 <div class="refsect2">
412412 <a name="gst-device-monitor-remove-filter.returns"></a><h4>Returns</h4>
413413 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> of the filter id was valid, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
414414 </div>
415 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
415 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
416416 </div>
417417 <hr>
418418 <div class="refsect2">
441441 <a name="gst-device-monitor-start.returns"></a><h4>Returns</h4>
442442 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device monitoring could be started</p>
443443 </div>
444 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
444 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
445445 </div>
446446 <hr>
447447 <div class="refsect2">
464464 </tr></tbody>
465465 </table></div>
466466 </div>
467 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
467 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
468468 </div>
469469 <hr>
470470 <div class="refsect2">
494494 <a class="link" href="gstreamer-GstDevice.html#GstDevice" title="struct GstDevice"><span class="type">GstDevice</span></a>. </p>
495495 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GstDevice]</span></p>
496496 </div>
497 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
497 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
498498 </div>
499499 <hr>
500500 <div class="refsect2">
525525 or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> when nothing is being monitored. </p>
526526 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gchar*]</span></p>
527527 </div>
528 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
528 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
529529 </div>
530530 <hr>
531531 <div class="refsect2">
555555 <a name="gst-device-monitor-get-show-all-devices.returns"></a><h4>Returns</h4>
556556 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when all devices will be shown.</p>
557557 </div>
558 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
558 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
559559 </div>
560560 <hr>
561561 <div class="refsect2">
589589 </tbody>
590590 </table></div>
591591 </div>
592 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
592 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
593593 </div>
594594 <hr>
595595 <div class="refsect2">
622622 . Free with g_strfreev. </p>
623623 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gchar*]</span></p>
624624 </div>
625 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
625 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
626626 </div>
627627 <hr>
628628 <div class="refsect2">
661661 </tbody>
662662 </table></div>
663663 </div>
664 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
664 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
665665 </div>
666666 <hr>
667667 <div class="refsect2">
701701 </tbody>
702702 </table></div>
703703 </div>
704 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
704 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
705705 </div>
706706 </div>
707707 <div class="refsect1">
728728 </tr></tbody>
729729 </table></div>
730730 </div>
731 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
731 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
732732 </div>
733733 <hr>
734734 <div class="refsect2">
749749 <tbody></tbody>
750750 </table></div>
751751 </div>
752 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
752 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
753753 </div>
754754 </div>
755755 <div class="refsect1">
232232 </tbody>
233233 </table></div>
234234 </div>
235 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
235 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
236236 </div>
237237 <hr>
238238 <div class="refsect2">
278278 </tbody>
279279 </table></div>
280280 </div>
281 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
281 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
282282 </div>
283283 <hr>
284284 <div class="refsect2">
317317 <p> the metadata for <em class="parameter"><code>key</code></em>
318318 .</p>
319319 </div>
320 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
320 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
321321 </div>
322322 <hr>
323323 <div class="refsect2">
373373 </tbody>
374374 </table></div>
375375 </div>
376 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
376 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
377377 </div>
378378 <hr>
379379 <div class="refsect2">
437437 </tbody>
438438 </table></div>
439439 </div>
440 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
440 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
441441 </div>
442442 <hr>
443443 <div class="refsect2">
470470 </tbody>
471471 </table></div>
472472 </div>
473 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
473 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
474474 </div>
475475 <hr>
476476 <div class="refsect2">
503503 </tbody>
504504 </table></div>
505505 </div>
506 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
506 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
507507 </div>
508508 <hr>
509509 <div class="refsect2">
531531 <p> a <a class="link" href="GstBus.html" title="GstBus"><span class="type">GstBus</span></a>. </p>
532532 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
533533 </div>
534 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
534 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
535535 </div>
536536 <hr>
537537 <div class="refsect2">
561561 <a class="link" href="gstreamer-GstDevice.html#GstDevice" title="struct GstDevice"><span class="type">GstDevice</span></a>. </p>
562562 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GstDevice]</span></p>
563563 </div>
564 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
564 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
565565 </div>
566566 <hr>
567567 <div class="refsect2">
590590 creating this device provider. no refcounting is needed. </p>
591591 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
592592 </div>
593 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
593 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
594594 </div>
595595 <hr>
596596 <div class="refsect2">
641641 <a name="gst-device-provider-register.returns"></a><h4>Returns</h4>
642642 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the registering succeeded, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> on error</p>
643643 </div>
644 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
644 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
645645 </div>
646646 <hr>
647647 <div class="refsect2">
674674 <a name="gst-device-provider-start.returns"></a><h4>Returns</h4>
675675 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device providering could be started</p>
676676 </div>
677 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
677 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
678678 </div>
679679 <hr>
680680 <div class="refsect2">
699699 </tr></tbody>
700700 </table></div>
701701 </div>
702 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
702 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
703703 </div>
704704 </div>
705705 <div class="refsect1">
736736 </tbody>
737737 </table></div>
738738 </div>
739 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
739 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
740740 </div>
741741 <hr>
742742 <div class="refsect2">
789789 </tbody>
790790 </table></div>
791791 </div>
792 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
792 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
793793 </div>
794794 </div>
795795 <div class="refsect1">
13161316 </tr></tbody>
13171317 </table></div>
13181318 </div>
1319 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1319 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
13201320 </div>
13211321 <hr>
13221322 <div class="refsect2">
13411341 </tr></tbody>
13421342 </table></div>
13431343 </div>
1344 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1344 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
13451345 </div>
13461346 <hr>
13471347 <div class="refsect2">
13651365 <p> see <em class="parameter"><code>GstDebugColorMode</code></em>
13661366 for possible values.</p>
13671367 </div>
1368 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1368 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
13691369 </div>
13701370 <hr>
13711371 <div class="refsect2">
14271427 </tbody>
14281428 </table></div>
14291429 </div>
1430 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1430 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
14311431 </div>
14321432 <hr>
14331433 <div class="refsect2">
31623162 </tr></tbody>
31633163 </table></div>
31643164 </div>
3165 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3165 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
31663166 </div>
31673167 <hr>
31683168 <div class="refsect2">
32383238 <p> the length of the string allocated into <em class="parameter"><code>result</code></em>
32393239 or -1 on any error</p>
32403240 </div>
3241 <p class="since">Since: 1.8</p>
3241 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
32423242 </div>
32433243 <hr>
32443244 <div class="refsect2">
32793279 <a name="gst-info-strdup-vprintf.returns"></a><h4>Returns</h4>
32803280 <p> a newly allocated null terminated string or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on any error</p>
32813281 </div>
3282 <p class="since">Since: 1.8</p>
3282 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
32833283 </div>
32843284 <hr>
32853285 <div class="refsect2">
33193319 <a name="gst-info-strdup-printf.returns"></a><h4>Returns</h4>
33203320 <p> a newly allocated null terminated string or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on any error</p>
33213321 </div>
3322 <p class="since">Since: 1.8</p>
3322 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
33233323 </div>
33243324 </div>
33253325 <div class="refsect1">
34603460 <p>If you wish to compile GStreamer and plugins with only some debugging statements
34613461 (Such as just warnings and errors), you can define it at compile time to the
34623462 maximum debug level. Any debug statements above that level will be compiled out.</p>
3463 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3463 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
34643464 </div>
34653465 <hr>
34663466 <div class="refsect2">
37853785 </div>
37863786
37873787 <p></p>
3788 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3788 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
37893789 </div>
37903790 <hr>
37913791 <div class="refsect2">
560560 <p> an array of tags as strings. </p>
561561 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></p>
562562 </div>
563 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
563 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
564564 </div>
565565 <hr>
566566 <div class="refsect2">
860860 <pre class="programlisting">#define GST_META_TAG_MEMORY_STR "memory"
861861 </pre>
862862 <p>This metadata stays relevant as long as memory layout is unchanged.</p>
863 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
863 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
864864 </div>
865865 </div>
866866 </div>
142142 unsuccessful. </p>
143143 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
144144 </div>
145 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
145 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
146146 </div>
147147 <hr>
148148 <div class="refsect2">
182182 indicated by that system ID, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no element has been found. </p>
183183 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
184184 </div>
185 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
185 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
186186 </div>
187187 </div>
188188 <div class="refsect1">
219219 </tbody>
220220 </table></div>
221221 </div>
222 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
222 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
223223 </div>
224224 <hr>
225225 <div class="refsect2">
228228 </pre>
229229 <p>The field name in a GstCaps that is used to signal the UUID of the protection
230230 system.</p>
231 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
231 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
232232 </div>
233233 </div>
234234 </div>
220220 <a name="gst-stream-new.returns"></a><h4>Returns</h4>
221221 <p> The new <a class="link" href="gstreamer-GstStream.html#GstStream" title="struct GstStream"><span class="type">GstStream</span></a></p>
222222 </div>
223 <p class="since">Since: 1.10</p>
223 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
224224 </div>
225225 <hr>
226226 <div class="refsect2">
250250 . </p>
251251 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
252252 </div>
253 <p class="since">Since: 1.10</p>
253 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
254254 </div>
255255 <hr>
256256 <div class="refsect2">
279279 <p> The <a class="link" href="GstEvent.html#GstStreamFlags" title="enum GstStreamFlags"><span class="type">GstStreamFlags</span></a> for <em class="parameter"><code>stream</code></em>
280280 </p>
281281 </div>
282 <p class="since">Since: 1.10</p>
282 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
283283 </div>
284284 <hr>
285285 <div class="refsect2">
311311 . </p>
312312 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
313313 </div>
314 <p class="since">Since: 1.10</p>
314 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
315315 </div>
316316 <hr>
317317 <div class="refsect2">
340340 <p> The <a class="link" href="gstreamer-GstStream.html#GstStreamType" title="enum GstStreamType"><span class="type">GstStreamType</span></a> for <em class="parameter"><code>stream</code></em>
341341 </p>
342342 </div>
343 <p class="since">Since: 1.10</p>
343 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
344344 </div>
345345 <hr>
346346 <div class="refsect2">
370370 . </p>
371371 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
372372 </div>
373 <p class="since">Since: 1.10</p>
373 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
374374 </div>
375375 <hr>
376376 <div class="refsect2">
401401 </tbody>
402402 </table></div>
403403 </div>
404 <p class="since">Since: 1.10</p>
404 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
405405 </div>
406406 <hr>
407407 <div class="refsect2">
435435 </tbody>
436436 </table></div>
437437 </div>
438 <p class="since">Since: 1.10</p>
438 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
439439 </div>
440440 <hr>
441441 <div class="refsect2">
468468 </tbody>
469469 </table></div>
470470 </div>
471 <p class="since">Since: 1.10</p>
471 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
472472 </div>
473473 <hr>
474474 <div class="refsect2">
499499 </tbody>
500500 </table></div>
501501 </div>
502 <p class="since">Since: 1.10</p>
502 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
503503 </div>
504504 <hr>
505505 <div class="refsect2">
526526 <a name="gst-stream-type-get-name.returns"></a><h4>Returns</h4>
527527 <p> A string describing the stream type</p>
528528 </div>
529 <p class="since">Since: 1.10</p>
529 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
530530 </div>
531531 </div>
532532 <div class="refsect1">
596596 <a name="GstStreamType"></a><h3>enum GstStreamType</h3>
597597 <p><a class="link" href="gstreamer-GstStream.html#GstStreamType" title="enum GstStreamType"><span class="type">GstStreamType</span></a> describes a high level classification set for
598598 flows of data in <a class="link" href="gstreamer-GstStream.html#GstStream" title="struct GstStream"><span class="type">GstStream</span></a> objects.</p>
599 <p>Note that this is a flag, and therefore users should not assume it
600 will be a single value. Do not use the equality operator for checking
601 whether a stream is of a certain type.</p>
599602 <div class="refsect3">
600603 <a name="GstStreamType.members"></a><h4>Members</h4>
601604 <div class="informaltable"><table class="informaltable" width="100%" border="0">
133133 <a name="gst-stream-collection-new.returns"></a><h4>Returns</h4>
134134 <p> The new <a class="link" href="gstreamer-GstStreamCollection.html#GstStreamCollection" title="struct GstStreamCollection"><span class="type">GstStreamCollection</span></a>.</p>
135135 </div>
136 <p class="since">Since: 1.10</p>
136 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
137137 </div>
138138 <hr>
139139 <div class="refsect2">
171171 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>stream</code></em>
172172 was properly added, else <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a></p>
173173 </div>
174 <p class="since">Since: 1.10</p>
174 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
175175 </div>
176176 <hr>
177177 <div class="refsect2">
200200 <p> The upstream id. </p>
201201 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
202202 </div>
203 <p class="since">Since: 1.10</p>
203 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
204204 </div>
205205 <hr>
206206 <div class="refsect2">
228228 <p> The number of streams that <em class="parameter"><code>collection</code></em>
229229 contains</p>
230230 </div>
231 <p class="since">Since: 1.10</p>
231 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
232232 </div>
233233 <hr>
234234 <div class="refsect2">
266266 <p> A <a class="link" href="gstreamer-GstStream.html#GstStream" title="struct GstStream"><span class="type">GstStream</span></a>. </p>
267267 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
268268 </div>
269 <p class="since">Since: 1.10</p>
269 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
270270 </div>
271271 </div>
272272 <div class="refsect1">
289289 <p>Several elements in a pipeline can provide <a class="link" href="gstreamer-GstStreamCollection.html#GstStreamCollection" title="struct GstStreamCollection"><span class="type">GstStreamCollection</span></a>.</p>
290290 <p>Applications can activate streams from a collection by using the
291291 <a class="link" href="GstEvent.html#GST-EVENT-SELECT-STREAMS:CAPS"><span class="type">GST_EVENT_SELECT_STREAMS</span></a> event on a pipeline, bin or element.</p>
292 <p class="since">Since: 1.10</p>
292 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
293293 </div>
294294 <hr>
295295 <div class="refsect2">
490490 <p> A new <a class="link" href="gstreamer-GstUri.html#GstUri" title="GstUri"><span class="type">GstUri</span></a> object. </p>
491491 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
492492 </div>
493 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
493 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
494494 </div>
495495 <hr>
496496 <div class="refsect2">
566566 . </p>
567567 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
568568 </div>
569 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
569 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
570570 </div>
571571 <hr>
572572 <div class="refsect2">
595595 <p> A new <a class="link" href="gstreamer-GstUri.html#GstUri" title="GstUri"><span class="type">GstUri</span></a> object, or NULL. </p>
596596 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
597597 </div>
598 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
598 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
599599 </div>
600600 <hr>
601601 <div class="refsect2">
631631 <p> A new <a class="link" href="gstreamer-GstUri.html#GstUri" title="GstUri"><span class="type">GstUri</span></a> object. </p>
632632 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
633633 </div>
634 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
634 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
635635 </div>
636636 <hr>
637637 <div class="refsect2">
697697 <a name="gst-uri-equal.returns"></a><h4>Returns</h4>
698698 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the normalized versions of the two URI's would be equal.</p>
699699 </div>
700 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
700 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
701701 </div>
702702 <hr>
703703 <div class="refsect2">
737737 reference URI joined on. </p>
738738 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
739739 </div>
740 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
740 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
741741 </div>
742742 <hr>
743743 <div class="refsect2">
776776 the two URIs. </p>
777777 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
778778 </div>
779 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
779 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
780780 </div>
781781 <hr>
782782 <div class="refsect2">
808808 <a name="gst-uri-is-writable.returns"></a><h4>Returns</h4>
809809 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if it is safe to write to the object.</p>
810810 </div>
811 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
811 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
812812 </div>
813813 <hr>
814814 <div class="refsect2">
844844 . </p>
845845 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
846846 </div>
847 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
847 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
848848 </div>
849849 <hr>
850850 <div class="refsect2">
875875 <p> The string version of the URI. </p>
876876 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
877877 </div>
878 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
878 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
879879 </div>
880880 <hr>
881881 <div class="refsect2">
956956 <a name="gst-uri-is-normalized.returns"></a><h4>Returns</h4>
957957 <p> TRUE if the URI is normalized or is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
958958 </div>
959 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
959 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
960960 </div>
961961 <hr>
962962 <div class="refsect2">
987987 <a name="gst-uri-normalize.returns"></a><h4>Returns</h4>
988988 <p> TRUE if the URI was modified.</p>
989989 </div>
990 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
990 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
991991 </div>
992992 <hr>
993993 <div class="refsect2">
10501050 <a name="gst-uri-set-scheme.returns"></a><h4>Returns</h4>
10511051 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the scheme was set/unset successfully.</p>
10521052 </div>
1053 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1053 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10541054 </div>
10551055 <hr>
10561056 <div class="refsect2">
10791079 <a name="gst-uri-get-userinfo.returns"></a><h4>Returns</h4>
10801080 <p> The userinfo from the <a class="link" href="gstreamer-GstUri.html#GstUri" title="GstUri"><span class="type">GstUri</span></a> object or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
10811081 </div>
1082 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1082 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10831083 </div>
10841084 <hr>
10851085 <div class="refsect2">
11141114 <a name="gst-uri-set-userinfo.returns"></a><h4>Returns</h4>
11151115 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user information was set/unset successfully.</p>
11161116 </div>
1117 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1117 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11181118 </div>
11191119 <hr>
11201120 <div class="refsect2">
11431143 <a name="gst-uri-get-host.returns"></a><h4>Returns</h4>
11441144 <p> The host name from the <a class="link" href="gstreamer-GstUri.html#GstUri" title="GstUri"><span class="type">GstUri</span></a> object or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
11451145 </div>
1146 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1146 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11471147 </div>
11481148 <hr>
11491149 <div class="refsect2">
11781178 <a name="gst-uri-set-host.returns"></a><h4>Returns</h4>
11791179 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the host was set/unset successfully.</p>
11801180 </div>
1181 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1181 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11821182 </div>
11831183 <hr>
11841184 <div class="refsect2">
12071207 <a name="gst-uri-get-port.returns"></a><h4>Returns</h4>
12081208 <p> The port number from the <a class="link" href="gstreamer-GstUri.html#GstUri" title="GstUri"><span class="type">GstUri</span></a> object or <a class="link" href="gstreamer-GstUriHandler.html#GST-URI-NO-PORT:CAPS" title="GST_URI_NO_PORT"><code class="literal">GST_URI_NO_PORT</code></a>.</p>
12091209 </div>
1210 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1210 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12111211 </div>
12121212 <hr>
12131213 <div class="refsect2">
12421242 <a name="gst-uri-set-port.returns"></a><h4>Returns</h4>
12431243 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the port number was set/unset successfully.</p>
12441244 </div>
1245 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1245 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12461246 </div>
12471247 <hr>
12481248 <div class="refsect2">
12711271 string should be <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>'d. </p>
12721272 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
12731273 </div>
1274 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1274 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12751275 </div>
12761276 <hr>
12771277 <div class="refsect2">
13071307 <a name="gst-uri-set-path.returns"></a><h4>Returns</h4>
13081308 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the path was set successfully.</p>
13091309 </div>
1310 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1310 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
13111311 </div>
13121312 <hr>
13131313 <div class="refsect2">
13361336 string should be <a href="/usr/share/gtk-doc/html/glibglib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>'d. </p>
13371337 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
13381338 </div>
1339 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1339 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
13401340 </div>
13411341 <hr>
13421342 <div class="refsect2">
13721372 <a name="gst-uri-set-path-string.returns"></a><h4>Returns</h4>
13731373 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the path was set successfully.</p>
13741374 </div>
1375 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1375 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
13761376 </div>
13771377 <hr>
13781378 <div class="refsect2">
14021402 when no longer needed with g_list_free_full(list, g_free). </p>
14031403 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gchar*]</span></p>
14041404 </div>
1405 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1405 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
14061406 </div>
14071407 <hr>
14081408 <div class="refsect2">
14381438 <a name="gst-uri-set-path-segments.returns"></a><h4>Returns</h4>
14391439 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the path segments were set successfully.</p>
14401440 </div>
1441 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1441 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
14421442 </div>
14431443 <hr>
14441444 <div class="refsect2">
14741474 <a name="gst-uri-append-path.returns"></a><h4>Returns</h4>
14751475 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the path was appended successfully.</p>
14761476 </div>
1477 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1477 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
14781478 </div>
14791479 <hr>
14801480 <div class="refsect2">
15091509 <a name="gst-uri-append-path-segment.returns"></a><h4>Returns</h4>
15101510 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the path was appended successfully.</p>
15111511 </div>
1512 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1512 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
15131513 </div>
15141514 <hr>
15151515 <div class="refsect2">
15391539 no longer needed. </p>
15401540 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
15411541 </div>
1542 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1542 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
15431543 </div>
15441544 <hr>
15451545 <div class="refsect2">
15751575 <a name="gst-uri-set-query-string.returns"></a><h4>Returns</h4>
15761576 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query table was set successfully.</p>
15771577 </div>
1578 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1578 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
15791579 </div>
15801580 <hr>
15811581 <div class="refsect2">
16091609 from the URI. </p>
16101610 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gchar* gchar*]</span></p>
16111611 </div>
1612 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1612 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
16131613 </div>
16141614 <hr>
16151615 <div class="refsect2">
16481648 <a name="gst-uri-set-query-table.returns"></a><h4>Returns</h4>
16491649 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the new table was sucessfully used for the query table.</p>
16501650 </div>
1651 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1651 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
16521652 </div>
16531653 <hr>
16541654 <div class="refsect2">
16881688 <a name="gst-uri-get-query-value.returns"></a><h4>Returns</h4>
16891689 <p> The value for the given key, or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found.</p>
16901690 </div>
1691 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1691 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
16921692 </div>
16931693 <hr>
16941694 <div class="refsect2">
17321732 <a name="gst-uri-set-query-value.returns"></a><h4>Returns</h4>
17331733 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query table was sucessfully updated.</p>
17341734 </div>
1735 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1735 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
17361736 </div>
17371737 <hr>
17381738 <div class="refsect2">
17671767 <a name="gst-uri-remove-query-key.returns"></a><h4>Returns</h4>
17681768 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the key existed in the table and was removed.</p>
17691769 </div>
1770 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1770 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
17711771 </div>
17721772 <hr>
17731773 <div class="refsect2">
18041804 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>query_key</code></em>
18051805 exists in the URI query table.</p>
18061806 </div>
1807 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1807 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
18081808 </div>
18091809 <hr>
18101810 <div class="refsect2">
18331833 the URI query. Free the list with <a href="/usr/share/gtk-doc/html/glibglib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>. </p>
18341834 <p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> gchar*]</span></p>
18351835 </div>
1836 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1836 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
18371837 </div>
18381838 <hr>
18391839 <div class="refsect2">
18621862 <a name="gst-uri-get-fragment.returns"></a><h4>Returns</h4>
18631863 <p> The host name from the <a class="link" href="gstreamer-GstUri.html#GstUri" title="GstUri"><span class="type">GstUri</span></a> object or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
18641864 </div>
1865 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1865 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
18661866 </div>
18671867 <hr>
18681868 <div class="refsect2">
18991899 <a name="gst-uri-set-fragment.returns"></a><h4>Returns</h4>
19001900 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the fragment was set/unset successfully.</p>
19011901 </div>
1902 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1902 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19031903 </div>
19041904 </div>
19051905 <div class="refsect1">
14941494 </tr></tbody>
14951495 </table></div>
14961496 </div>
1497 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1497 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
14981498 </div>
14991499 <hr>
15001500 <div class="refsect2">
16811681 </tr></tbody>
16821682 </table></div>
16831683 </div>
1684 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1684 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
16851685 </div>
16861686 <hr>
16871687 <div class="refsect2">
11851185 </tr></tbody>
11861186 </table></div>
11871187 </div>
1188 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1188 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11891189 </div>
11901190 <hr>
11911191 <div class="refsect2">
12361236 or the existing field did not contain a GstFlagSet, this
12371237 function returns <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
12381238 </div>
1239 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1239 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12401240 </div>
12411241 <hr>
12421242 <div class="refsect2">
12641264 <a name="gst-value-get-flagset-flags.returns"></a><h4>Returns</h4>
12651265 <p> the flags field of the flagset instance.</p>
12661266 </div>
1267 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1267 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12681268 </div>
12691269 <hr>
12701270 <div class="refsect2">
12921292 <a name="gst-value-get-flagset-mask.returns"></a><h4>Returns</h4>
12931293 <p> the mask field of the flagset instance.</p>
12941294 </div>
1295 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1295 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12961296 </div>
12971297 <hr>
12981298 <div class="refsect2">
13361336 </tbody>
13371337 </table></div>
13381338 </div>
1339 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1339 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
13401340 </div>
13411341 <hr>
13421342 <div class="refsect2">
17481748 </tbody>
17491749 </table></div>
17501750 </div>
1751 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
1751 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
17521752 </div>
17531753 <hr>
17541754 <div class="refsect2">
34893489 </tbody>
34903490 </table></div>
34913491 </div>
3492 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.2">1.2</a></p>
3492 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.2">1.2</a></p>
34933493 </div>
34943494 <hr>
34953495 <div class="refsect2">
36533653 </tr></tbody>
36543654 </table></div>
36553655 </div>
3656 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3656 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
36573657 </div>
36583658 </div>
36593659 <div class="refsect1">
37103710 <a name="GST-TYPE-FLAG-SET.returns"></a><h4>Returns</h4>
37113711 <p> the <a href="/usr/share/gtk-doc/html/gobjectgobject-Type-Information.html#GType"><span class="type">GType</span></a> of GstFlags (which is not explicitly typed)</p>
37123712 </div>
3713 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3713 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
37143714 </div>
37153715 <hr>
37163716 <div class="refsect2">
135135 <hr>
136136 <div class="refsect2">
137137 <a name="GST-VERSION-MINOR:CAPS"></a><h3>GST_VERSION_MINOR</h3>
138 <pre class="programlisting">#define GST_VERSION_MINOR (9)
138 <pre class="programlisting">#define GST_VERSION_MINOR (10)
139139 </pre>
140140 <p>The minor version of GStreamer at compile time:</p>
141141 </div>
142142 <hr>
143143 <div class="refsect2">
144144 <a name="GST-VERSION-MICRO:CAPS"></a><h3>GST_VERSION_MICRO</h3>
145 <pre class="programlisting">#define GST_VERSION_MICRO (90)
145 <pre class="programlisting">#define GST_VERSION_MICRO (0)
146146 </pre>
147147 <p>The micro version of GStreamer at compile time:</p>
148148 </div>
Binary diff not shown
1414 <div>
1515 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer 1.0 Core Reference Manual</p></th></tr></table></div>
1616 <div><p class="releaseinfo">
17 for GStreamer Core 1.0 (1.9.90)
17 for GStreamer Core 1.0 (1.10.0)
1818 The latest version of this documentation can be found on-line at
1919 <a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/</a>.
2020 </p></div>
264264 <dt><span class="chapter"><a href="gstreamer-hierarchy.html">Object Hierarchy</a></span></dt>
265265 <dt><span class="index"><a href="ix01.html">API Index</a></span></dt>
266266 <dt><span class="index"><a href="ix02.html">Index of deprecated API</a></span></dt>
267 <dt><span class="index"><a href="ix03.html">Index of new API in 1.6</a></span></dt>
268 <dt><span class="index"><a href="ix04.html">Index of new API in 1.4</a></span></dt>
269 <dt><span class="index"><a href="ix05.html">Index of new API in 1.2.3</a></span></dt>
270 <dt><span class="index"><a href="ix06.html">Index of new API in 1.2</a></span></dt>
271 <dt><span class="index"><a href="ix07.html">Index of new API in 1.0.10</a></span></dt>
272 <dt><span class="index"><a href="ix08.html">Index of new API in 1.0.5</a></span></dt>
267 <dt><span class="index"><a href="ix03.html">Index of new API in 1.10</a></span></dt>
268 <dt><span class="index"><a href="ix04.html">Index of new API in 1.8</a></span></dt>
269 <dt><span class="index"><a href="ix05.html">Index of new API in 1.6</a></span></dt>
270 <dt><span class="index"><a href="ix06.html">Index of new API in 1.4</a></span></dt>
271 <dt><span class="index"><a href="ix07.html">Index of new API in 1.2.3</a></span></dt>
272 <dt><span class="index"><a href="ix08.html">Index of new API in 1.2</a></span></dt>
273 <dt><span class="index"><a href="ix09.html">Index of new API in 1.0.10</a></span></dt>
274 <dt><span class="index"><a href="ix10.html">Index of new API in 1.0.5</a></span></dt>
273275 <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
274276 </dl></div>
275277 </div>
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
88 <link rel="prev" href="ix01.html" title="API Index">
9 <link rel="next" href="ix03.html" title="Index of new API in 1.6">
9 <link rel="next" href="ix03.html" title="Index of new API in 1.10">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.6: GStreamer 1.0 Core Reference Manual</title>
4 <title>Index of new API in 1.10: GStreamer 1.0 Core Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
88 <link rel="prev" href="ix02.html" title="Index of deprecated API">
9 <link rel="next" href="ix04.html" title="Index of new API in 1.4">
9 <link rel="next" href="ix04.html" title="Index of new API in 1.8">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
1515 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
1616  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxC">C</a>
18  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxD">D</a>
20  <span class="dim">|</span> 
2117 <a class="shortcut" href="#idxE">E</a>
2218  <span class="dim">|</span> 
23 <a class="shortcut" href="#idxF">F</a>
24  <span class="dim">|</span> 
25 <a class="shortcut" href="#idxL">L</a>
26  <span class="dim">|</span> 
27 <a class="shortcut" href="#idxO">O</a>
19 <a class="shortcut" href="#idxM">M</a>
2820  <span class="dim">|</span> 
2921 <a class="shortcut" href="#idxP">P</a>
3022  <span class="dim">|</span> 
31 <a class="shortcut" href="#idxS">S</a>
32  <span class="dim">|</span> 
33 <a class="shortcut" href="#idxT">T</a>
34  <span class="dim">|</span> 
35 <a class="shortcut" href="#idxU">U</a>
36  <span class="dim">|</span> 
37 <a class="shortcut" href="#idxV">V</a></span></td>
23 <a class="shortcut" href="#idxS">S</a></span></td>
3824 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
3925 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
4026 <td><a accesskey="p" href="ix02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
4228 </tr></table>
4329 <div class="index">
4430 <div class="titlepage"><div><div><h1 class="title">
45 <a name="id-1.9"></a>Index of new API in 1.6</h1></div></div></div>
31 <a name="id-1.9"></a>Index of new API in 1.10</h1></div></div></div>
4632 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
4733 <dt>
48 <a class="link" href="GstBin.html#gst-bin-sync-children-states" title="gst_bin_sync_children_states ()">gst_bin_sync_children_states</a>, function in <a class="link" href="GstBin.html" title="GstBin">GstBin</a>
49 </dt>
50 <dd></dd>
51 <dt>
52 <a class="link" href="GstBuffer.html#gst-buffer-add-parent-buffer-meta" title="gst_buffer_add_parent_buffer_meta ()">gst_buffer_add_parent_buffer_meta</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
53 </dt>
54 <dd></dd>
55 <dt>
56 <a class="link" href="gstreamer-GstProtectionMeta.html#gst-buffer-add-protection-meta" title="gst_buffer_add_protection_meta ()">gst_buffer_add_protection_meta</a>, function in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="GstBuffer.html#gst-buffer-copy-deep" title="gst_buffer_copy_deep ()">gst_buffer_copy_deep</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
61 </dt>
62 <dd></dd>
63 <dt>
64 <a class="link" href="GstBufferList.html#gst-buffer-list-copy-deep" title="gst_buffer_list_copy_deep ()">gst_buffer_list_copy_deep</a>, function in <a class="link" href="GstBufferList.html" title="GstBufferList">GstBufferList</a>
65 </dt>
66 <dd></dd>
67 <dt>
68 <a class="link" href="GstBus.html#gst-bus-remove-watch" title="gst_bus_remove_watch ()">gst_bus_remove_watch</a>, function in <a class="link" href="GstBus.html" title="GstBus">GstBus</a>
69 </dt>
70 <dd></dd>
71 <a name="idxC"></a><h3 class="title">C</h3>
72 <dt>
73 <a class="link" href="GstCaps.html#GstCapsForeachFunc" title="GstCapsForeachFunc ()">GstCapsForeachFunc</a>, user_function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="GstCaps.html#gst-caps-filter-and-map-in-place" title="gst_caps_filter_and_map_in_place ()">gst_caps_filter_and_map_in_place</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="GstCaps.html#gst-caps-foreach" title="gst_caps_foreach ()">gst_caps_foreach</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
82 </dt>
83 <dd></dd>
84 <dt>
85 <a class="link" href="GstCaps.html#gst-caps-map-in-place" title="gst_caps_map_in_place ()">gst_caps_map_in_place</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
86 </dt>
87 <dd></dd>
88 <dt>
89 <a class="link" href="GstClock.html#GstClock-synced" title="The “synced” signal">GstClock::synced</a>, object signal in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
90 </dt>
91 <dd></dd>
92 <dt>
93 <a class="link" href="GstClock.html#gst-clock-add-observation-unapplied" title="gst_clock_add_observation_unapplied ()">gst_clock_add_observation_unapplied</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
94 </dt>
95 <dd></dd>
96 <dt>
97 <a class="link" href="GstClock.html#gst-clock-adjust-with-calibration" title="gst_clock_adjust_with_calibration ()">gst_clock_adjust_with_calibration</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
98 </dt>
99 <dd></dd>
100 <dt>
101 <a class="link" href="GstClock.html#gst-clock-is-synced" title="gst_clock_is_synced ()">gst_clock_is_synced</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
102 </dt>
103 <dd></dd>
104 <dt>
105 <a class="link" href="GstClock.html#gst-clock-set-synced" title="gst_clock_set_synced ()">gst_clock_set_synced</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
106 </dt>
107 <dd></dd>
108 <dt>
109 <a class="link" href="GstClock.html#GST-CLOCK-STIME-IS-VALID:CAPS" title="GST_CLOCK_STIME_IS_VALID()">GST_CLOCK_STIME_IS_VALID</a>, macro in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
110 </dt>
111 <dd></dd>
112 <dt>
113 <a class="link" href="GstClock.html#gst-clock-wait-for-sync" title="gst_clock_wait_for_sync ()">gst_clock_wait_for_sync</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
114 </dt>
115 <dd></dd>
116 <a name="idxD"></a><h3 class="title">D</h3>
117 <dt>
118 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-properties" title="gst_device_get_properties ()">gst_device_get_properties</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
119 </dt>
120 <dd></dd>
121 <dt>
122 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-providers" title="gst_device_monitor_get_providers ()">gst_device_monitor_get_providers</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
123 </dt>
124 <dd></dd>
125 <dt>
126 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-show-all-devices" title="gst_device_monitor_get_show_all_devices ()">gst_device_monitor_get_show_all_devices</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
127 </dt>
128 <dd></dd>
129 <dt>
130 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-set-show-all-devices" title="gst_device_monitor_set_show_all_devices ()">gst_device_monitor_set_show_all_devices</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
131 </dt>
132 <dd></dd>
133 <dt>
134 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-provider-get-hidden-providers" title="gst_device_provider_get_hidden_providers ()">gst_device_provider_get_hidden_providers</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
135 </dt>
136 <dd></dd>
137 <dt>
138 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-provider-hide-provider" title="gst_device_provider_hide_provider ()">gst_device_provider_hide_provider</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
139 </dt>
140 <dd></dd>
141 <dt>
142 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-provider-unhide-provider" title="gst_device_provider_unhide_provider ()">gst_device_provider_unhide_provider</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
34 <a class="link" href="GstBin.html#GstBin-deep-element-added" title="The “deep-element-added” signal">GstBin::deep-element-added</a>, object signal in <a class="link" href="GstBin.html" title="GstBin">GstBin</a>
35 </dt>
36 <dd></dd>
37 <dt>
38 <a class="link" href="GstBin.html#GstBin-deep-element-removed" title="The “deep-element-removed” signal">GstBin::deep-element-removed</a>, object signal in <a class="link" href="GstBin.html" title="GstBin">GstBin</a>
39 </dt>
40 <dd></dd>
41 <dt>
42 <a class="link" href="GstBuffer.html#gst-buffer-get-flags" title="gst_buffer_get_flags ()">gst_buffer_get_flags</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
43 </dt>
44 <dd></dd>
45 <dt>
46 <a class="link" href="GstBuffer.html#gst-buffer-set-flags" title="gst_buffer_set_flags ()">gst_buffer_set_flags</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
47 </dt>
48 <dd></dd>
49 <dt>
50 <a class="link" href="GstBuffer.html#gst-buffer-unset-flags" title="gst_buffer_unset_flags ()">gst_buffer_unset_flags</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
14351 </dt>
14452 <dd></dd>
14553 <a name="idxE"></a><h3 class="title">E</h3>
14654 <dt>
147 <a class="link" href="GstEvent.html#gst-event-new-protection" title="gst_event_new_protection ()">gst_event_new_protection</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
148 </dt>
149 <dd></dd>
150 <dt>
151 <a class="link" href="GstEvent.html#gst-event-parse-protection" title="gst_event_parse_protection ()">gst_event_parse_protection</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
152 </dt>
153 <dd></dd>
154 <a name="idxF"></a><h3 class="title">F</h3>
155 <dt>
156 <a class="link" href="gstreamer-GstValue.html#gst-flagset-register" title="gst_flagset_register ()">gst_flagset_register</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
157 </dt>
158 <dd></dd>
159 <a name="idxL"></a><h3 class="title">L</h3>
160 <dt>
161 <a class="link" href="gstreamer-GstInfo.html#GST-LEVEL-MAX:CAPS" title="GST_LEVEL_MAX">GST_LEVEL_MAX</a>, macro in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
162 </dt>
163 <dd></dd>
164 <a name="idxO"></a><h3 class="title">O</h3>
165 <dt>
166 <a class="link" href="GstObject.html#gst-object-has-as-parent" title="gst_object_has_as_parent ()">gst_object_has_as_parent</a>, function in <a class="link" href="GstObject.html" title="GstObject">GstObject</a>
55 <a class="link" href="GstElement.html#gst-element-add-property-deep-notify-watch" title="gst_element_add_property_deep_notify_watch ()">gst_element_add_property_deep_notify_watch</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
56 </dt>
57 <dd></dd>
58 <dt>
59 <a class="link" href="GstElement.html#gst-element-add-property-notify-watch" title="gst_element_add_property_notify_watch ()">gst_element_add_property_notify_watch</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
60 </dt>
61 <dd></dd>
62 <dt>
63 <a class="link" href="GstElement.html#gst-element-call-async" title="gst_element_call_async ()">gst_element_call_async</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
64 </dt>
65 <dd></dd>
66 <dt>
67 <a class="link" href="GstElement.html#GST-ELEMENT-ERROR-WITH-DETAILS:CAPS" title="GST_ELEMENT_ERROR_WITH_DETAILS()">GST_ELEMENT_ERROR_WITH_DETAILS</a>, macro in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
68 </dt>
69 <dd></dd>
70 <dt>
71 <a class="link" href="GstElement.html#GST-ELEMENT-FLOW-ERROR:CAPS" title="GST_ELEMENT_FLOW_ERROR()">GST_ELEMENT_FLOW_ERROR</a>, macro in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
72 </dt>
73 <dd></dd>
74 <dt>
75 <a class="link" href="GstElement.html#GST-ELEMENT-INFO-WITH-DETAILS:CAPS" title="GST_ELEMENT_INFO_WITH_DETAILS()">GST_ELEMENT_INFO_WITH_DETAILS</a>, macro in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
76 </dt>
77 <dd></dd>
78 <dt>
79 <a class="link" href="GstElement.html#gst-element-message-full-with-details" title="gst_element_message_full_with_details ()">gst_element_message_full_with_details</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
80 </dt>
81 <dd></dd>
82 <dt>
83 <a class="link" href="GstElement.html#gst-element-remove-property-notify-watch" title="gst_element_remove_property_notify_watch ()">gst_element_remove_property_notify_watch</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
84 </dt>
85 <dd></dd>
86 <dt>
87 <a class="link" href="GstElement.html#GST-ELEMENT-WARNING-WITH-DETAILS:CAPS" title="GST_ELEMENT_WARNING_WITH_DETAILS()">GST_ELEMENT_WARNING_WITH_DETAILS</a>, macro in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
88 </dt>
89 <dd></dd>
90 <dt>
91 <a class="link" href="GstEvent.html#gst-event-new-select-streams" title="gst_event_new_select_streams ()">gst_event_new_select_streams</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
92 </dt>
93 <dd></dd>
94 <dt>
95 <a class="link" href="GstEvent.html#gst-event-new-stream-collection" title="gst_event_new_stream_collection ()">gst_event_new_stream_collection</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
96 </dt>
97 <dd></dd>
98 <dt>
99 <a class="link" href="GstEvent.html#gst-event-new-stream-group-done" title="gst_event_new_stream_group_done ()">gst_event_new_stream_group_done</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
100 </dt>
101 <dd></dd>
102 <dt>
103 <a class="link" href="GstEvent.html#gst-event-parse-select-streams" title="gst_event_parse_select_streams ()">gst_event_parse_select_streams</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
104 </dt>
105 <dd></dd>
106 <dt>
107 <a class="link" href="GstEvent.html#gst-event-parse-stream" title="gst_event_parse_stream ()">gst_event_parse_stream</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
108 </dt>
109 <dd></dd>
110 <dt>
111 <a class="link" href="GstEvent.html#gst-event-parse-stream-collection" title="gst_event_parse_stream_collection ()">gst_event_parse_stream_collection</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
112 </dt>
113 <dd></dd>
114 <dt>
115 <a class="link" href="GstEvent.html#gst-event-parse-stream-group-done" title="gst_event_parse_stream_group_done ()">gst_event_parse_stream_group_done</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
116 </dt>
117 <dd></dd>
118 <dt>
119 <a class="link" href="GstEvent.html#gst-event-set-stream" title="gst_event_set_stream ()">gst_event_set_stream</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
120 </dt>
121 <dd></dd>
122 <a name="idxM"></a><h3 class="title">M</h3>
123 <dt>
124 <a class="link" href="GstMessage.html#gst-message-add-redirect-entry" title="gst_message_add_redirect_entry ()">gst_message_add_redirect_entry</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
125 </dt>
126 <dd></dd>
127 <dt>
128 <a class="link" href="GstMessage.html#gst-message-get-num-redirect-entries" title="gst_message_get_num_redirect_entries ()">gst_message_get_num_redirect_entries</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
129 </dt>
130 <dd></dd>
131 <dt>
132 <a class="link" href="GstMessage.html#gst-message-new-error-with-details" title="gst_message_new_error_with_details ()">gst_message_new_error_with_details</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
133 </dt>
134 <dd></dd>
135 <dt>
136 <a class="link" href="GstMessage.html#gst-message-new-info-with-details" title="gst_message_new_info_with_details ()">gst_message_new_info_with_details</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
137 </dt>
138 <dd></dd>
139 <dt>
140 <a class="link" href="GstMessage.html#gst-message-new-property-notify" title="gst_message_new_property_notify ()">gst_message_new_property_notify</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
141 </dt>
142 <dd></dd>
143 <dt>
144 <a class="link" href="GstMessage.html#gst-message-new-redirect" title="gst_message_new_redirect ()">gst_message_new_redirect</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
145 </dt>
146 <dd></dd>
147 <dt>
148 <a class="link" href="GstMessage.html#gst-message-new-streams-selected" title="gst_message_new_streams_selected ()">gst_message_new_streams_selected</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
149 </dt>
150 <dd></dd>
151 <dt>
152 <a class="link" href="GstMessage.html#gst-message-new-stream-collection" title="gst_message_new_stream_collection ()">gst_message_new_stream_collection</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
153 </dt>
154 <dd></dd>
155 <dt>
156 <a class="link" href="GstMessage.html#gst-message-new-warning-with-details" title="gst_message_new_warning_with_details ()">gst_message_new_warning_with_details</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
157 </dt>
158 <dd></dd>
159 <dt>
160 <a class="link" href="GstMessage.html#gst-message-parse-error-details" title="gst_message_parse_error_details ()">gst_message_parse_error_details</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
161 </dt>
162 <dd></dd>
163 <dt>
164 <a class="link" href="GstMessage.html#gst-message-parse-info-details" title="gst_message_parse_info_details ()">gst_message_parse_info_details</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
165 </dt>
166 <dd></dd>
167 <dt>
168 <a class="link" href="GstMessage.html#gst-message-parse-property-notify" title="gst_message_parse_property_notify ()">gst_message_parse_property_notify</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
169 </dt>
170 <dd></dd>
171 <dt>
172 <a class="link" href="GstMessage.html#gst-message-parse-redirect-entry" title="gst_message_parse_redirect_entry ()">gst_message_parse_redirect_entry</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
173 </dt>
174 <dd></dd>
175 <dt>
176 <a class="link" href="GstMessage.html#gst-message-parse-streams-selected" title="gst_message_parse_streams_selected ()">gst_message_parse_streams_selected</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
177 </dt>
178 <dd></dd>
179 <dt>
180 <a class="link" href="GstMessage.html#gst-message-parse-stream-collection" title="gst_message_parse_stream_collection ()">gst_message_parse_stream_collection</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
181 </dt>
182 <dd></dd>
183 <dt>
184 <a class="link" href="GstMessage.html#gst-message-parse-warning-details" title="gst_message_parse_warning_details ()">gst_message_parse_warning_details</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
185 </dt>
186 <dd></dd>
187 <dt>
188 <a class="link" href="GstMessage.html#gst-message-streams-selected-add" title="gst_message_streams_selected_add ()">gst_message_streams_selected_add</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
189 </dt>
190 <dd></dd>
191 <dt>
192 <a class="link" href="GstMessage.html#gst-message-streams-selected-get-size" title="gst_message_streams_selected_get_size ()">gst_message_streams_selected_get_size</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
193 </dt>
194 <dd></dd>
195 <dt>
196 <a class="link" href="GstMessage.html#gst-message-streams-selected-get-stream" title="gst_message_streams_selected_get_stream ()">gst_message_streams_selected_get_stream</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
167197 </dt>
168198 <dd></dd>
169199 <a name="idxP"></a><h3 class="title">P</h3>
170200 <dt>
171 <a class="link" href="GstPad.html#GstPad--offset" title="The “offset” property">GstPad:offset</a>, object property in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
172 </dt>
173 <dd></dd>
174 <dt>
175 <a class="link" href="GstPad.html#GST-PAD-IS-ACCEPT-TEMPLATE:CAPS" title="GST_PAD_IS_ACCEPT_TEMPLATE()">GST_PAD_IS_ACCEPT_TEMPLATE</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
176 </dt>
177 <dd></dd>
178 <dt>
179 <a class="link" href="GstPad.html#GST-PAD-SET-ACCEPT-TEMPLATE:CAPS" title="GST_PAD_SET_ACCEPT_TEMPLATE()">GST_PAD_SET_ACCEPT_TEMPLATE</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
180 </dt>
181 <dd></dd>
182 <dt>
183 <a class="link" href="GstPad.html#GST-PAD-UNSET-ACCEPT-TEMPLATE:CAPS" title="GST_PAD_UNSET_ACCEPT_TEMPLATE()">GST_PAD_UNSET_ACCEPT_TEMPLATE</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
184 </dt>
185 <dd></dd>
186 <dt>
187 <a class="link" href="GstBuffer.html#GstParentBufferMeta" title="struct GstParentBufferMeta">GstParentBufferMeta</a>, struct in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
188 </dt>
189 <dd></dd>
190 <dt>
191 <a class="link" href="GstPipeline.html#GstPipeline--latency" title="The “latency” property">GstPipeline:latency</a>, object property in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
192 </dt>
193 <dd></dd>
194 <dt>
195 <a class="link" href="GstPipeline.html#gst-pipeline-get-latency" title="gst_pipeline_get_latency ()">gst_pipeline_get_latency</a>, function in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
196 </dt>
197 <dd></dd>
198 <dt>
199 <a class="link" href="GstPipeline.html#gst-pipeline-get-pipeline-clock" title="gst_pipeline_get_pipeline_clock ()">gst_pipeline_get_pipeline_clock</a>, function in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
200 </dt>
201 <dd></dd>
202 <dt>
203 <a class="link" href="GstPipeline.html#gst-pipeline-set-latency" title="gst_pipeline_set_latency ()">gst_pipeline_set_latency</a>, function in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
204 </dt>
205 <dd></dd>
206 <dt>
207 <a class="link" href="GstPreset.html#gst-preset-is-editable" title="gst_preset_is_editable ()">gst_preset_is_editable</a>, function in <a class="link" href="GstPreset.html" title="GstPreset">GstPreset</a>
208 </dt>
209 <dd></dd>
210 <dt>
211 <a class="link" href="gstreamer-GstProtectionMeta.html#GstProtectionMeta" title="struct GstProtectionMeta">GstProtectionMeta</a>, struct in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
212 </dt>
213 <dd></dd>
214 <dt>
215 <a class="link" href="gstreamer-GstProtectionMeta.html#gst-protection-select-system" title="gst_protection_select_system ()">gst_protection_select_system</a>, function in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
216 </dt>
217 <dd></dd>
218 <dt>
219 <a class="link" href="gstreamer-GstProtectionMeta.html#GST-PROTECTION-SYSTEM-ID-CAPS-FIELD:CAPS" title="GST_PROTECTION_SYSTEM_ID_CAPS_FIELD">GST_PROTECTION_SYSTEM_ID_CAPS_FIELD</a>, macro in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
201 <a class="link" href="GstPad.html#gst-pad-get-stream" title="gst_pad_get_stream ()">gst_pad_get_stream</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
202 </dt>
203 <dd></dd>
204 <dt>
205 <a class="link" href="GstPad.html#gst-pad-link-maybe-ghosting" title="gst_pad_link_maybe_ghosting ()">gst_pad_link_maybe_ghosting</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
206 </dt>
207 <dd></dd>
208 <dt>
209 <a class="link" href="GstPad.html#gst-pad-link-maybe-ghosting-full" title="gst_pad_link_maybe_ghosting_full ()">gst_pad_link_maybe_ghosting_full</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
220210 </dt>
221211 <dd></dd>
222212 <a name="idxS"></a><h3 class="title">S</h3>
223213 <dt>
224 <a class="link" href="GstSample.html#gst-sample-get-buffer-list" title="gst_sample_get_buffer_list ()">gst_sample_get_buffer_list</a>, function in <a class="link" href="GstSample.html" title="GstSample">GstSample</a>
225 </dt>
226 <dd></dd>
227 <dt>
228 <a class="link" href="GstSample.html#gst-sample-set-buffer-list" title="gst_sample_set_buffer_list ()">gst_sample_set_buffer_list</a>, function in <a class="link" href="GstSample.html" title="GstSample">GstSample</a>
229 </dt>
230 <dd></dd>
231 <dt>
232 <a class="link" href="GstSegment.html#gst-segment-is-equal" title="gst_segment_is_equal ()">gst_segment_is_equal</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
233 </dt>
234 <dd></dd>
235 <dt>
236 <a class="link" href="GstSegment.html#gst-segment-to-running-time-full" title="gst_segment_to_running_time_full ()">gst_segment_to_running_time_full</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
237 </dt>
238 <dd></dd>
239 <dt>
240 <a class="link" href="gstreamer-GstInfo.html#GST-STIME-ARGS:CAPS" title="GST_STIME_ARGS()">GST_STIME_ARGS</a>, macro in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
241 </dt>
242 <dd></dd>
243 <dt>
244 <a class="link" href="gstreamer-GstInfo.html#GST-STIME-FORMAT:CAPS" title="GST_STIME_FORMAT">GST_STIME_FORMAT</a>, macro in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
245 </dt>
246 <dd></dd>
247 <dt>
248 <a class="link" href="GstStructure.html#gst-structure-filter-and-map-in-place" title="gst_structure_filter_and_map_in_place ()">gst_structure_filter_and_map_in_place</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
249 </dt>
250 <dd></dd>
251 <dt>
252 <a class="link" href="gstreamer-GstValue.html#gst-structure-get-flagset" title="gst_structure_get_flagset ()">gst_structure_get_flagset</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
253 </dt>
254 <dd></dd>
255 <a name="idxT"></a><h3 class="title">T</h3>
256 <dt>
257 <a class="link" href="gstreamer-GstValue.html#GST-TYPE-FLAG-SET:CAPS" title="GST_TYPE_FLAG_SET">GST_TYPE_FLAG_SET</a>, macro in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
258 </dt>
259 <dd></dd>
260 <a name="idxU"></a><h3 class="title">U</h3>
261 <dt>
262 <a class="link" href="gstreamer-GstUri.html#gst-uri-append-path" title="gst_uri_append_path ()">gst_uri_append_path</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
263 </dt>
264 <dd></dd>
265 <dt>
266 <a class="link" href="gstreamer-GstUri.html#gst-uri-append-path-segment" title="gst_uri_append_path_segment ()">gst_uri_append_path_segment</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
267 </dt>
268 <dd></dd>
269 <dt>
270 <a class="link" href="gstreamer-GstUri.html#gst-uri-equal" title="gst_uri_equal ()">gst_uri_equal</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
271 </dt>
272 <dd></dd>
273 <dt>
274 <a class="link" href="gstreamer-GstUri.html#gst-uri-from-string" title="gst_uri_from_string ()">gst_uri_from_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
275 </dt>
276 <dd></dd>
277 <dt>
278 <a class="link" href="gstreamer-GstUri.html#gst-uri-from-string-with-base" title="gst_uri_from_string_with_base ()">gst_uri_from_string_with_base</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
279 </dt>
280 <dd></dd>
281 <dt>
282 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-fragment" title="gst_uri_get_fragment ()">gst_uri_get_fragment</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
283 </dt>
284 <dd></dd>
285 <dt>
286 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-host" title="gst_uri_get_host ()">gst_uri_get_host</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
287 </dt>
288 <dd></dd>
289 <dt>
290 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-path" title="gst_uri_get_path ()">gst_uri_get_path</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
291 </dt>
292 <dd></dd>
293 <dt>
294 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-path-segments" title="gst_uri_get_path_segments ()">gst_uri_get_path_segments</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
295 </dt>
296 <dd></dd>
297 <dt>
298 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-path-string" title="gst_uri_get_path_string ()">gst_uri_get_path_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
299 </dt>
300 <dd></dd>
301 <dt>
302 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-port" title="gst_uri_get_port ()">gst_uri_get_port</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
303 </dt>
304 <dd></dd>
305 <dt>
306 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-keys" title="gst_uri_get_query_keys ()">gst_uri_get_query_keys</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
307 </dt>
308 <dd></dd>
309 <dt>
310 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-string" title="gst_uri_get_query_string ()">gst_uri_get_query_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
311 </dt>
312 <dd></dd>
313 <dt>
314 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-table" title="gst_uri_get_query_table ()">gst_uri_get_query_table</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
315 </dt>
316 <dd></dd>
317 <dt>
318 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-value" title="gst_uri_get_query_value ()">gst_uri_get_query_value</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
319 </dt>
320 <dd></dd>
321 <dt>
322 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-userinfo" title="gst_uri_get_userinfo ()">gst_uri_get_userinfo</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
323 </dt>
324 <dd></dd>
325 <dt>
326 <a class="link" href="gstreamer-GstUri.html#gst-uri-is-normalized" title="gst_uri_is_normalized ()">gst_uri_is_normalized</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
327 </dt>
328 <dd></dd>
329 <dt>
330 <a class="link" href="gstreamer-GstUri.html#gst-uri-is-writable" title="gst_uri_is_writable ()">gst_uri_is_writable</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
331 </dt>
332 <dd></dd>
333 <dt>
334 <a class="link" href="gstreamer-GstUri.html#gst-uri-join" title="gst_uri_join ()">gst_uri_join</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
335 </dt>
336 <dd></dd>
337 <dt>
338 <a class="link" href="gstreamer-GstUri.html#gst-uri-join-strings" title="gst_uri_join_strings ()">gst_uri_join_strings</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
339 </dt>
340 <dd></dd>
341 <dt>
342 <a class="link" href="gstreamer-GstUri.html#gst-uri-make-writable" title="gst_uri_make_writable ()">gst_uri_make_writable</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
343 </dt>
344 <dd></dd>
345 <dt>
346 <a class="link" href="gstreamer-GstUri.html#gst-uri-new" title="gst_uri_new ()">gst_uri_new</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
347 </dt>
348 <dd></dd>
349 <dt>
350 <a class="link" href="gstreamer-GstUri.html#gst-uri-new-with-base" title="gst_uri_new_with_base ()">gst_uri_new_with_base</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
351 </dt>
352 <dd></dd>
353 <dt>
354 <a class="link" href="gstreamer-GstUri.html#gst-uri-normalize" title="gst_uri_normalize ()">gst_uri_normalize</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
355 </dt>
356 <dd></dd>
357 <dt>
358 <a class="link" href="gstreamer-GstUri.html#gst-uri-query-has-key" title="gst_uri_query_has_key ()">gst_uri_query_has_key</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
359 </dt>
360 <dd></dd>
361 <dt>
362 <a class="link" href="gstreamer-GstUri.html#gst-uri-remove-query-key" title="gst_uri_remove_query_key ()">gst_uri_remove_query_key</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
363 </dt>
364 <dd></dd>
365 <dt>
366 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-fragment" title="gst_uri_set_fragment ()">gst_uri_set_fragment</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
367 </dt>
368 <dd></dd>
369 <dt>
370 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-host" title="gst_uri_set_host ()">gst_uri_set_host</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
371 </dt>
372 <dd></dd>
373 <dt>
374 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-path" title="gst_uri_set_path ()">gst_uri_set_path</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
375 </dt>
376 <dd></dd>
377 <dt>
378 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-path-segments" title="gst_uri_set_path_segments ()">gst_uri_set_path_segments</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
379 </dt>
380 <dd></dd>
381 <dt>
382 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-path-string" title="gst_uri_set_path_string ()">gst_uri_set_path_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
383 </dt>
384 <dd></dd>
385 <dt>
386 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-port" title="gst_uri_set_port ()">gst_uri_set_port</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
387 </dt>
388 <dd></dd>
389 <dt>
390 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-query-string" title="gst_uri_set_query_string ()">gst_uri_set_query_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
391 </dt>
392 <dd></dd>
393 <dt>
394 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-query-table" title="gst_uri_set_query_table ()">gst_uri_set_query_table</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
395 </dt>
396 <dd></dd>
397 <dt>
398 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-query-value" title="gst_uri_set_query_value ()">gst_uri_set_query_value</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
399 </dt>
400 <dd></dd>
401 <dt>
402 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-scheme" title="gst_uri_set_scheme ()">gst_uri_set_scheme</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
403 </dt>
404 <dd></dd>
405 <dt>
406 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-userinfo" title="gst_uri_set_userinfo ()">gst_uri_set_userinfo</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
407 </dt>
408 <dd></dd>
409 <dt>
410 <a class="link" href="gstreamer-GstUri.html#gst-uri-to-string" title="gst_uri_to_string ()">gst_uri_to_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
411 </dt>
412 <dd></dd>
413 <a name="idxV"></a><h3 class="title">V</h3>
414 <dt>
415 <a class="link" href="gstreamer-GstValue.html#gst-value-get-flagset-flags" title="gst_value_get_flagset_flags ()">gst_value_get_flagset_flags</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
416 </dt>
417 <dd></dd>
418 <dt>
419 <a class="link" href="gstreamer-GstValue.html#gst-value-get-flagset-mask" title="gst_value_get_flagset_mask ()">gst_value_get_flagset_mask</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
420 </dt>
421 <dd></dd>
422 <dt>
423 <a class="link" href="gstreamer-GstValue.html#GST-VALUE-HOLDS-FLAG-SET:CAPS" title="GST_VALUE_HOLDS_FLAG_SET()">GST_VALUE_HOLDS_FLAG_SET</a>, macro in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
424 </dt>
425 <dd></dd>
426 <dt>
427 <a class="link" href="gstreamer-GstValue.html#gst-value-set-flagset" title="gst_value_set_flagset ()">gst_value_set_flagset</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
214 <a class="link" href="gstreamer-GstStreamCollection.html#GstStreamCollection" title="struct GstStreamCollection">GstStreamCollection</a>, struct in <a class="link" href="gstreamer-GstStreamCollection.html" title="GstStreamCollection">GstStreamCollection</a>
215 </dt>
216 <dd></dd>
217 <dt>
218 <a class="link" href="gstreamer-GstStreamCollection.html#gst-stream-collection-add-stream" title="gst_stream_collection_add_stream ()">gst_stream_collection_add_stream</a>, function in <a class="link" href="gstreamer-GstStreamCollection.html" title="GstStreamCollection">GstStreamCollection</a>
219 </dt>
220 <dd></dd>
221 <dt>
222 <a class="link" href="gstreamer-GstStreamCollection.html#gst-stream-collection-get-size" title="gst_stream_collection_get_size ()">gst_stream_collection_get_size</a>, function in <a class="link" href="gstreamer-GstStreamCollection.html" title="GstStreamCollection">GstStreamCollection</a>
223 </dt>
224 <dd></dd>
225 <dt>
226 <a class="link" href="gstreamer-GstStreamCollection.html#gst-stream-collection-get-stream" title="gst_stream_collection_get_stream ()">gst_stream_collection_get_stream</a>, function in <a class="link" href="gstreamer-GstStreamCollection.html" title="GstStreamCollection">GstStreamCollection</a>
227 </dt>
228 <dd></dd>
229 <dt>
230 <a class="link" href="gstreamer-GstStreamCollection.html#gst-stream-collection-get-upstream-id" title="gst_stream_collection_get_upstream_id ()">gst_stream_collection_get_upstream_id</a>, function in <a class="link" href="gstreamer-GstStreamCollection.html" title="GstStreamCollection">GstStreamCollection</a>
231 </dt>
232 <dd></dd>
233 <dt>
234 <a class="link" href="gstreamer-GstStreamCollection.html#gst-stream-collection-new" title="gst_stream_collection_new ()">gst_stream_collection_new</a>, function in <a class="link" href="gstreamer-GstStreamCollection.html" title="GstStreamCollection">GstStreamCollection</a>
235 </dt>
236 <dd></dd>
237 <dt>
238 <a class="link" href="gstreamer-GstStream.html#gst-stream-get-caps" title="gst_stream_get_caps ()">gst_stream_get_caps</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
239 </dt>
240 <dd></dd>
241 <dt>
242 <a class="link" href="gstreamer-GstStream.html#gst-stream-get-stream-flags" title="gst_stream_get_stream_flags ()">gst_stream_get_stream_flags</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
243 </dt>
244 <dd></dd>
245 <dt>
246 <a class="link" href="gstreamer-GstStream.html#gst-stream-get-stream-id" title="gst_stream_get_stream_id ()">gst_stream_get_stream_id</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
247 </dt>
248 <dd></dd>
249 <dt>
250 <a class="link" href="gstreamer-GstStream.html#gst-stream-get-stream-type" title="gst_stream_get_stream_type ()">gst_stream_get_stream_type</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
251 </dt>
252 <dd></dd>
253 <dt>
254 <a class="link" href="gstreamer-GstStream.html#gst-stream-get-tags" title="gst_stream_get_tags ()">gst_stream_get_tags</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
255 </dt>
256 <dd></dd>
257 <dt>
258 <a class="link" href="gstreamer-GstStream.html#gst-stream-new" title="gst_stream_new ()">gst_stream_new</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
259 </dt>
260 <dd></dd>
261 <dt>
262 <a class="link" href="gstreamer-GstStream.html#gst-stream-set-caps" title="gst_stream_set_caps ()">gst_stream_set_caps</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
263 </dt>
264 <dd></dd>
265 <dt>
266 <a class="link" href="gstreamer-GstStream.html#gst-stream-set-stream-flags" title="gst_stream_set_stream_flags ()">gst_stream_set_stream_flags</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
267 </dt>
268 <dd></dd>
269 <dt>
270 <a class="link" href="gstreamer-GstStream.html#gst-stream-set-stream-type" title="gst_stream_set_stream_type ()">gst_stream_set_stream_type</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
271 </dt>
272 <dd></dd>
273 <dt>
274 <a class="link" href="gstreamer-GstStream.html#gst-stream-set-tags" title="gst_stream_set_tags ()">gst_stream_set_tags</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
275 </dt>
276 <dd></dd>
277 <dt>
278 <a class="link" href="gstreamer-GstStream.html#gst-stream-type-get-name" title="gst_stream_type_get_name ()">gst_stream_type_get_name</a>, function in <a class="link" href="gstreamer-GstStream.html" title="GstStream">GstStream</a>
428279 </dt>
429280 <dd></dd>
430281 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.4: GStreamer 1.0 Core Reference Manual</title>
4 <title>Index of new API in 1.8: GStreamer 1.0 Core Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix03.html" title="Index of new API in 1.6">
9 <link rel="next" href="ix05.html" title="Index of new API in 1.2.3">
8 <link rel="prev" href="ix03.html" title="Index of new API in 1.10">
9 <link rel="next" href="ix05.html" title="Index of new API in 1.6">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
1515 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
1616  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxD">D</a>
17 <a class="shortcut" href="#idxC">C</a>
1818  <span class="dim">|</span> 
1919 <a class="shortcut" href="#idxE">E</a>
2020  <span class="dim">|</span> 
21 <a class="shortcut" href="#idxM">M</a>
21 <a class="shortcut" href="#idxI">I</a>
2222  <span class="dim">|</span> 
2323 <a class="shortcut" href="#idxP">P</a>
24  <span class="dim">|</span> 
25 <a class="shortcut" href="#idxQ">Q</a>
26  <span class="dim">|</span> 
27 <a class="shortcut" href="#idxR">R</a>
2824  <span class="dim">|</span> 
2925 <a class="shortcut" href="#idxS">S</a>
3026  <span class="dim">|</span> 
3632 </tr></table>
3733 <div class="index">
3834 <div class="titlepage"><div><div><h1 class="title">
39 <a name="id-1.10"></a>Index of new API in 1.4</h1></div></div></div>
35 <a name="id-1.10"></a>Index of new API in 1.8</h1></div></div></div>
4036 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
4137 <dt>
42 <a class="link" href="GstBuffer.html#gst-buffer-is-all-memory-writable" title="gst_buffer_is_all_memory_writable ()">gst_buffer_is_all_memory_writable</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
38 <a class="link" href="GstBuffer.html#GST-BUFFER-DTS-OR-PTS:CAPS" title="GST_BUFFER_DTS_OR_PTS()">GST_BUFFER_DTS_OR_PTS</a>, macro in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
4339 </dt>
4440 <dd></dd>
41 <a name="idxC"></a><h3 class="title">C</h3>
4542 <dt>
46 <a class="link" href="GstBuffer.html#gst-buffer-is-memory-range-writable" title="gst_buffer_is_memory_range_writable ()">gst_buffer_is_memory_range_writable</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
47 </dt>
48 <dd></dd>
49 <dt>
50 <a class="link" href="GstBufferPool.html#gst-buffer-pool-config-validate-params" title="gst_buffer_pool_config_validate_params ()">gst_buffer_pool_config_validate_params</a>, function in <a class="link" href="GstBufferPool.html" title="GstBufferPool">GstBufferPool</a>
51 </dt>
52 <dd></dd>
53 <dt>
54 <a class="link" href="GstBufferPool.html#gst-buffer-pool-set-flushing" title="gst_buffer_pool_set_flushing ()">gst_buffer_pool_set_flushing</a>, function in <a class="link" href="GstBufferPool.html" title="GstBufferPool">GstBufferPool</a>
55 </dt>
56 <dd></dd>
57 <a name="idxD"></a><h3 class="title">D</h3>
58 <dt>
59 <a class="link" href="gstreamer-GstDevice.html#GstDevice" title="struct GstDevice">GstDevice</a>, struct in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
60 </dt>
61 <dd></dd>
62 <dt>
63 <a class="link" href="gstreamer-GstDevice.html#GstDeviceClass" title="struct GstDeviceClass">GstDeviceClass</a>, struct in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
64 </dt>
65 <dd></dd>
66 <dt>
67 <a class="link" href="gstreamer-GstDeviceMonitor.html#GstDeviceMonitor" title="struct GstDeviceMonitor">GstDeviceMonitor</a>, struct in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
68 </dt>
69 <dd></dd>
70 <dt>
71 <a class="link" href="gstreamer-GstDeviceMonitor.html#GstDeviceMonitorClass" title="struct GstDeviceMonitorClass">GstDeviceMonitorClass</a>, struct in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
72 </dt>
73 <dd></dd>
74 <dt>
75 <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProvider" title="struct GstDeviceProvider">GstDeviceProvider</a>, struct in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
76 </dt>
77 <dd></dd>
78 <dt>
79 <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProviderClass" title="struct GstDeviceProviderClass">GstDeviceProviderClass</a>, struct in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
80 </dt>
81 <dd></dd>
82 <dt>
83 <a class="link" href="GstDeviceProviderFactory.html#GstDeviceProviderFactory-struct" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>, struct in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
84 </dt>
85 <dd></dd>
86 <dt>
87 <a class="link" href="GstDeviceProviderFactory.html#GstDeviceProviderFactoryClass" title="GstDeviceProviderFactoryClass">GstDeviceProviderFactoryClass</a>, struct in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
88 </dt>
89 <dd></dd>
90 <dt>
91 <a class="link" href="gstreamer-GstDevice.html#gst-device-create-element" title="gst_device_create_element ()">gst_device_create_element</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
92 </dt>
93 <dd></dd>
94 <dt>
95 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-caps" title="gst_device_get_caps ()">gst_device_get_caps</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
96 </dt>
97 <dd></dd>
98 <dt>
99 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-device-class" title="gst_device_get_device_class ()">gst_device_get_device_class</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
100 </dt>
101 <dd></dd>
102 <dt>
103 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-display-name" title="gst_device_get_display_name ()">gst_device_get_display_name</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
104 </dt>
105 <dd></dd>
106 <dt>
107 <a class="link" href="gstreamer-GstDevice.html#gst-device-has-classes" title="gst_device_has_classes ()">gst_device_has_classes</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
108 </dt>
109 <dd></dd>
110 <dt>
111 <a class="link" href="gstreamer-GstDevice.html#gst-device-has-classesv" title="gst_device_has_classesv ()">gst_device_has_classesv</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
112 </dt>
113 <dd></dd>
114 <dt>
115 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-add-filter" title="gst_device_monitor_add_filter ()">gst_device_monitor_add_filter</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
116 </dt>
117 <dd></dd>
118 <dt>
119 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-bus" title="gst_device_monitor_get_bus ()">gst_device_monitor_get_bus</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
120 </dt>
121 <dd></dd>
122 <dt>
123 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-devices" title="gst_device_monitor_get_devices ()">gst_device_monitor_get_devices</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
124 </dt>
125 <dd></dd>
126 <dt>
127 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-new" title="gst_device_monitor_new ()">gst_device_monitor_new</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
128 </dt>
129 <dd></dd>
130 <dt>
131 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-remove-filter" title="gst_device_monitor_remove_filter ()">gst_device_monitor_remove_filter</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
132 </dt>
133 <dd></dd>
134 <dt>
135 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-start" title="gst_device_monitor_start ()">gst_device_monitor_start</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
136 </dt>
137 <dd></dd>
138 <dt>
139 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-stop" title="gst_device_monitor_stop ()">gst_device_monitor_stop</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
140 </dt>
141 <dd></dd>
142 <dt>
143 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-add-metadata" title="gst_device_provider_class_add_metadata ()">gst_device_provider_class_add_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
144 </dt>
145 <dd></dd>
146 <dt>
147 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-add-static-metadata" title="gst_device_provider_class_add_static_metadata ()">gst_device_provider_class_add_static_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
148 </dt>
149 <dd></dd>
150 <dt>
151 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-get-metadata" title="gst_device_provider_class_get_metadata ()">gst_device_provider_class_get_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
152 </dt>
153 <dd></dd>
154 <dt>
155 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-set-metadata" title="gst_device_provider_class_set_metadata ()">gst_device_provider_class_set_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
156 </dt>
157 <dd></dd>
158 <dt>
159 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-set-static-metadata" title="gst_device_provider_class_set_static_metadata ()">gst_device_provider_class_set_static_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
160 </dt>
161 <dd></dd>
162 <dt>
163 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-device-add" title="gst_device_provider_device_add ()">gst_device_provider_device_add</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
164 </dt>
165 <dd></dd>
166 <dt>
167 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-device-remove" title="gst_device_provider_device_remove ()">gst_device_provider_device_remove</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
168 </dt>
169 <dd></dd>
170 <dt>
171 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-find" title="gst_device_provider_factory_find ()">gst_device_provider_factory_find</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
172 </dt>
173 <dd></dd>
174 <dt>
175 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get" title="gst_device_provider_factory_get ()">gst_device_provider_factory_get</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
176 </dt>
177 <dd></dd>
178 <dt>
179 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-by-name" title="gst_device_provider_factory_get_by_name ()">gst_device_provider_factory_get_by_name</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
180 </dt>
181 <dd></dd>
182 <dt>
183 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-device-provider-type" title="gst_device_provider_factory_get_device_provider_type ()">gst_device_provider_factory_get_device_provider_type</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
184 </dt>
185 <dd></dd>
186 <dt>
187 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-metadata" title="gst_device_provider_factory_get_metadata ()">gst_device_provider_factory_get_metadata</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
188 </dt>
189 <dd></dd>
190 <dt>
191 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-metadata-keys" title="gst_device_provider_factory_get_metadata_keys ()">gst_device_provider_factory_get_metadata_keys</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
192 </dt>
193 <dd></dd>
194 <dt>
195 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-has-classes" title="gst_device_provider_factory_has_classes ()">gst_device_provider_factory_has_classes</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
196 </dt>
197 <dd></dd>
198 <dt>
199 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-has-classesv" title="gst_device_provider_factory_has_classesv ()">gst_device_provider_factory_has_classesv</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
200 </dt>
201 <dd></dd>
202 <dt>
203 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-list-get-device-providers" title="gst_device_provider_factory_list_get_device_providers ()">gst_device_provider_factory_list_get_device_providers</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
204 </dt>
205 <dd></dd>
206 <dt>
207 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-get-bus" title="gst_device_provider_get_bus ()">gst_device_provider_get_bus</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
208 </dt>
209 <dd></dd>
210 <dt>
211 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-get-devices" title="gst_device_provider_get_devices ()">gst_device_provider_get_devices</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
212 </dt>
213 <dd></dd>
214 <dt>
215 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-get-factory" title="gst_device_provider_get_factory ()">gst_device_provider_get_factory</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
216 </dt>
217 <dd></dd>
218 <dt>
219 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-register" title="gst_device_provider_register ()">gst_device_provider_register</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
220 </dt>
221 <dd></dd>
222 <dt>
223 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-start" title="gst_device_provider_start ()">gst_device_provider_start</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
224 </dt>
225 <dd></dd>
226 <dt>
227 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-stop" title="gst_device_provider_stop ()">gst_device_provider_stop</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
228 </dt>
229 <dd></dd>
230 <dt>
231 <a class="link" href="gstreamer-GstDevice.html#gst-device-reconfigure-element" title="gst_device_reconfigure_element ()">gst_device_reconfigure_element</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
43 <a class="link" href="GstClock.html#gst-clock-unadjust-with-calibration" title="gst_clock_unadjust_with_calibration ()">gst_clock_unadjust_with_calibration</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
23244 </dt>
23345 <dd></dd>
23446 <a name="idxE"></a><h3 class="title">E</h3>
23547 <dt>
236 <a class="link" href="GstEvent.html#gst-event-get-running-time-offset" title="gst_event_get_running_time_offset ()">gst_event_get_running_time_offset</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
48 <a class="link" href="GstElement.html#gst-element-class-add-static-pad-template" title="gst_element_class_add_static_pad_template ()">gst_element_class_add_static_pad_template</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
23749 </dt>
23850 <dd></dd>
23951 <dt>
240 <a class="link" href="GstEvent.html#gst-event-set-running-time-offset" title="gst_event_set_running_time_offset ()">gst_event_set_running_time_offset</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
241 </dt>
242 <dd></dd>
243 <a name="idxM"></a><h3 class="title">M</h3>
244 <dt>
245 <a class="link" href="GstMessage.html#gst-message-new-device-added" title="gst_message_new_device_added ()">gst_message_new_device_added</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
52 <a class="link" href="GstElement.html#gst-element-get-context" title="gst_element_get_context ()">gst_element_get_context</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
24653 </dt>
24754 <dd></dd>
24855 <dt>
249 <a class="link" href="GstMessage.html#gst-message-new-device-removed" title="gst_message_new_device_removed ()">gst_message_new_device_removed</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
56 <a class="link" href="GstElement.html#gst-element-get-contexts" title="gst_element_get_contexts ()">gst_element_get_contexts</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
25057 </dt>
25158 <dd></dd>
25259 <dt>
253 <a class="link" href="GstMessage.html#gst-message-parse-device-added" title="gst_message_parse_device_added ()">gst_message_parse_device_added</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
60 <a class="link" href="GstElement.html#gst-element-get-context-unlocked" title="gst_element_get_context_unlocked ()">gst_element_get_context_unlocked</a>, function in <a class="link" href="GstElement.html" title="GstElement">GstElement</a>
61 </dt>
62 <dd></dd>
63 <a name="idxI"></a><h3 class="title">I</h3>
64 <dt>
65 <a class="link" href="gstreamer-GstInfo.html#gst-info-strdup-printf" title="gst_info_strdup_printf ()">gst_info_strdup_printf</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
25466 </dt>
25567 <dd></dd>
25668 <dt>
257 <a class="link" href="GstMessage.html#gst-message-parse-device-removed" title="gst_message_parse_device_removed ()">gst_message_parse_device_removed</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
69 <a class="link" href="gstreamer-GstInfo.html#gst-info-strdup-vprintf" title="gst_info_strdup_vprintf ()">gst_info_strdup_vprintf</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
25870 </dt>
25971 <dd></dd>
26072 <dt>
261 <a class="link" href="GstMessage.html#GST-MESSAGE-TYPE-IS-EXTENDED:CAPS" title="GST_MESSAGE_TYPE_IS_EXTENDED()">GST_MESSAGE_TYPE_IS_EXTENDED</a>, macro in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
73 <a class="link" href="gstreamer-GstInfo.html#gst-info-vasprintf" title="gst_info_vasprintf ()">gst_info_vasprintf</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
26274 </dt>
26375 <dd></dd>
26476 <a name="idxP"></a><h3 class="title">P</h3>
26577 <dt>
266 <a class="link" href="GstPad.html#gst-pad-get-last-flow-return" title="gst_pad_get_last_flow_return ()">gst_pad_get_last_flow_return</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
78 <a class="link" href="GstPad.html#GstPadEventFullFunction" title="GstPadEventFullFunction ()">GstPadEventFullFunction</a>, user_function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
26779 </dt>
26880 <dd></dd>
26981 <dt>
270 <a class="link" href="GstPad.html#GST-PAD-LAST-FLOW-RETURN:CAPS" title="GST_PAD_LAST_FLOW_RETURN()">GST_PAD_LAST_FLOW_RETURN</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
82 <a class="link" href="GstPad.html#GST-PAD-EVENTFULLFUNC:CAPS" title="GST_PAD_EVENTFULLFUNC()">GST_PAD_EVENTFULLFUNC</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
27183 </dt>
27284 <dd></dd>
27385 <dt>
274 <a class="link" href="GstPad.html#gst-pad-link-get-name" title="gst_pad_link_get_name ()">gst_pad_link_get_name</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
275 </dt>
276 <dd></dd>
277 <a name="idxQ"></a><h3 class="title">Q</h3>
278 <dt>
279 <a class="link" href="GstQuery.html#gst-query-parse-uri-redirection-permanent" title="gst_query_parse_uri_redirection_permanent ()">gst_query_parse_uri_redirection_permanent</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
280 </dt>
281 <dd></dd>
282 <dt>
283 <a class="link" href="GstQuery.html#gst-query-set-uri-redirection-permanent" title="gst_query_set_uri_redirection_permanent ()">gst_query_set_uri_redirection_permanent</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
284 </dt>
285 <dd></dd>
286 <a name="idxR"></a><h3 class="title">R</h3>
287 <dt>
288 <a class="link" href="gstreamer-GstUtils.html#GST-ROUND-DOWN-128:CAPS" title="GST_ROUND_DOWN_128()">GST_ROUND_DOWN_128</a>, macro in <a class="link" href="gstreamer-GstUtils.html" title="GstUtils">GstUtils</a>
289 </dt>
290 <dd></dd>
291 <dt>
292 <a class="link" href="gstreamer-GstUtils.html#GST-ROUND-UP-128:CAPS" title="GST_ROUND_UP_128()">GST_ROUND_UP_128</a>, macro in <a class="link" href="gstreamer-GstUtils.html" title="GstUtils">GstUtils</a>
86 <a class="link" href="GstPad.html#gst-pad-set-event-full-function-full" title="gst_pad_set_event_full_function_full ()">gst_pad_set_event_full_function_full</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
29387 </dt>
29488 <dd></dd>
29589 <a name="idxS"></a><h3 class="title">S</h3>
29690 <dt>
297 <a class="link" href="GstStructure.html#gst-structure-get-int64" title="gst_structure_get_int64 ()">gst_structure_get_int64</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
91 <a class="link" href="GstSegment.html#gst-segment-position-from-running-time" title="gst_segment_position_from_running_time ()">gst_segment_position_from_running_time</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
29892 </dt>
29993 <dd></dd>
30094 <dt>
301 <a class="link" href="GstStructure.html#gst-structure-get-uint64" title="gst_structure_get_uint64 ()">gst_structure_get_uint64</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
95 <a class="link" href="GstSegment.html#gst-segment-position-from-running-time-full" title="gst_segment_position_from_running_time_full ()">gst_segment_position_from_running_time_full</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
30296 </dt>
30397 <dd></dd>
30498 <dt>
305 <a class="link" href="GstSystemClock.html#gst-system-clock-set-default" title="gst_system_clock_set_default ()">gst_system_clock_set_default</a>, function in <a class="link" href="GstSystemClock.html" title="GstSystemClock">GstSystemClock</a>
99 <a class="link" href="GstSegment.html#gst-segment-position-from-stream-time" title="gst_segment_position_from_stream_time ()">gst_segment_position_from_stream_time</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
100 </dt>
101 <dd></dd>
102 <dt>
103 <a class="link" href="GstSegment.html#gst-segment-position-from-stream-time-full" title="gst_segment_position_from_stream_time_full ()">gst_segment_position_from_stream_time_full</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
104 </dt>
105 <dd></dd>
106 <dt>
107 <a class="link" href="GstSegment.html#gst-segment-to-stream-time" title="gst_segment_to_stream_time ()">gst_segment_to_stream_time</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
108 </dt>
109 <dd></dd>
110 <dt>
111 <a class="link" href="GstSegment.html#gst-segment-to-stream-time-full" title="gst_segment_to_stream_time_full ()">gst_segment_to_stream_time_full</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
306112 </dt>
307113 <dd></dd>
308114 <a name="idxT"></a><h3 class="title">T</h3>
309115 <dt>
310 <a class="link" href="GstTagList.html#GST-TAG-MIDI-BASE-NOTE:CAPS" title="GST_TAG_MIDI_BASE_NOTE">GST_TAG_MIDI_BASE_NOTE</a>, macro in <a class="link" href="GstTagList.html" title="GstTagList">GstTagList</a>
116 <a class="link" href="GstTagList.html#GST-TAG-PRIVATE-DATA:CAPS" title="GST_TAG_PRIVATE_DATA">GST_TAG_PRIVATE_DATA</a>, macro in <a class="link" href="GstTagList.html" title="GstTagList">GstTagList</a>
311117 </dt>
312118 <dd></dd>
313119 <dt>
314 <a class="link" href="GstToc.html#GstTocLoopType" title="enum GstTocLoopType">GstTocLoopType</a>, enum in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
120 <a class="link" href="GstTracerFactory.html#GstTracerFactory-struct" title="GstTracerFactory">GstTracerFactory</a>, struct in <a class="link" href="GstTracerFactory.html" title="GstTracerFactory">GstTracerFactory</a>
315121 </dt>
316122 <dd></dd>
317123 <dt>
318 <a class="link" href="GstToc.html#gst-toc-entry-get-loop" title="gst_toc_entry_get_loop ()">gst_toc_entry_get_loop</a>, function in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
124 <a class="link" href="GstTracerRecord.html#GstTracerValueScope" title="enum GstTracerValueScope">GstTracerValueScope</a>, enum in <a class="link" href="GstTracerRecord.html" title="GstTracerRecord">GstTracerRecord</a>
319125 </dt>
320126 <dd></dd>
321127 <dt>
322 <a class="link" href="GstToc.html#gst-toc-entry-set-loop" title="gst_toc_entry_set_loop ()">gst_toc_entry_set_loop</a>, function in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
323 </dt>
324 <dd></dd>
325 <dt>
326 <a class="link" href="GstToc.html#GST-TOC-REPEAT-COUNT-INFINITE:CAPS" title="GST_TOC_REPEAT_COUNT_INFINITE">GST_TOC_REPEAT_COUNT_INFINITE</a>, macro in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
128 <a class="link" href="GstTracerFactory.html#gst-tracer-factory-get-list" title="gst_tracer_factory_get_list ()">gst_tracer_factory_get_list</a>, function in <a class="link" href="GstTracerFactory.html" title="GstTracerFactory">GstTracerFactory</a>
327129 </dt>
328130 <dd></dd>
329131 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.2.3: GStreamer 1.0 Core Reference Manual</title>
4 <title>Index of new API in 1.6: GStreamer 1.0 Core Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix04.html" title="Index of new API in 1.4">
9 <link rel="next" href="ix06.html" title="Index of new API in 1.2">
8 <link rel="prev" href="ix04.html" title="Index of new API in 1.8">
9 <link rel="next" href="ix06.html" title="Index of new API in 1.4">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxS">S</a></span></td>
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
16  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxC">C</a>
18  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxD">D</a>
20  <span class="dim">|</span> 
21 <a class="shortcut" href="#idxE">E</a>
22  <span class="dim">|</span> 
23 <a class="shortcut" href="#idxF">F</a>
24  <span class="dim">|</span> 
25 <a class="shortcut" href="#idxL">L</a>
26  <span class="dim">|</span> 
27 <a class="shortcut" href="#idxO">O</a>
28  <span class="dim">|</span> 
29 <a class="shortcut" href="#idxP">P</a>
30  <span class="dim">|</span> 
31 <a class="shortcut" href="#idxS">S</a>
32  <span class="dim">|</span> 
33 <a class="shortcut" href="#idxT">T</a>
34  <span class="dim">|</span> 
35 <a class="shortcut" href="#idxU">U</a>
36  <span class="dim">|</span> 
37 <a class="shortcut" href="#idxV">V</a></span></td>
1638 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
1739 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
1840 <td><a accesskey="p" href="ix04.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
2042 </tr></table>
2143 <div class="index">
2244 <div class="titlepage"><div><div><h1 class="title">
23 <a name="id-1.11"></a>Index of new API in 1.2.3</h1></div></div></div>
24 <a name="idx"></a><a name="idxS"></a><h3 class="title">S</h3>
25 <dt>
26 <a class="link" href="GstSegment.html#gst-segment-offset-running-time" title="gst_segment_offset_running_time ()">gst_segment_offset_running_time</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
45 <a name="id-1.11"></a>Index of new API in 1.6</h1></div></div></div>
46 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
47 <dt>
48 <a class="link" href="GstBin.html#gst-bin-sync-children-states" title="gst_bin_sync_children_states ()">gst_bin_sync_children_states</a>, function in <a class="link" href="GstBin.html" title="GstBin">GstBin</a>
49 </dt>
50 <dd></dd>
51 <dt>
52 <a class="link" href="GstBuffer.html#gst-buffer-add-parent-buffer-meta" title="gst_buffer_add_parent_buffer_meta ()">gst_buffer_add_parent_buffer_meta</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
53 </dt>
54 <dd></dd>
55 <dt>
56 <a class="link" href="gstreamer-GstProtectionMeta.html#gst-buffer-add-protection-meta" title="gst_buffer_add_protection_meta ()">gst_buffer_add_protection_meta</a>, function in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="GstBuffer.html#gst-buffer-copy-deep" title="gst_buffer_copy_deep ()">gst_buffer_copy_deep</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
61 </dt>
62 <dd></dd>
63 <dt>
64 <a class="link" href="GstBufferList.html#gst-buffer-list-copy-deep" title="gst_buffer_list_copy_deep ()">gst_buffer_list_copy_deep</a>, function in <a class="link" href="GstBufferList.html" title="GstBufferList">GstBufferList</a>
65 </dt>
66 <dd></dd>
67 <dt>
68 <a class="link" href="GstBus.html#gst-bus-remove-watch" title="gst_bus_remove_watch ()">gst_bus_remove_watch</a>, function in <a class="link" href="GstBus.html" title="GstBus">GstBus</a>
69 </dt>
70 <dd></dd>
71 <a name="idxC"></a><h3 class="title">C</h3>
72 <dt>
73 <a class="link" href="GstCaps.html#GstCapsForeachFunc" title="GstCapsForeachFunc ()">GstCapsForeachFunc</a>, user_function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="GstCaps.html#gst-caps-filter-and-map-in-place" title="gst_caps_filter_and_map_in_place ()">gst_caps_filter_and_map_in_place</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="GstCaps.html#gst-caps-foreach" title="gst_caps_foreach ()">gst_caps_foreach</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
82 </dt>
83 <dd></dd>
84 <dt>
85 <a class="link" href="GstCaps.html#gst-caps-map-in-place" title="gst_caps_map_in_place ()">gst_caps_map_in_place</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
86 </dt>
87 <dd></dd>
88 <dt>
89 <a class="link" href="GstClock.html#GstClock-synced" title="The “synced” signal">GstClock::synced</a>, object signal in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
90 </dt>
91 <dd></dd>
92 <dt>
93 <a class="link" href="GstClock.html#gst-clock-add-observation-unapplied" title="gst_clock_add_observation_unapplied ()">gst_clock_add_observation_unapplied</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
94 </dt>
95 <dd></dd>
96 <dt>
97 <a class="link" href="GstClock.html#gst-clock-adjust-with-calibration" title="gst_clock_adjust_with_calibration ()">gst_clock_adjust_with_calibration</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
98 </dt>
99 <dd></dd>
100 <dt>
101 <a class="link" href="GstClock.html#gst-clock-is-synced" title="gst_clock_is_synced ()">gst_clock_is_synced</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
102 </dt>
103 <dd></dd>
104 <dt>
105 <a class="link" href="GstClock.html#gst-clock-set-synced" title="gst_clock_set_synced ()">gst_clock_set_synced</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
106 </dt>
107 <dd></dd>
108 <dt>
109 <a class="link" href="GstClock.html#GST-CLOCK-STIME-IS-VALID:CAPS" title="GST_CLOCK_STIME_IS_VALID()">GST_CLOCK_STIME_IS_VALID</a>, macro in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
110 </dt>
111 <dd></dd>
112 <dt>
113 <a class="link" href="GstClock.html#gst-clock-wait-for-sync" title="gst_clock_wait_for_sync ()">gst_clock_wait_for_sync</a>, function in <a class="link" href="GstClock.html" title="GstClock">GstClock</a>
114 </dt>
115 <dd></dd>
116 <a name="idxD"></a><h3 class="title">D</h3>
117 <dt>
118 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-properties" title="gst_device_get_properties ()">gst_device_get_properties</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
119 </dt>
120 <dd></dd>
121 <dt>
122 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-providers" title="gst_device_monitor_get_providers ()">gst_device_monitor_get_providers</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
123 </dt>
124 <dd></dd>
125 <dt>
126 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-show-all-devices" title="gst_device_monitor_get_show_all_devices ()">gst_device_monitor_get_show_all_devices</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
127 </dt>
128 <dd></dd>
129 <dt>
130 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-set-show-all-devices" title="gst_device_monitor_set_show_all_devices ()">gst_device_monitor_set_show_all_devices</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
131 </dt>
132 <dd></dd>
133 <dt>
134 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-provider-get-hidden-providers" title="gst_device_provider_get_hidden_providers ()">gst_device_provider_get_hidden_providers</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
135 </dt>
136 <dd></dd>
137 <dt>
138 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-provider-hide-provider" title="gst_device_provider_hide_provider ()">gst_device_provider_hide_provider</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
139 </dt>
140 <dd></dd>
141 <dt>
142 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-provider-unhide-provider" title="gst_device_provider_unhide_provider ()">gst_device_provider_unhide_provider</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
143 </dt>
144 <dd></dd>
145 <a name="idxE"></a><h3 class="title">E</h3>
146 <dt>
147 <a class="link" href="GstEvent.html#gst-event-new-protection" title="gst_event_new_protection ()">gst_event_new_protection</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
148 </dt>
149 <dd></dd>
150 <dt>
151 <a class="link" href="GstEvent.html#gst-event-parse-protection" title="gst_event_parse_protection ()">gst_event_parse_protection</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
152 </dt>
153 <dd></dd>
154 <a name="idxF"></a><h3 class="title">F</h3>
155 <dt>
156 <a class="link" href="gstreamer-GstValue.html#gst-flagset-register" title="gst_flagset_register ()">gst_flagset_register</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
157 </dt>
158 <dd></dd>
159 <a name="idxL"></a><h3 class="title">L</h3>
160 <dt>
161 <a class="link" href="gstreamer-GstInfo.html#GST-LEVEL-MAX:CAPS" title="GST_LEVEL_MAX">GST_LEVEL_MAX</a>, macro in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
162 </dt>
163 <dd></dd>
164 <a name="idxO"></a><h3 class="title">O</h3>
165 <dt>
166 <a class="link" href="GstObject.html#gst-object-has-as-parent" title="gst_object_has_as_parent ()">gst_object_has_as_parent</a>, function in <a class="link" href="GstObject.html" title="GstObject">GstObject</a>
167 </dt>
168 <dd></dd>
169 <a name="idxP"></a><h3 class="title">P</h3>
170 <dt>
171 <a class="link" href="GstPad.html#GstPad--offset" title="The “offset” property">GstPad:offset</a>, object property in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
172 </dt>
173 <dd></dd>
174 <dt>
175 <a class="link" href="GstPad.html#GST-PAD-IS-ACCEPT-TEMPLATE:CAPS" title="GST_PAD_IS_ACCEPT_TEMPLATE()">GST_PAD_IS_ACCEPT_TEMPLATE</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
176 </dt>
177 <dd></dd>
178 <dt>
179 <a class="link" href="GstPad.html#GST-PAD-SET-ACCEPT-TEMPLATE:CAPS" title="GST_PAD_SET_ACCEPT_TEMPLATE()">GST_PAD_SET_ACCEPT_TEMPLATE</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
180 </dt>
181 <dd></dd>
182 <dt>
183 <a class="link" href="GstPad.html#GST-PAD-UNSET-ACCEPT-TEMPLATE:CAPS" title="GST_PAD_UNSET_ACCEPT_TEMPLATE()">GST_PAD_UNSET_ACCEPT_TEMPLATE</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
184 </dt>
185 <dd></dd>
186 <dt>
187 <a class="link" href="GstBuffer.html#GstParentBufferMeta" title="struct GstParentBufferMeta">GstParentBufferMeta</a>, struct in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
188 </dt>
189 <dd></dd>
190 <dt>
191 <a class="link" href="GstPipeline.html#GstPipeline--latency" title="The “latency” property">GstPipeline:latency</a>, object property in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
192 </dt>
193 <dd></dd>
194 <dt>
195 <a class="link" href="GstPipeline.html#gst-pipeline-get-latency" title="gst_pipeline_get_latency ()">gst_pipeline_get_latency</a>, function in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
196 </dt>
197 <dd></dd>
198 <dt>
199 <a class="link" href="GstPipeline.html#gst-pipeline-get-pipeline-clock" title="gst_pipeline_get_pipeline_clock ()">gst_pipeline_get_pipeline_clock</a>, function in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
200 </dt>
201 <dd></dd>
202 <dt>
203 <a class="link" href="GstPipeline.html#gst-pipeline-set-latency" title="gst_pipeline_set_latency ()">gst_pipeline_set_latency</a>, function in <a class="link" href="GstPipeline.html" title="GstPipeline">GstPipeline</a>
204 </dt>
205 <dd></dd>
206 <dt>
207 <a class="link" href="GstPreset.html#gst-preset-is-editable" title="gst_preset_is_editable ()">gst_preset_is_editable</a>, function in <a class="link" href="GstPreset.html" title="GstPreset">GstPreset</a>
208 </dt>
209 <dd></dd>
210 <dt>
211 <a class="link" href="gstreamer-GstProtectionMeta.html#GstProtectionMeta" title="struct GstProtectionMeta">GstProtectionMeta</a>, struct in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
212 </dt>
213 <dd></dd>
214 <dt>
215 <a class="link" href="gstreamer-GstProtectionMeta.html#gst-protection-select-system" title="gst_protection_select_system ()">gst_protection_select_system</a>, function in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
216 </dt>
217 <dd></dd>
218 <dt>
219 <a class="link" href="gstreamer-GstProtectionMeta.html#GST-PROTECTION-SYSTEM-ID-CAPS-FIELD:CAPS" title="GST_PROTECTION_SYSTEM_ID_CAPS_FIELD">GST_PROTECTION_SYSTEM_ID_CAPS_FIELD</a>, macro in <a class="link" href="gstreamer-GstProtectionMeta.html" title="GstProtectionMeta">GstProtectionMeta</a>
220 </dt>
221 <dd></dd>
222 <a name="idxS"></a><h3 class="title">S</h3>
223 <dt>
224 <a class="link" href="GstSample.html#gst-sample-get-buffer-list" title="gst_sample_get_buffer_list ()">gst_sample_get_buffer_list</a>, function in <a class="link" href="GstSample.html" title="GstSample">GstSample</a>
225 </dt>
226 <dd></dd>
227 <dt>
228 <a class="link" href="GstSample.html#gst-sample-set-buffer-list" title="gst_sample_set_buffer_list ()">gst_sample_set_buffer_list</a>, function in <a class="link" href="GstSample.html" title="GstSample">GstSample</a>
229 </dt>
230 <dd></dd>
231 <dt>
232 <a class="link" href="GstSegment.html#gst-segment-is-equal" title="gst_segment_is_equal ()">gst_segment_is_equal</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
233 </dt>
234 <dd></dd>
235 <dt>
236 <a class="link" href="GstSegment.html#gst-segment-to-running-time-full" title="gst_segment_to_running_time_full ()">gst_segment_to_running_time_full</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
237 </dt>
238 <dd></dd>
239 <dt>
240 <a class="link" href="gstreamer-GstInfo.html#GST-STIME-ARGS:CAPS" title="GST_STIME_ARGS()">GST_STIME_ARGS</a>, macro in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
241 </dt>
242 <dd></dd>
243 <dt>
244 <a class="link" href="gstreamer-GstInfo.html#GST-STIME-FORMAT:CAPS" title="GST_STIME_FORMAT">GST_STIME_FORMAT</a>, macro in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
245 </dt>
246 <dd></dd>
247 <dt>
248 <a class="link" href="GstStructure.html#gst-structure-filter-and-map-in-place" title="gst_structure_filter_and_map_in_place ()">gst_structure_filter_and_map_in_place</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
249 </dt>
250 <dd></dd>
251 <dt>
252 <a class="link" href="gstreamer-GstValue.html#gst-structure-get-flagset" title="gst_structure_get_flagset ()">gst_structure_get_flagset</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
253 </dt>
254 <dd></dd>
255 <a name="idxT"></a><h3 class="title">T</h3>
256 <dt>
257 <a class="link" href="gstreamer-GstValue.html#GST-TYPE-FLAG-SET:CAPS" title="GST_TYPE_FLAG_SET">GST_TYPE_FLAG_SET</a>, macro in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
258 </dt>
259 <dd></dd>
260 <a name="idxU"></a><h3 class="title">U</h3>
261 <dt>
262 <a class="link" href="gstreamer-GstUri.html#gst-uri-append-path" title="gst_uri_append_path ()">gst_uri_append_path</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
263 </dt>
264 <dd></dd>
265 <dt>
266 <a class="link" href="gstreamer-GstUri.html#gst-uri-append-path-segment" title="gst_uri_append_path_segment ()">gst_uri_append_path_segment</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
267 </dt>
268 <dd></dd>
269 <dt>
270 <a class="link" href="gstreamer-GstUri.html#gst-uri-equal" title="gst_uri_equal ()">gst_uri_equal</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
271 </dt>
272 <dd></dd>
273 <dt>
274 <a class="link" href="gstreamer-GstUri.html#gst-uri-from-string" title="gst_uri_from_string ()">gst_uri_from_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
275 </dt>
276 <dd></dd>
277 <dt>
278 <a class="link" href="gstreamer-GstUri.html#gst-uri-from-string-with-base" title="gst_uri_from_string_with_base ()">gst_uri_from_string_with_base</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
279 </dt>
280 <dd></dd>
281 <dt>
282 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-fragment" title="gst_uri_get_fragment ()">gst_uri_get_fragment</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
283 </dt>
284 <dd></dd>
285 <dt>
286 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-host" title="gst_uri_get_host ()">gst_uri_get_host</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
287 </dt>
288 <dd></dd>
289 <dt>
290 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-path" title="gst_uri_get_path ()">gst_uri_get_path</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
291 </dt>
292 <dd></dd>
293 <dt>
294 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-path-segments" title="gst_uri_get_path_segments ()">gst_uri_get_path_segments</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
295 </dt>
296 <dd></dd>
297 <dt>
298 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-path-string" title="gst_uri_get_path_string ()">gst_uri_get_path_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
299 </dt>
300 <dd></dd>
301 <dt>
302 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-port" title="gst_uri_get_port ()">gst_uri_get_port</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
303 </dt>
304 <dd></dd>
305 <dt>
306 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-keys" title="gst_uri_get_query_keys ()">gst_uri_get_query_keys</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
307 </dt>
308 <dd></dd>
309 <dt>
310 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-string" title="gst_uri_get_query_string ()">gst_uri_get_query_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
311 </dt>
312 <dd></dd>
313 <dt>
314 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-table" title="gst_uri_get_query_table ()">gst_uri_get_query_table</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
315 </dt>
316 <dd></dd>
317 <dt>
318 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-query-value" title="gst_uri_get_query_value ()">gst_uri_get_query_value</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
319 </dt>
320 <dd></dd>
321 <dt>
322 <a class="link" href="gstreamer-GstUri.html#gst-uri-get-userinfo" title="gst_uri_get_userinfo ()">gst_uri_get_userinfo</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
323 </dt>
324 <dd></dd>
325 <dt>
326 <a class="link" href="gstreamer-GstUri.html#gst-uri-is-normalized" title="gst_uri_is_normalized ()">gst_uri_is_normalized</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
327 </dt>
328 <dd></dd>
329 <dt>
330 <a class="link" href="gstreamer-GstUri.html#gst-uri-is-writable" title="gst_uri_is_writable ()">gst_uri_is_writable</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
331 </dt>
332 <dd></dd>
333 <dt>
334 <a class="link" href="gstreamer-GstUri.html#gst-uri-join" title="gst_uri_join ()">gst_uri_join</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
335 </dt>
336 <dd></dd>
337 <dt>
338 <a class="link" href="gstreamer-GstUri.html#gst-uri-join-strings" title="gst_uri_join_strings ()">gst_uri_join_strings</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
339 </dt>
340 <dd></dd>
341 <dt>
342 <a class="link" href="gstreamer-GstUri.html#gst-uri-make-writable" title="gst_uri_make_writable ()">gst_uri_make_writable</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
343 </dt>
344 <dd></dd>
345 <dt>
346 <a class="link" href="gstreamer-GstUri.html#gst-uri-new" title="gst_uri_new ()">gst_uri_new</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
347 </dt>
348 <dd></dd>
349 <dt>
350 <a class="link" href="gstreamer-GstUri.html#gst-uri-new-with-base" title="gst_uri_new_with_base ()">gst_uri_new_with_base</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
351 </dt>
352 <dd></dd>
353 <dt>
354 <a class="link" href="gstreamer-GstUri.html#gst-uri-normalize" title="gst_uri_normalize ()">gst_uri_normalize</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
355 </dt>
356 <dd></dd>
357 <dt>
358 <a class="link" href="gstreamer-GstUri.html#gst-uri-query-has-key" title="gst_uri_query_has_key ()">gst_uri_query_has_key</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
359 </dt>
360 <dd></dd>
361 <dt>
362 <a class="link" href="gstreamer-GstUri.html#gst-uri-remove-query-key" title="gst_uri_remove_query_key ()">gst_uri_remove_query_key</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
363 </dt>
364 <dd></dd>
365 <dt>
366 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-fragment" title="gst_uri_set_fragment ()">gst_uri_set_fragment</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
367 </dt>
368 <dd></dd>
369 <dt>
370 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-host" title="gst_uri_set_host ()">gst_uri_set_host</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
371 </dt>
372 <dd></dd>
373 <dt>
374 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-path" title="gst_uri_set_path ()">gst_uri_set_path</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
375 </dt>
376 <dd></dd>
377 <dt>
378 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-path-segments" title="gst_uri_set_path_segments ()">gst_uri_set_path_segments</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
379 </dt>
380 <dd></dd>
381 <dt>
382 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-path-string" title="gst_uri_set_path_string ()">gst_uri_set_path_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
383 </dt>
384 <dd></dd>
385 <dt>
386 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-port" title="gst_uri_set_port ()">gst_uri_set_port</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
387 </dt>
388 <dd></dd>
389 <dt>
390 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-query-string" title="gst_uri_set_query_string ()">gst_uri_set_query_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
391 </dt>
392 <dd></dd>
393 <dt>
394 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-query-table" title="gst_uri_set_query_table ()">gst_uri_set_query_table</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
395 </dt>
396 <dd></dd>
397 <dt>
398 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-query-value" title="gst_uri_set_query_value ()">gst_uri_set_query_value</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
399 </dt>
400 <dd></dd>
401 <dt>
402 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-scheme" title="gst_uri_set_scheme ()">gst_uri_set_scheme</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
403 </dt>
404 <dd></dd>
405 <dt>
406 <a class="link" href="gstreamer-GstUri.html#gst-uri-set-userinfo" title="gst_uri_set_userinfo ()">gst_uri_set_userinfo</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
407 </dt>
408 <dd></dd>
409 <dt>
410 <a class="link" href="gstreamer-GstUri.html#gst-uri-to-string" title="gst_uri_to_string ()">gst_uri_to_string</a>, function in <a class="link" href="gstreamer-GstUri.html" title="GstUri">GstUri</a>
411 </dt>
412 <dd></dd>
413 <a name="idxV"></a><h3 class="title">V</h3>
414 <dt>
415 <a class="link" href="gstreamer-GstValue.html#gst-value-get-flagset-flags" title="gst_value_get_flagset_flags ()">gst_value_get_flagset_flags</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
416 </dt>
417 <dd></dd>
418 <dt>
419 <a class="link" href="gstreamer-GstValue.html#gst-value-get-flagset-mask" title="gst_value_get_flagset_mask ()">gst_value_get_flagset_mask</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
420 </dt>
421 <dd></dd>
422 <dt>
423 <a class="link" href="gstreamer-GstValue.html#GST-VALUE-HOLDS-FLAG-SET:CAPS" title="GST_VALUE_HOLDS_FLAG_SET()">GST_VALUE_HOLDS_FLAG_SET</a>, macro in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
424 </dt>
425 <dd></dd>
426 <dt>
427 <a class="link" href="gstreamer-GstValue.html#gst-value-set-flagset" title="gst_value_set_flagset ()">gst_value_set_flagset</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
27428 </dt>
28429 <dd></dd>
29430 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.2: GStreamer 1.0 Core Reference Manual</title>
4 <title>Index of new API in 1.4: GStreamer 1.0 Core Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix05.html" title="Index of new API in 1.2.3">
9 <link rel="next" href="ix07.html" title="Index of new API in 1.0.10">
8 <link rel="prev" href="ix05.html" title="Index of new API in 1.6">
9 <link rel="next" href="ix07.html" title="Index of new API in 1.2.3">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
1515 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
1616  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxC">C</a>
18  <span class="dim">|</span> 
1917 <a class="shortcut" href="#idxD">D</a>
2018  <span class="dim">|</span> 
2119 <a class="shortcut" href="#idxE">E</a>
2624  <span class="dim">|</span> 
2725 <a class="shortcut" href="#idxQ">Q</a>
2826  <span class="dim">|</span> 
27 <a class="shortcut" href="#idxR">R</a>
28  <span class="dim">|</span> 
2929 <a class="shortcut" href="#idxS">S</a>
3030  <span class="dim">|</span> 
31 <a class="shortcut" href="#idxT">T</a>
32  <span class="dim">|</span> 
33 <a class="shortcut" href="#idxV">V</a></span></td>
31 <a class="shortcut" href="#idxT">T</a></span></td>
3432 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
3533 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
3634 <td><a accesskey="p" href="ix05.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
3836 </tr></table>
3937 <div class="index">
4038 <div class="titlepage"><div><div><h1 class="title">
41 <a name="id-1.12"></a>Index of new API in 1.2</h1></div></div></div>
39 <a name="id-1.12"></a>Index of new API in 1.4</h1></div></div></div>
4240 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
4341 <dt>
44 <a class="link" href="GstBuffer.html#gst-buffer-get-max-memory" title="gst_buffer_get_max_memory ()">gst_buffer_get_max_memory</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
45 </dt>
46 <dd></dd>
47 <a name="idxC"></a><h3 class="title">C</h3>
48 <dt>
49 <a class="link" href="GstCaps.html#gst-caps-append-structure-full" title="gst_caps_append_structure_full ()">gst_caps_append_structure_full</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
50 </dt>
51 <dd></dd>
52 <dt>
53 <a class="link" href="GstCapsFeatures.html#gst-caps-features-add" title="gst_caps_features_add ()">gst_caps_features_add</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
54 </dt>
55 <dd></dd>
56 <dt>
57 <a class="link" href="GstCapsFeatures.html#gst-caps-features-add-id" title="gst_caps_features_add_id ()">gst_caps_features_add_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
58 </dt>
59 <dd></dd>
60 <dt>
61 <a class="link" href="GstCapsFeatures.html#gst-caps-features-contains" title="gst_caps_features_contains ()">gst_caps_features_contains</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
62 </dt>
63 <dd></dd>
64 <dt>
65 <a class="link" href="GstCapsFeatures.html#gst-caps-features-contains-id" title="gst_caps_features_contains_id ()">gst_caps_features_contains_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
66 </dt>
67 <dd></dd>
68 <dt>
69 <a class="link" href="GstCapsFeatures.html#gst-caps-features-copy" title="gst_caps_features_copy ()">gst_caps_features_copy</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
70 </dt>
71 <dd></dd>
72 <dt>
73 <a class="link" href="GstCapsFeatures.html#gst-caps-features-free" title="gst_caps_features_free ()">gst_caps_features_free</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="GstCapsFeatures.html#gst-caps-features-from-string" title="gst_caps_features_from_string ()">gst_caps_features_from_string</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="GstCapsFeatures.html#gst-caps-features-get-nth" title="gst_caps_features_get_nth ()">gst_caps_features_get_nth</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
82 </dt>
83 <dd></dd>
84 <dt>
85 <a class="link" href="GstCapsFeatures.html#gst-caps-features-get-nth-id" title="gst_caps_features_get_nth_id ()">gst_caps_features_get_nth_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
86 </dt>
87 <dd></dd>
88 <dt>
89 <a class="link" href="GstCapsFeatures.html#gst-caps-features-get-size" title="gst_caps_features_get_size ()">gst_caps_features_get_size</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
90 </dt>
91 <dd></dd>
92 <dt>
93 <a class="link" href="GstCapsFeatures.html#gst-caps-features-is-any" title="gst_caps_features_is_any ()">gst_caps_features_is_any</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
94 </dt>
95 <dd></dd>
96 <dt>
97 <a class="link" href="GstCapsFeatures.html#gst-caps-features-is-equal" title="gst_caps_features_is_equal ()">gst_caps_features_is_equal</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
98 </dt>
99 <dd></dd>
100 <dt>
101 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new" title="gst_caps_features_new ()">gst_caps_features_new</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
102 </dt>
103 <dd></dd>
104 <dt>
105 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-any" title="gst_caps_features_new_any ()">gst_caps_features_new_any</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
106 </dt>
107 <dd></dd>
108 <dt>
109 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-empty" title="gst_caps_features_new_empty ()">gst_caps_features_new_empty</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
110 </dt>
111 <dd></dd>
112 <dt>
113 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-id" title="gst_caps_features_new_id ()">gst_caps_features_new_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
114 </dt>
115 <dd></dd>
116 <dt>
117 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-id-valist" title="gst_caps_features_new_id_valist ()">gst_caps_features_new_id_valist</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
118 </dt>
119 <dd></dd>
120 <dt>
121 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-valist" title="gst_caps_features_new_valist ()">gst_caps_features_new_valist</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
122 </dt>
123 <dd></dd>
124 <dt>
125 <a class="link" href="GstCapsFeatures.html#gst-caps-features-remove" title="gst_caps_features_remove ()">gst_caps_features_remove</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
126 </dt>
127 <dd></dd>
128 <dt>
129 <a class="link" href="GstCapsFeatures.html#gst-caps-features-remove-id" title="gst_caps_features_remove_id ()">gst_caps_features_remove_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
130 </dt>
131 <dd></dd>
132 <dt>
133 <a class="link" href="GstCapsFeatures.html#gst-caps-features-set-parent-refcount" title="gst_caps_features_set_parent_refcount ()">gst_caps_features_set_parent_refcount</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
134 </dt>
135 <dd></dd>
136 <dt>
137 <a class="link" href="GstCapsFeatures.html#gst-caps-features-to-string" title="gst_caps_features_to_string ()">gst_caps_features_to_string</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
138 </dt>
139 <dd></dd>
140 <dt>
141 <a class="link" href="GstCaps.html#gst-caps-get-features" title="gst_caps_get_features ()">gst_caps_get_features</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
142 </dt>
143 <dd></dd>
144 <dt>
145 <a class="link" href="GstCaps.html#gst-caps-is-subset-structure-full" title="gst_caps_is_subset_structure_full ()">gst_caps_is_subset_structure_full</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
146 </dt>
147 <dd></dd>
148 <dt>
149 <a class="link" href="GstCaps.html#gst-caps-merge-structure-full" title="gst_caps_merge_structure_full ()">gst_caps_merge_structure_full</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
150 </dt>
151 <dd></dd>
152 <dt>
153 <a class="link" href="GstCaps.html#gst-caps-set-features" title="gst_caps_set_features ()">gst_caps_set_features</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
154 </dt>
155 <dd></dd>
156 <dt>
157 <a class="link" href="GstContext.html#gst-context-get-context-type" title="gst_context_get_context_type ()">gst_context_get_context_type</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
158 </dt>
159 <dd></dd>
160 <dt>
161 <a class="link" href="GstContext.html#gst-context-get-structure" title="gst_context_get_structure ()">gst_context_get_structure</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
162 </dt>
163 <dd></dd>
164 <dt>
165 <a class="link" href="GstContext.html#gst-context-has-context-type" title="gst_context_has_context_type ()">gst_context_has_context_type</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
166 </dt>
167 <dd></dd>
168 <dt>
169 <a class="link" href="GstContext.html#gst-context-is-persistent" title="gst_context_is_persistent ()">gst_context_is_persistent</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
170 </dt>
171 <dd></dd>
172 <dt>
173 <a class="link" href="GstContext.html#gst-context-new" title="gst_context_new ()">gst_context_new</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
174 </dt>
175 <dd></dd>
176 <dt>
177 <a class="link" href="GstContext.html#gst-context-writable-structure" title="gst_context_writable_structure ()">gst_context_writable_structure</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
42 <a class="link" href="GstBuffer.html#gst-buffer-is-all-memory-writable" title="gst_buffer_is_all_memory_writable ()">gst_buffer_is_all_memory_writable</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
43 </dt>
44 <dd></dd>
45 <dt>
46 <a class="link" href="GstBuffer.html#gst-buffer-is-memory-range-writable" title="gst_buffer_is_memory_range_writable ()">gst_buffer_is_memory_range_writable</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
47 </dt>
48 <dd></dd>
49 <dt>
50 <a class="link" href="GstBufferPool.html#gst-buffer-pool-config-validate-params" title="gst_buffer_pool_config_validate_params ()">gst_buffer_pool_config_validate_params</a>, function in <a class="link" href="GstBufferPool.html" title="GstBufferPool">GstBufferPool</a>
51 </dt>
52 <dd></dd>
53 <dt>
54 <a class="link" href="GstBufferPool.html#gst-buffer-pool-set-flushing" title="gst_buffer_pool_set_flushing ()">gst_buffer_pool_set_flushing</a>, function in <a class="link" href="GstBufferPool.html" title="GstBufferPool">GstBufferPool</a>
17855 </dt>
17956 <dd></dd>
18057 <a name="idxD"></a><h3 class="title">D</h3>
18158 <dt>
182 <a class="link" href="gstreamer-GstInfo.html#gst-debug-get-color-mode" title="gst_debug_get_color_mode ()">gst_debug_get_color_mode</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
183 </dt>
184 <dd></dd>
185 <dt>
186 <a class="link" href="gstreamer-GstInfo.html#gst-debug-set-color-mode" title="gst_debug_set_color_mode ()">gst_debug_set_color_mode</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
187 </dt>
188 <dd></dd>
189 <dt>
190 <a class="link" href="gstreamer-GstInfo.html#gst-debug-set-color-mode-from-string" title="gst_debug_set_color_mode_from_string ()">gst_debug_set_color_mode_from_string</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
191 </dt>
192 <dd></dd>
193 <dt>
194 <a class="link" href="gstreamer-GstInfo.html#gst-debug-set-threshold-from-string" title="gst_debug_set_threshold_from_string ()">gst_debug_set_threshold_from_string</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
59 <a class="link" href="gstreamer-GstDevice.html#GstDevice" title="struct GstDevice">GstDevice</a>, struct in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
60 </dt>
61 <dd></dd>
62 <dt>
63 <a class="link" href="gstreamer-GstDevice.html#GstDeviceClass" title="struct GstDeviceClass">GstDeviceClass</a>, struct in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
64 </dt>
65 <dd></dd>
66 <dt>
67 <a class="link" href="gstreamer-GstDeviceMonitor.html#GstDeviceMonitor" title="struct GstDeviceMonitor">GstDeviceMonitor</a>, struct in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
68 </dt>
69 <dd></dd>
70 <dt>
71 <a class="link" href="gstreamer-GstDeviceMonitor.html#GstDeviceMonitorClass" title="struct GstDeviceMonitorClass">GstDeviceMonitorClass</a>, struct in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
72 </dt>
73 <dd></dd>
74 <dt>
75 <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProvider" title="struct GstDeviceProvider">GstDeviceProvider</a>, struct in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
76 </dt>
77 <dd></dd>
78 <dt>
79 <a class="link" href="gstreamer-GstDeviceProvider.html#GstDeviceProviderClass" title="struct GstDeviceProviderClass">GstDeviceProviderClass</a>, struct in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
80 </dt>
81 <dd></dd>
82 <dt>
83 <a class="link" href="GstDeviceProviderFactory.html#GstDeviceProviderFactory-struct" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>, struct in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
84 </dt>
85 <dd></dd>
86 <dt>
87 <a class="link" href="GstDeviceProviderFactory.html#GstDeviceProviderFactoryClass" title="GstDeviceProviderFactoryClass">GstDeviceProviderFactoryClass</a>, struct in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
88 </dt>
89 <dd></dd>
90 <dt>
91 <a class="link" href="gstreamer-GstDevice.html#gst-device-create-element" title="gst_device_create_element ()">gst_device_create_element</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
92 </dt>
93 <dd></dd>
94 <dt>
95 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-caps" title="gst_device_get_caps ()">gst_device_get_caps</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
96 </dt>
97 <dd></dd>
98 <dt>
99 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-device-class" title="gst_device_get_device_class ()">gst_device_get_device_class</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
100 </dt>
101 <dd></dd>
102 <dt>
103 <a class="link" href="gstreamer-GstDevice.html#gst-device-get-display-name" title="gst_device_get_display_name ()">gst_device_get_display_name</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
104 </dt>
105 <dd></dd>
106 <dt>
107 <a class="link" href="gstreamer-GstDevice.html#gst-device-has-classes" title="gst_device_has_classes ()">gst_device_has_classes</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
108 </dt>
109 <dd></dd>
110 <dt>
111 <a class="link" href="gstreamer-GstDevice.html#gst-device-has-classesv" title="gst_device_has_classesv ()">gst_device_has_classesv</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
112 </dt>
113 <dd></dd>
114 <dt>
115 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-add-filter" title="gst_device_monitor_add_filter ()">gst_device_monitor_add_filter</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
116 </dt>
117 <dd></dd>
118 <dt>
119 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-bus" title="gst_device_monitor_get_bus ()">gst_device_monitor_get_bus</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
120 </dt>
121 <dd></dd>
122 <dt>
123 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-get-devices" title="gst_device_monitor_get_devices ()">gst_device_monitor_get_devices</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
124 </dt>
125 <dd></dd>
126 <dt>
127 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-new" title="gst_device_monitor_new ()">gst_device_monitor_new</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
128 </dt>
129 <dd></dd>
130 <dt>
131 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-remove-filter" title="gst_device_monitor_remove_filter ()">gst_device_monitor_remove_filter</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
132 </dt>
133 <dd></dd>
134 <dt>
135 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-start" title="gst_device_monitor_start ()">gst_device_monitor_start</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
136 </dt>
137 <dd></dd>
138 <dt>
139 <a class="link" href="gstreamer-GstDeviceMonitor.html#gst-device-monitor-stop" title="gst_device_monitor_stop ()">gst_device_monitor_stop</a>, function in <a class="link" href="gstreamer-GstDeviceMonitor.html" title="GstDeviceMonitor">GstDeviceMonitor</a>
140 </dt>
141 <dd></dd>
142 <dt>
143 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-add-metadata" title="gst_device_provider_class_add_metadata ()">gst_device_provider_class_add_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
144 </dt>
145 <dd></dd>
146 <dt>
147 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-add-static-metadata" title="gst_device_provider_class_add_static_metadata ()">gst_device_provider_class_add_static_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
148 </dt>
149 <dd></dd>
150 <dt>
151 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-get-metadata" title="gst_device_provider_class_get_metadata ()">gst_device_provider_class_get_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
152 </dt>
153 <dd></dd>
154 <dt>
155 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-set-metadata" title="gst_device_provider_class_set_metadata ()">gst_device_provider_class_set_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
156 </dt>
157 <dd></dd>
158 <dt>
159 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-class-set-static-metadata" title="gst_device_provider_class_set_static_metadata ()">gst_device_provider_class_set_static_metadata</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
160 </dt>
161 <dd></dd>
162 <dt>
163 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-device-add" title="gst_device_provider_device_add ()">gst_device_provider_device_add</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
164 </dt>
165 <dd></dd>
166 <dt>
167 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-device-remove" title="gst_device_provider_device_remove ()">gst_device_provider_device_remove</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
168 </dt>
169 <dd></dd>
170 <dt>
171 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-find" title="gst_device_provider_factory_find ()">gst_device_provider_factory_find</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
172 </dt>
173 <dd></dd>
174 <dt>
175 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get" title="gst_device_provider_factory_get ()">gst_device_provider_factory_get</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
176 </dt>
177 <dd></dd>
178 <dt>
179 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-by-name" title="gst_device_provider_factory_get_by_name ()">gst_device_provider_factory_get_by_name</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
180 </dt>
181 <dd></dd>
182 <dt>
183 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-device-provider-type" title="gst_device_provider_factory_get_device_provider_type ()">gst_device_provider_factory_get_device_provider_type</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
184 </dt>
185 <dd></dd>
186 <dt>
187 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-metadata" title="gst_device_provider_factory_get_metadata ()">gst_device_provider_factory_get_metadata</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
188 </dt>
189 <dd></dd>
190 <dt>
191 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-get-metadata-keys" title="gst_device_provider_factory_get_metadata_keys ()">gst_device_provider_factory_get_metadata_keys</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
192 </dt>
193 <dd></dd>
194 <dt>
195 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-has-classes" title="gst_device_provider_factory_has_classes ()">gst_device_provider_factory_has_classes</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
196 </dt>
197 <dd></dd>
198 <dt>
199 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-has-classesv" title="gst_device_provider_factory_has_classesv ()">gst_device_provider_factory_has_classesv</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
200 </dt>
201 <dd></dd>
202 <dt>
203 <a class="link" href="GstDeviceProviderFactory.html#gst-device-provider-factory-list-get-device-providers" title="gst_device_provider_factory_list_get_device_providers ()">gst_device_provider_factory_list_get_device_providers</a>, function in <a class="link" href="GstDeviceProviderFactory.html" title="GstDeviceProviderFactory">GstDeviceProviderFactory</a>
204 </dt>
205 <dd></dd>
206 <dt>
207 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-get-bus" title="gst_device_provider_get_bus ()">gst_device_provider_get_bus</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
208 </dt>
209 <dd></dd>
210 <dt>
211 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-get-devices" title="gst_device_provider_get_devices ()">gst_device_provider_get_devices</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
212 </dt>
213 <dd></dd>
214 <dt>
215 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-get-factory" title="gst_device_provider_get_factory ()">gst_device_provider_get_factory</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
216 </dt>
217 <dd></dd>
218 <dt>
219 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-register" title="gst_device_provider_register ()">gst_device_provider_register</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
220 </dt>
221 <dd></dd>
222 <dt>
223 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-start" title="gst_device_provider_start ()">gst_device_provider_start</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
224 </dt>
225 <dd></dd>
226 <dt>
227 <a class="link" href="gstreamer-GstDeviceProvider.html#gst-device-provider-stop" title="gst_device_provider_stop ()">gst_device_provider_stop</a>, function in <a class="link" href="gstreamer-GstDeviceProvider.html" title="GstDeviceProvider">GstDeviceProvider</a>
228 </dt>
229 <dd></dd>
230 <dt>
231 <a class="link" href="gstreamer-GstDevice.html#gst-device-reconfigure-element" title="gst_device_reconfigure_element ()">gst_device_reconfigure_element</a>, function in <a class="link" href="gstreamer-GstDevice.html" title="GstDevice">GstDevice</a>
195232 </dt>
196233 <dd></dd>
197234 <a name="idxE"></a><h3 class="title">E</h3>
198235 <dt>
199 <a class="link" href="GstEvent.html#gst-event-parse-group-id" title="gst_event_parse_group_id ()">gst_event_parse_group_id</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
200 </dt>
201 <dd></dd>
202 <dt>
203 <a class="link" href="GstEvent.html#gst-event-parse-stream-flags" title="gst_event_parse_stream_flags ()">gst_event_parse_stream_flags</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
204 </dt>
205 <dd></dd>
206 <dt>
207 <a class="link" href="GstEvent.html#gst-event-set-group-id" title="gst_event_set_group_id ()">gst_event_set_group_id</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
208 </dt>
209 <dd></dd>
210 <dt>
211 <a class="link" href="GstEvent.html#gst-event-set-stream-flags" title="gst_event_set_stream_flags ()">gst_event_set_stream_flags</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
236 <a class="link" href="GstEvent.html#gst-event-get-running-time-offset" title="gst_event_get_running_time_offset ()">gst_event_get_running_time_offset</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
237 </dt>
238 <dd></dd>
239 <dt>
240 <a class="link" href="GstEvent.html#gst-event-set-running-time-offset" title="gst_event_set_running_time_offset ()">gst_event_set_running_time_offset</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
212241 </dt>
213242 <dd></dd>
214243 <a name="idxM"></a><h3 class="title">M</h3>
215244 <dt>
216 <a class="link" href="GstMemory.html#GST-MEMORY-IS-NOT-MAPPABLE:CAPS" title="GST_MEMORY_IS_NOT_MAPPABLE()">GST_MEMORY_IS_NOT_MAPPABLE</a>, macro in <a class="link" href="GstMemory.html" title="GstMemory">GstMemory</a>
217 </dt>
218 <dd></dd>
219 <dt>
220 <a class="link" href="GstMemory.html#GST-MEMORY-IS-PHYSICALLY-CONTIGUOUS:CAPS" title="GST_MEMORY_IS_PHYSICALLY_CONTIGUOUS()">GST_MEMORY_IS_PHYSICALLY_CONTIGUOUS</a>, macro in <a class="link" href="GstMemory.html" title="GstMemory">GstMemory</a>
221 </dt>
222 <dd></dd>
223 <dt>
224 <a class="link" href="GstMemory.html#gst-memory-is-type" title="gst_memory_is_type ()">gst_memory_is_type</a>, function in <a class="link" href="GstMemory.html" title="GstMemory">GstMemory</a>
225 </dt>
226 <dd></dd>
227 <dt>
228 <a class="link" href="GstMessage.html#gst-message-new-have-context" title="gst_message_new_have_context ()">gst_message_new_have_context</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
229 </dt>
230 <dd></dd>
231 <dt>
232 <a class="link" href="GstMessage.html#gst-message-new-need-context" title="gst_message_new_need_context ()">gst_message_new_need_context</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
233 </dt>
234 <dd></dd>
235 <dt>
236 <a class="link" href="GstMessage.html#gst-message-parse-context-type" title="gst_message_parse_context_type ()">gst_message_parse_context_type</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
237 </dt>
238 <dd></dd>
239 <dt>
240 <a class="link" href="GstMessage.html#gst-message-parse-group-id" title="gst_message_parse_group_id ()">gst_message_parse_group_id</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
241 </dt>
242 <dd></dd>
243 <dt>
244 <a class="link" href="GstMessage.html#gst-message-parse-have-context" title="gst_message_parse_have_context ()">gst_message_parse_have_context</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
245 </dt>
246 <dd></dd>
247 <dt>
248 <a class="link" href="GstMessage.html#gst-message-set-group-id" title="gst_message_set_group_id ()">gst_message_set_group_id</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
249 </dt>
250 <dd></dd>
251 <dt>
252 <a class="link" href="gstreamer-GstMeta.html#gst-meta-api-type-get-tags" title="gst_meta_api_type_get_tags ()">gst_meta_api_type_get_tags</a>, function in <a class="link" href="gstreamer-GstMeta.html" title="GstMeta">GstMeta</a>
253 </dt>
254 <dd></dd>
255 <dt>
256 <a class="link" href="gstreamer-GstMeta.html#GST-META-TAG-MEMORY-STR:CAPS" title="GST_META_TAG_MEMORY_STR">GST_META_TAG_MEMORY_STR</a>, macro in <a class="link" href="gstreamer-GstMeta.html" title="GstMeta">GstMeta</a>
245 <a class="link" href="GstMessage.html#gst-message-new-device-added" title="gst_message_new_device_added ()">gst_message_new_device_added</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
246 </dt>
247 <dd></dd>
248 <dt>
249 <a class="link" href="GstMessage.html#gst-message-new-device-removed" title="gst_message_new_device_removed ()">gst_message_new_device_removed</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
250 </dt>
251 <dd></dd>
252 <dt>
253 <a class="link" href="GstMessage.html#gst-message-parse-device-added" title="gst_message_parse_device_added ()">gst_message_parse_device_added</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
254 </dt>
255 <dd></dd>
256 <dt>
257 <a class="link" href="GstMessage.html#gst-message-parse-device-removed" title="gst_message_parse_device_removed ()">gst_message_parse_device_removed</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
258 </dt>
259 <dd></dd>
260 <dt>
261 <a class="link" href="GstMessage.html#GST-MESSAGE-TYPE-IS-EXTENDED:CAPS" title="GST_MESSAGE_TYPE_IS_EXTENDED()">GST_MESSAGE_TYPE_IS_EXTENDED</a>, macro in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
257262 </dt>
258263 <dd></dd>
259264 <a name="idxP"></a><h3 class="title">P</h3>
260265 <dt>
261 <a class="link" href="GstPad.html#gst-pad-get-stream-id" title="gst_pad_get_stream_id ()">gst_pad_get_stream_id</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
262 </dt>
263 <dd></dd>
264 <dt>
265 <a class="link" href="GstPad.html#gst-pad-store-sticky-event" title="gst_pad_store_sticky_event ()">gst_pad_store_sticky_event</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
266 </dt>
267 <dd></dd>
268 <dt>
269 <a class="link" href="GstPluginFeature.html#gst-plugin-feature-get-plugin-name" title="gst_plugin_feature_get_plugin_name ()">gst_plugin_feature_get_plugin_name</a>, function in <a class="link" href="GstPluginFeature.html" title="GstPluginFeature">GstPluginFeature</a>
270 </dt>
271 <dd></dd>
272 <dt>
273 <a class="link" href="GstPlugin.html#GST-PLUGIN-STATIC-DECLARE:CAPS" title="GST_PLUGIN_STATIC_DECLARE()">GST_PLUGIN_STATIC_DECLARE</a>, macro in <a class="link" href="GstPlugin.html" title="GstPlugin">GstPlugin</a>
274 </dt>
275 <dd></dd>
276 <dt>
277 <a class="link" href="GstPlugin.html#GST-PLUGIN-STATIC-REGISTER:CAPS" title="GST_PLUGIN_STATIC_REGISTER()">GST_PLUGIN_STATIC_REGISTER</a>, macro in <a class="link" href="GstPlugin.html" title="GstPlugin">GstPlugin</a>
266 <a class="link" href="GstPad.html#gst-pad-get-last-flow-return" title="gst_pad_get_last_flow_return ()">gst_pad_get_last_flow_return</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
267 </dt>
268 <dd></dd>
269 <dt>
270 <a class="link" href="GstPad.html#GST-PAD-LAST-FLOW-RETURN:CAPS" title="GST_PAD_LAST_FLOW_RETURN()">GST_PAD_LAST_FLOW_RETURN</a>, macro in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
271 </dt>
272 <dd></dd>
273 <dt>
274 <a class="link" href="GstPad.html#gst-pad-link-get-name" title="gst_pad_link_get_name ()">gst_pad_link_get_name</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
278275 </dt>
279276 <dd></dd>
280277 <a name="idxQ"></a><h3 class="title">Q</h3>
281278 <dt>
282 <a class="link" href="GstQuery.html#gst-query-new-context" title="gst_query_new_context ()">gst_query_new_context</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
283 </dt>
284 <dd></dd>
285 <dt>
286 <a class="link" href="GstQuery.html#gst-query-parse-context" title="gst_query_parse_context ()">gst_query_parse_context</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
287 </dt>
288 <dd></dd>
289 <dt>
290 <a class="link" href="GstQuery.html#gst-query-parse-context-type" title="gst_query_parse_context_type ()">gst_query_parse_context_type</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
291 </dt>
292 <dd></dd>
293 <dt>
294 <a class="link" href="GstQuery.html#gst-query-parse-uri-redirection" title="gst_query_parse_uri_redirection ()">gst_query_parse_uri_redirection</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
295 </dt>
296 <dd></dd>
297 <dt>
298 <a class="link" href="GstQuery.html#gst-query-remove-nth-allocation-param" title="gst_query_remove_nth_allocation_param ()">gst_query_remove_nth_allocation_param</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
299 </dt>
300 <dd></dd>
301 <dt>
302 <a class="link" href="GstQuery.html#gst-query-remove-nth-allocation-pool" title="gst_query_remove_nth_allocation_pool ()">gst_query_remove_nth_allocation_pool</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
303 </dt>
304 <dd></dd>
305 <dt>
306 <a class="link" href="GstQuery.html#gst-query-set-context" title="gst_query_set_context ()">gst_query_set_context</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
307 </dt>
308 <dd></dd>
309 <dt>
310 <a class="link" href="GstQuery.html#gst-query-set-uri-redirection" title="gst_query_set_uri_redirection ()">gst_query_set_uri_redirection</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
279 <a class="link" href="GstQuery.html#gst-query-parse-uri-redirection-permanent" title="gst_query_parse_uri_redirection_permanent ()">gst_query_parse_uri_redirection_permanent</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
280 </dt>
281 <dd></dd>
282 <dt>
283 <a class="link" href="GstQuery.html#gst-query-set-uri-redirection-permanent" title="gst_query_set_uri_redirection_permanent ()">gst_query_set_uri_redirection_permanent</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
284 </dt>
285 <dd></dd>
286 <a name="idxR"></a><h3 class="title">R</h3>
287 <dt>
288 <a class="link" href="gstreamer-GstUtils.html#GST-ROUND-DOWN-128:CAPS" title="GST_ROUND_DOWN_128()">GST_ROUND_DOWN_128</a>, macro in <a class="link" href="gstreamer-GstUtils.html" title="GstUtils">GstUtils</a>
289 </dt>
290 <dd></dd>
291 <dt>
292 <a class="link" href="gstreamer-GstUtils.html#GST-ROUND-UP-128:CAPS" title="GST_ROUND_UP_128()">GST_ROUND_UP_128</a>, macro in <a class="link" href="gstreamer-GstUtils.html" title="GstUtils">GstUtils</a>
311293 </dt>
312294 <dd></dd>
313295 <a name="idxS"></a><h3 class="title">S</h3>
314296 <dt>
315 <a class="link" href="GstSample.html#gst-sample-copy" title="gst_sample_copy ()">gst_sample_copy</a>, function in <a class="link" href="GstSample.html" title="GstSample">GstSample</a>
316 </dt>
317 <dd></dd>
318 <dt>
319 <a class="link" href="GstEvent.html#GstStreamFlags" title="enum GstStreamFlags">GstStreamFlags</a>, enum in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
320 </dt>
321 <dd></dd>
322 <dt>
323 <a class="link" href="GstStructure.html#gst-structure-new-from-string" title="gst_structure_new_from_string ()">gst_structure_new_from_string</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
297 <a class="link" href="GstStructure.html#gst-structure-get-int64" title="gst_structure_get_int64 ()">gst_structure_get_int64</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
298 </dt>
299 <dd></dd>
300 <dt>
301 <a class="link" href="GstStructure.html#gst-structure-get-uint64" title="gst_structure_get_uint64 ()">gst_structure_get_uint64</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
302 </dt>
303 <dd></dd>
304 <dt>
305 <a class="link" href="GstSystemClock.html#gst-system-clock-set-default" title="gst_system_clock_set_default ()">gst_system_clock_set_default</a>, function in <a class="link" href="GstSystemClock.html" title="GstSystemClock">GstSystemClock</a>
324306 </dt>
325307 <dd></dd>
326308 <a name="idxT"></a><h3 class="title">T</h3>
327309 <dt>
328 <a class="link" href="GstTagList.html#GST-TAG-INTERPRETED-BY:CAPS" title="GST_TAG_INTERPRETED_BY">GST_TAG_INTERPRETED_BY</a>, macro in <a class="link" href="GstTagList.html" title="GstTagList">GstTagList</a>
329 </dt>
330 <dd></dd>
331 <dt>
332 <a class="link" href="GstTagList.html#GST-TAG-PUBLISHER:CAPS" title="GST_TAG_PUBLISHER">GST_TAG_PUBLISHER</a>, macro in <a class="link" href="GstTagList.html" title="GstTagList">GstTagList</a>
333 </dt>
334 <dd></dd>
335 <a name="idxV"></a><h3 class="title">V</h3>
336 <dt>
337 <a class="link" href="gstreamer-GstValue.html#gst-value-array-append-and-take-value" title="gst_value_array_append_and_take_value ()">gst_value_array_append_and_take_value</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
338 </dt>
339 <dd></dd>
340 <dt>
341 <a class="link" href="gstreamer-GstValue.html#gst-value-list-append-and-take-value" title="gst_value_list_append_and_take_value ()">gst_value_list_append_and_take_value</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
310 <a class="link" href="GstTagList.html#GST-TAG-MIDI-BASE-NOTE:CAPS" title="GST_TAG_MIDI_BASE_NOTE">GST_TAG_MIDI_BASE_NOTE</a>, macro in <a class="link" href="GstTagList.html" title="GstTagList">GstTagList</a>
311 </dt>
312 <dd></dd>
313 <dt>
314 <a class="link" href="GstToc.html#GstTocLoopType" title="enum GstTocLoopType">GstTocLoopType</a>, enum in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
315 </dt>
316 <dd></dd>
317 <dt>
318 <a class="link" href="GstToc.html#gst-toc-entry-get-loop" title="gst_toc_entry_get_loop ()">gst_toc_entry_get_loop</a>, function in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
319 </dt>
320 <dd></dd>
321 <dt>
322 <a class="link" href="GstToc.html#gst-toc-entry-set-loop" title="gst_toc_entry_set_loop ()">gst_toc_entry_set_loop</a>, function in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
323 </dt>
324 <dd></dd>
325 <dt>
326 <a class="link" href="GstToc.html#GST-TOC-REPEAT-COUNT-INFINITE:CAPS" title="GST_TOC_REPEAT_COUNT_INFINITE">GST_TOC_REPEAT_COUNT_INFINITE</a>, macro in <a class="link" href="GstToc.html" title="GstToc">GstToc</a>
342327 </dt>
343328 <dd></dd>
344329 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.0.10: GStreamer 1.0 Core Reference Manual</title>
4 <title>Index of new API in 1.2.3: GStreamer 1.0 Core Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix06.html" title="Index of new API in 1.2">
9 <link rel="next" href="ix08.html" title="Index of new API in 1.0.5">
8 <link rel="prev" href="ix06.html" title="Index of new API in 1.4">
9 <link rel="next" href="ix08.html" title="Index of new API in 1.2">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxS">S</a></span></td>
1616 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
1717 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
1818 <td><a accesskey="p" href="ix06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
2020 </tr></table>
2121 <div class="index">
2222 <div class="titlepage"><div><div><h1 class="title">
23 <a name="id-1.13"></a>Index of new API in 1.0.10</h1></div></div></div>
24 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
23 <a name="id-1.13"></a>Index of new API in 1.2.3</h1></div></div></div>
24 <a name="idx"></a><a name="idxS"></a><h3 class="title">S</h3>
2525 <dt>
26 <a class="link" href="GstBuffer.html#gst-buffer-extract-dup" title="gst_buffer_extract_dup ()">gst_buffer_extract_dup</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
26 <a class="link" href="GstSegment.html#gst-segment-offset-running-time" title="gst_segment_offset_running_time ()">gst_segment_offset_running_time</a>, function in <a class="link" href="GstSegment.html" title="GstSegment">GstSegment</a>
2727 </dt>
2828 <dd></dd>
2929 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.0.5: GStreamer 1.0 Core Reference Manual</title>
4 <title>Index of new API in 1.2: GStreamer 1.0 Core Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix07.html" title="Index of new API in 1.0.10">
9 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
8 <link rel="prev" href="ix07.html" title="Index of new API in 1.2.3">
9 <link rel="next" href="ix09.html" title="Index of new API in 1.0.10">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a>
16  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxC">C</a>
18  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxD">D</a>
20  <span class="dim">|</span> 
21 <a class="shortcut" href="#idxE">E</a>
22  <span class="dim">|</span> 
23 <a class="shortcut" href="#idxM">M</a>
24  <span class="dim">|</span> 
25 <a class="shortcut" href="#idxP">P</a>
26  <span class="dim">|</span> 
27 <a class="shortcut" href="#idxQ">Q</a>
28  <span class="dim">|</span> 
29 <a class="shortcut" href="#idxS">S</a>
30  <span class="dim">|</span> 
31 <a class="shortcut" href="#idxT">T</a>
32  <span class="dim">|</span> 
33 <a class="shortcut" href="#idxV">V</a></span></td>
1634 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
1735 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
1836 <td><a accesskey="p" href="ix07.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19 <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
37 <td><a accesskey="n" href="ix09.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
2038 </tr></table>
2139 <div class="index">
2240 <div class="titlepage"><div><div><h1 class="title">
23 <a name="id-1.14"></a>Index of new API in 1.0.5</h1></div></div></div>
41 <a name="id-1.14"></a>Index of new API in 1.2</h1></div></div></div>
2442 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
2543 <dt>
26 <a class="link" href="GstBin.html#GST-BIN-IS-NO-RESYNC:CAPS" title="GST_BIN_IS_NO_RESYNC()">GST_BIN_IS_NO_RESYNC</a>, macro in <a class="link" href="GstBin.html" title="GstBin">GstBin</a>
44 <a class="link" href="GstBuffer.html#gst-buffer-get-max-memory" title="gst_buffer_get_max_memory ()">gst_buffer_get_max_memory</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
45 </dt>
46 <dd></dd>
47 <a name="idxC"></a><h3 class="title">C</h3>
48 <dt>
49 <a class="link" href="GstCaps.html#gst-caps-append-structure-full" title="gst_caps_append_structure_full ()">gst_caps_append_structure_full</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
50 </dt>
51 <dd></dd>
52 <dt>
53 <a class="link" href="GstCapsFeatures.html#gst-caps-features-add" title="gst_caps_features_add ()">gst_caps_features_add</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
54 </dt>
55 <dd></dd>
56 <dt>
57 <a class="link" href="GstCapsFeatures.html#gst-caps-features-add-id" title="gst_caps_features_add_id ()">gst_caps_features_add_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
58 </dt>
59 <dd></dd>
60 <dt>
61 <a class="link" href="GstCapsFeatures.html#gst-caps-features-contains" title="gst_caps_features_contains ()">gst_caps_features_contains</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
62 </dt>
63 <dd></dd>
64 <dt>
65 <a class="link" href="GstCapsFeatures.html#gst-caps-features-contains-id" title="gst_caps_features_contains_id ()">gst_caps_features_contains_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
66 </dt>
67 <dd></dd>
68 <dt>
69 <a class="link" href="GstCapsFeatures.html#gst-caps-features-copy" title="gst_caps_features_copy ()">gst_caps_features_copy</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
70 </dt>
71 <dd></dd>
72 <dt>
73 <a class="link" href="GstCapsFeatures.html#gst-caps-features-free" title="gst_caps_features_free ()">gst_caps_features_free</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="GstCapsFeatures.html#gst-caps-features-from-string" title="gst_caps_features_from_string ()">gst_caps_features_from_string</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="GstCapsFeatures.html#gst-caps-features-get-nth" title="gst_caps_features_get_nth ()">gst_caps_features_get_nth</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
82 </dt>
83 <dd></dd>
84 <dt>
85 <a class="link" href="GstCapsFeatures.html#gst-caps-features-get-nth-id" title="gst_caps_features_get_nth_id ()">gst_caps_features_get_nth_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
86 </dt>
87 <dd></dd>
88 <dt>
89 <a class="link" href="GstCapsFeatures.html#gst-caps-features-get-size" title="gst_caps_features_get_size ()">gst_caps_features_get_size</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
90 </dt>
91 <dd></dd>
92 <dt>
93 <a class="link" href="GstCapsFeatures.html#gst-caps-features-is-any" title="gst_caps_features_is_any ()">gst_caps_features_is_any</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
94 </dt>
95 <dd></dd>
96 <dt>
97 <a class="link" href="GstCapsFeatures.html#gst-caps-features-is-equal" title="gst_caps_features_is_equal ()">gst_caps_features_is_equal</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
98 </dt>
99 <dd></dd>
100 <dt>
101 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new" title="gst_caps_features_new ()">gst_caps_features_new</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
102 </dt>
103 <dd></dd>
104 <dt>
105 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-any" title="gst_caps_features_new_any ()">gst_caps_features_new_any</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
106 </dt>
107 <dd></dd>
108 <dt>
109 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-empty" title="gst_caps_features_new_empty ()">gst_caps_features_new_empty</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
110 </dt>
111 <dd></dd>
112 <dt>
113 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-id" title="gst_caps_features_new_id ()">gst_caps_features_new_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
114 </dt>
115 <dd></dd>
116 <dt>
117 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-id-valist" title="gst_caps_features_new_id_valist ()">gst_caps_features_new_id_valist</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
118 </dt>
119 <dd></dd>
120 <dt>
121 <a class="link" href="GstCapsFeatures.html#gst-caps-features-new-valist" title="gst_caps_features_new_valist ()">gst_caps_features_new_valist</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
122 </dt>
123 <dd></dd>
124 <dt>
125 <a class="link" href="GstCapsFeatures.html#gst-caps-features-remove" title="gst_caps_features_remove ()">gst_caps_features_remove</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
126 </dt>
127 <dd></dd>
128 <dt>
129 <a class="link" href="GstCapsFeatures.html#gst-caps-features-remove-id" title="gst_caps_features_remove_id ()">gst_caps_features_remove_id</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
130 </dt>
131 <dd></dd>
132 <dt>
133 <a class="link" href="GstCapsFeatures.html#gst-caps-features-set-parent-refcount" title="gst_caps_features_set_parent_refcount ()">gst_caps_features_set_parent_refcount</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
134 </dt>
135 <dd></dd>
136 <dt>
137 <a class="link" href="GstCapsFeatures.html#gst-caps-features-to-string" title="gst_caps_features_to_string ()">gst_caps_features_to_string</a>, function in <a class="link" href="GstCapsFeatures.html" title="GstCapsFeatures">GstCapsFeatures</a>
138 </dt>
139 <dd></dd>
140 <dt>
141 <a class="link" href="GstCaps.html#gst-caps-get-features" title="gst_caps_get_features ()">gst_caps_get_features</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
142 </dt>
143 <dd></dd>
144 <dt>
145 <a class="link" href="GstCaps.html#gst-caps-is-subset-structure-full" title="gst_caps_is_subset_structure_full ()">gst_caps_is_subset_structure_full</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
146 </dt>
147 <dd></dd>
148 <dt>
149 <a class="link" href="GstCaps.html#gst-caps-merge-structure-full" title="gst_caps_merge_structure_full ()">gst_caps_merge_structure_full</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
150 </dt>
151 <dd></dd>
152 <dt>
153 <a class="link" href="GstCaps.html#gst-caps-set-features" title="gst_caps_set_features ()">gst_caps_set_features</a>, function in <a class="link" href="GstCaps.html" title="GstCaps">GstCaps</a>
154 </dt>
155 <dd></dd>
156 <dt>
157 <a class="link" href="GstContext.html#gst-context-get-context-type" title="gst_context_get_context_type ()">gst_context_get_context_type</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
158 </dt>
159 <dd></dd>
160 <dt>
161 <a class="link" href="GstContext.html#gst-context-get-structure" title="gst_context_get_structure ()">gst_context_get_structure</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
162 </dt>
163 <dd></dd>
164 <dt>
165 <a class="link" href="GstContext.html#gst-context-has-context-type" title="gst_context_has_context_type ()">gst_context_has_context_type</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
166 </dt>
167 <dd></dd>
168 <dt>
169 <a class="link" href="GstContext.html#gst-context-is-persistent" title="gst_context_is_persistent ()">gst_context_is_persistent</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
170 </dt>
171 <dd></dd>
172 <dt>
173 <a class="link" href="GstContext.html#gst-context-new" title="gst_context_new ()">gst_context_new</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
174 </dt>
175 <dd></dd>
176 <dt>
177 <a class="link" href="GstContext.html#gst-context-writable-structure" title="gst_context_writable_structure ()">gst_context_writable_structure</a>, function in <a class="link" href="GstContext.html" title="GstContext">GstContext</a>
178 </dt>
179 <dd></dd>
180 <a name="idxD"></a><h3 class="title">D</h3>
181 <dt>
182 <a class="link" href="gstreamer-GstInfo.html#gst-debug-get-color-mode" title="gst_debug_get_color_mode ()">gst_debug_get_color_mode</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
183 </dt>
184 <dd></dd>
185 <dt>
186 <a class="link" href="gstreamer-GstInfo.html#gst-debug-set-color-mode" title="gst_debug_set_color_mode ()">gst_debug_set_color_mode</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
187 </dt>
188 <dd></dd>
189 <dt>
190 <a class="link" href="gstreamer-GstInfo.html#gst-debug-set-color-mode-from-string" title="gst_debug_set_color_mode_from_string ()">gst_debug_set_color_mode_from_string</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
191 </dt>
192 <dd></dd>
193 <dt>
194 <a class="link" href="gstreamer-GstInfo.html#gst-debug-set-threshold-from-string" title="gst_debug_set_threshold_from_string ()">gst_debug_set_threshold_from_string</a>, function in <a class="link" href="gstreamer-GstInfo.html" title="GstInfo">GstInfo</a>
195 </dt>
196 <dd></dd>
197 <a name="idxE"></a><h3 class="title">E</h3>
198 <dt>
199 <a class="link" href="GstEvent.html#gst-event-parse-group-id" title="gst_event_parse_group_id ()">gst_event_parse_group_id</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
200 </dt>
201 <dd></dd>
202 <dt>
203 <a class="link" href="GstEvent.html#gst-event-parse-stream-flags" title="gst_event_parse_stream_flags ()">gst_event_parse_stream_flags</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
204 </dt>
205 <dd></dd>
206 <dt>
207 <a class="link" href="GstEvent.html#gst-event-set-group-id" title="gst_event_set_group_id ()">gst_event_set_group_id</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
208 </dt>
209 <dd></dd>
210 <dt>
211 <a class="link" href="GstEvent.html#gst-event-set-stream-flags" title="gst_event_set_stream_flags ()">gst_event_set_stream_flags</a>, function in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
212 </dt>
213 <dd></dd>
214 <a name="idxM"></a><h3 class="title">M</h3>
215 <dt>
216 <a class="link" href="GstMemory.html#GST-MEMORY-IS-NOT-MAPPABLE:CAPS" title="GST_MEMORY_IS_NOT_MAPPABLE()">GST_MEMORY_IS_NOT_MAPPABLE</a>, macro in <a class="link" href="GstMemory.html" title="GstMemory">GstMemory</a>
217 </dt>
218 <dd></dd>
219 <dt>
220 <a class="link" href="GstMemory.html#GST-MEMORY-IS-PHYSICALLY-CONTIGUOUS:CAPS" title="GST_MEMORY_IS_PHYSICALLY_CONTIGUOUS()">GST_MEMORY_IS_PHYSICALLY_CONTIGUOUS</a>, macro in <a class="link" href="GstMemory.html" title="GstMemory">GstMemory</a>
221 </dt>
222 <dd></dd>
223 <dt>
224 <a class="link" href="GstMemory.html#gst-memory-is-type" title="gst_memory_is_type ()">gst_memory_is_type</a>, function in <a class="link" href="GstMemory.html" title="GstMemory">GstMemory</a>
225 </dt>
226 <dd></dd>
227 <dt>
228 <a class="link" href="GstMessage.html#gst-message-new-have-context" title="gst_message_new_have_context ()">gst_message_new_have_context</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
229 </dt>
230 <dd></dd>
231 <dt>
232 <a class="link" href="GstMessage.html#gst-message-new-need-context" title="gst_message_new_need_context ()">gst_message_new_need_context</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
233 </dt>
234 <dd></dd>
235 <dt>
236 <a class="link" href="GstMessage.html#gst-message-parse-context-type" title="gst_message_parse_context_type ()">gst_message_parse_context_type</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
237 </dt>
238 <dd></dd>
239 <dt>
240 <a class="link" href="GstMessage.html#gst-message-parse-group-id" title="gst_message_parse_group_id ()">gst_message_parse_group_id</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
241 </dt>
242 <dd></dd>
243 <dt>
244 <a class="link" href="GstMessage.html#gst-message-parse-have-context" title="gst_message_parse_have_context ()">gst_message_parse_have_context</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
245 </dt>
246 <dd></dd>
247 <dt>
248 <a class="link" href="GstMessage.html#gst-message-set-group-id" title="gst_message_set_group_id ()">gst_message_set_group_id</a>, function in <a class="link" href="GstMessage.html" title="GstMessage">GstMessage</a>
249 </dt>
250 <dd></dd>
251 <dt>
252 <a class="link" href="gstreamer-GstMeta.html#gst-meta-api-type-get-tags" title="gst_meta_api_type_get_tags ()">gst_meta_api_type_get_tags</a>, function in <a class="link" href="gstreamer-GstMeta.html" title="GstMeta">GstMeta</a>
253 </dt>
254 <dd></dd>
255 <dt>
256 <a class="link" href="gstreamer-GstMeta.html#GST-META-TAG-MEMORY-STR:CAPS" title="GST_META_TAG_MEMORY_STR">GST_META_TAG_MEMORY_STR</a>, macro in <a class="link" href="gstreamer-GstMeta.html" title="GstMeta">GstMeta</a>
257 </dt>
258 <dd></dd>
259 <a name="idxP"></a><h3 class="title">P</h3>
260 <dt>
261 <a class="link" href="GstPad.html#gst-pad-get-stream-id" title="gst_pad_get_stream_id ()">gst_pad_get_stream_id</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
262 </dt>
263 <dd></dd>
264 <dt>
265 <a class="link" href="GstPad.html#gst-pad-store-sticky-event" title="gst_pad_store_sticky_event ()">gst_pad_store_sticky_event</a>, function in <a class="link" href="GstPad.html" title="GstPad">GstPad</a>
266 </dt>
267 <dd></dd>
268 <dt>
269 <a class="link" href="GstPluginFeature.html#gst-plugin-feature-get-plugin-name" title="gst_plugin_feature_get_plugin_name ()">gst_plugin_feature_get_plugin_name</a>, function in <a class="link" href="GstPluginFeature.html" title="GstPluginFeature">GstPluginFeature</a>
270 </dt>
271 <dd></dd>
272 <dt>
273 <a class="link" href="GstPlugin.html#GST-PLUGIN-STATIC-DECLARE:CAPS" title="GST_PLUGIN_STATIC_DECLARE()">GST_PLUGIN_STATIC_DECLARE</a>, macro in <a class="link" href="GstPlugin.html" title="GstPlugin">GstPlugin</a>
274 </dt>
275 <dd></dd>
276 <dt>
277 <a class="link" href="GstPlugin.html#GST-PLUGIN-STATIC-REGISTER:CAPS" title="GST_PLUGIN_STATIC_REGISTER()">GST_PLUGIN_STATIC_REGISTER</a>, macro in <a class="link" href="GstPlugin.html" title="GstPlugin">GstPlugin</a>
278 </dt>
279 <dd></dd>
280 <a name="idxQ"></a><h3 class="title">Q</h3>
281 <dt>
282 <a class="link" href="GstQuery.html#gst-query-new-context" title="gst_query_new_context ()">gst_query_new_context</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
283 </dt>
284 <dd></dd>
285 <dt>
286 <a class="link" href="GstQuery.html#gst-query-parse-context" title="gst_query_parse_context ()">gst_query_parse_context</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
287 </dt>
288 <dd></dd>
289 <dt>
290 <a class="link" href="GstQuery.html#gst-query-parse-context-type" title="gst_query_parse_context_type ()">gst_query_parse_context_type</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
291 </dt>
292 <dd></dd>
293 <dt>
294 <a class="link" href="GstQuery.html#gst-query-parse-uri-redirection" title="gst_query_parse_uri_redirection ()">gst_query_parse_uri_redirection</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
295 </dt>
296 <dd></dd>
297 <dt>
298 <a class="link" href="GstQuery.html#gst-query-remove-nth-allocation-param" title="gst_query_remove_nth_allocation_param ()">gst_query_remove_nth_allocation_param</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
299 </dt>
300 <dd></dd>
301 <dt>
302 <a class="link" href="GstQuery.html#gst-query-remove-nth-allocation-pool" title="gst_query_remove_nth_allocation_pool ()">gst_query_remove_nth_allocation_pool</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
303 </dt>
304 <dd></dd>
305 <dt>
306 <a class="link" href="GstQuery.html#gst-query-set-context" title="gst_query_set_context ()">gst_query_set_context</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
307 </dt>
308 <dd></dd>
309 <dt>
310 <a class="link" href="GstQuery.html#gst-query-set-uri-redirection" title="gst_query_set_uri_redirection ()">gst_query_set_uri_redirection</a>, function in <a class="link" href="GstQuery.html" title="GstQuery">GstQuery</a>
311 </dt>
312 <dd></dd>
313 <a name="idxS"></a><h3 class="title">S</h3>
314 <dt>
315 <a class="link" href="GstSample.html#gst-sample-copy" title="gst_sample_copy ()">gst_sample_copy</a>, function in <a class="link" href="GstSample.html" title="GstSample">GstSample</a>
316 </dt>
317 <dd></dd>
318 <dt>
319 <a class="link" href="GstEvent.html#GstStreamFlags" title="enum GstStreamFlags">GstStreamFlags</a>, enum in <a class="link" href="GstEvent.html" title="GstEvent">GstEvent</a>
320 </dt>
321 <dd></dd>
322 <dt>
323 <a class="link" href="GstStructure.html#gst-structure-new-from-string" title="gst_structure_new_from_string ()">gst_structure_new_from_string</a>, function in <a class="link" href="GstStructure.html" title="GstStructure">GstStructure</a>
324 </dt>
325 <dd></dd>
326 <a name="idxT"></a><h3 class="title">T</h3>
327 <dt>
328 <a class="link" href="GstTagList.html#GST-TAG-INTERPRETED-BY:CAPS" title="GST_TAG_INTERPRETED_BY">GST_TAG_INTERPRETED_BY</a>, macro in <a class="link" href="GstTagList.html" title="GstTagList">GstTagList</a>
329 </dt>
330 <dd></dd>
331 <dt>
332 <a class="link" href="GstTagList.html#GST-TAG-PUBLISHER:CAPS" title="GST_TAG_PUBLISHER">GST_TAG_PUBLISHER</a>, macro in <a class="link" href="GstTagList.html" title="GstTagList">GstTagList</a>
333 </dt>
334 <dd></dd>
335 <a name="idxV"></a><h3 class="title">V</h3>
336 <dt>
337 <a class="link" href="gstreamer-GstValue.html#gst-value-array-append-and-take-value" title="gst_value_array_append_and_take_value ()">gst_value_array_append_and_take_value</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
338 </dt>
339 <dd></dd>
340 <dt>
341 <a class="link" href="gstreamer-GstValue.html#gst-value-list-append-and-take-value" title="gst_value_list_append_and_take_value ()">gst_value_list_append_and_take_value</a>, function in <a class="link" href="gstreamer-GstValue.html" title="GstValue">GstValue</a>
27342 </dt>
28343 <dd></dd>
29344 </div>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.0.10: GStreamer 1.0 Core Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
7 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix08.html" title="Index of new API in 1.2">
9 <link rel="next" href="ix10.html" title="Index of new API in 1.0.5">
10 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
16 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
18 <td><a accesskey="p" href="ix08.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19 <td><a accesskey="n" href="ix10.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20 </tr></table>
21 <div class="index">
22 <div class="titlepage"><div><div><h1 class="title">
23 <a name="id-1.15"></a>Index of new API in 1.0.10</h1></div></div></div>
24 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
25 <dt>
26 <a class="link" href="GstBuffer.html#gst-buffer-extract-dup" title="gst_buffer_extract_dup ()">gst_buffer_extract_dup</a>, function in <a class="link" href="GstBuffer.html" title="GstBuffer">GstBuffer</a>
27 </dt>
28 <dd></dd>
29 </div>
30 <div class="footer">
31 <hr>Generated by GTK-Doc V1.25</div>
32 </body>
33 </html>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.0.5: GStreamer 1.0 Core Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6 <link rel="home" href="index.html" title="GStreamer 1.0 Core Reference Manual">
7 <link rel="up" href="index.html" title="GStreamer 1.0 Core Reference Manual">
8 <link rel="prev" href="ix09.html" title="Index of new API in 1.0.10">
9 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
10 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
16 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
18 <td><a accesskey="p" href="ix09.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19 <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20 </tr></table>
21 <div class="index">
22 <div class="titlepage"><div><div><h1 class="title">
23 <a name="id-1.16"></a>Index of new API in 1.0.5</h1></div></div></div>
24 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
25 <dt>
26 <a class="link" href="GstBin.html#GST-BIN-IS-NO-RESYNC:CAPS" title="GST_BIN_IS_NO_RESYNC()">GST_BIN_IS_NO_RESYNC</a>, macro in <a class="link" href="GstBin.html" title="GstBin">GstBin</a>
27 </dt>
28 <dd></dd>
29 </div>
30 <div class="footer">
31 <hr>Generated by GTK-Doc V1.25</div>
32 </body>
33 </html>
Binary diff not shown
Binary diff not shown
Binary diff not shown
3535
3636 <para>
3737
38 This environment variable can be set to a colon-separated list of paths.
38 This environment variable can be set to a colon-separated list of paths (or
39 semicolon-separated list on Windows).
3940 If this variable is not set, GStreamer will fill in this list for you
4041 with
4142 <itemizedlist>
8687 <title><envar>GST_PLUGIN_PATH</envar>, <envar>GST_PLUGIN_PATH_1_0</envar></title>
8788
8889 <para>
89 This environment variable can be set to a colon-separated list of paths.
90 This environment variable can be set to a colon-separated list of paths (or a
91 semicolon-separated list on Windows).
9092 GStreamer will scan these paths for GStreamer plug-ins. These plug-ins will
9193 be loaded in addition to, and before, the plug-ins in the system paths.
9294 </para>
108108 <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
109109 </index>
110110 <index>
111 <title>Index of new API in 1.10</title>
112 <xi:include href="xml/api-index-1.10.xml"><xi:fallback /></xi:include>
113 </index>
114 <index>
115 <title>Index of new API in 1.8</title>
116 <xi:include href="xml/api-index-1.8.xml"><xi:fallback /></xi:include>
117 </index>
118 <index>
111119 <title>Index of new API in 1.6</title>
112120 <xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
113121 </index>
669669 <p> A new <a href="/usr/share/gtk-doc/html/glibglib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> structure containing the copied data. </p>
670670 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
671671 </div>
672 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
672 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
673673 </div>
674674 <hr>
675675 <div class="refsect2">
905905 <a href="../html/GstBuffer.html#gst-buffer-unref"><code class="function">gst_buffer_unref()</code></a> when no longer needed. </p>
906906 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
907907 </div>
908 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
908 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
909909 </div>
910910 <hr>
911911 <div class="refsect2">
964964 <a href="../html/GstBuffer.html#gst-buffer-unref"><code class="function">gst_buffer_unref()</code></a> when no longer needed. </p>
965965 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
966966 </div>
967 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
967 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
968968 </div>
969969 <hr>
970970 <div class="refsect2">
10111011 <a href="../html/GstBuffer.html#gst-buffer-unref"><code class="function">gst_buffer_unref()</code></a> when no longer needed. </p>
10121012 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
10131013 </div>
1014 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1014 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10151015 </div>
10161016 <hr>
10171017 <div class="refsect2">
11011101 bytes are not available. </p>
11021102 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gst.Buffer][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
11031103 </div>
1104 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1104 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11051105 </div>
11061106 <hr>
11071107 <div class="refsect2">
11481148 available. </p>
11491149 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
11501150 </div>
1151 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1151 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11521152 </div>
11531153 <hr>
11541154 <div class="refsect2">
11941194 available. </p>
11951195 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
11961196 </div>
1197 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1197 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11981198 </div>
11991199 <hr>
12001200 <div class="refsect2">
13251325 <a name="gst-adapter-prev-pts-at-offset.returns"></a><h4>Returns</h4>
13261326 <p> The previously seen pts at given offset.</p>
13271327 </div>
1328 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1328 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
13291329 </div>
13301330 <hr>
13311331 <div class="refsect2">
13741374 <a name="gst-adapter-prev-dts-at-offset.returns"></a><h4>Returns</h4>
13751375 <p> The previously seen dts at given offset.</p>
13761376 </div>
1377 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1377 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
13781378 </div>
13791379 <hr>
13801380 <div class="refsect2">
14161416 <a name="gst-adapter-prev-offset.returns"></a><h4>Returns</h4>
14171417 <p> The previous seen offset.</p>
14181418 </div>
1419 <p class="since">Since: 1.10</p>
1419 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
14201420 </div>
14211421 <hr>
14221422 <div class="refsect2">
14441444 <a name="gst-adapter-pts-at-discont.returns"></a><h4>Returns</h4>
14451445 <p> The PTS at the last discont or GST_CLOCK_TIME_NONE.</p>
14461446 </div>
1447 <p class="since">Since: 1.10</p>
1447 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
14481448 </div>
14491449 <hr>
14501450 <div class="refsect2">
14721472 <a name="gst-adapter-dts-at-discont.returns"></a><h4>Returns</h4>
14731473 <p> The DTS at the last discont or GST_CLOCK_TIME_NONE.</p>
14741474 </div>
1475 <p class="since">Since: 1.10</p>
1475 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
14761476 </div>
14771477 <hr>
14781478 <div class="refsect2">
15001500 <a name="gst-adapter-offset-at-discont.returns"></a><h4>Returns</h4>
15011501 <p> The offset at the last discont or GST_BUFFER_OFFSET_NONE.</p>
15021502 </div>
1503 <p class="since">Since: 1.10</p>
1503 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.10">1.10</a></p>
15041504 </div>
15051505 <hr>
15061506 <div class="refsect2">
493493 </tbody>
494494 </table></div>
495495 </div>
496 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
496 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
497497 </div>
498498 <hr>
499499 <div class="refsect2">
908908 </tbody>
909909 </table></div>
910910 </div>
911 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
911 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
912912 </div>
913913 <hr>
914914 <div class="refsect2">
13731373 </tbody>
13741374 </table></div>
13751375 </div>
1376 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1376 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
13771377 </div>
13781378 <hr>
13791379 <div class="refsect2">
14011401 <p> the maximum number of bits per second <em class="parameter"><code>sink</code></em>
14021402 will render.</p>
14031403 </div>
1404 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1404 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
14051405 </div>
14061406 <hr>
14071407 <div class="refsect2">
17741774 rendering of the buffers when it would exceed to max-bitrate.</p>
17751775 <p>Flags: Read / Write</p>
17761776 <p>Default value: 0</p>
1777 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1777 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
17781778 </div>
17791779 <hr>
17801780 <div class="refsect2">
852852 </tbody>
853853 </table></div>
854854 </div>
855 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
855 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
856856 </div>
857857 <hr>
858858 <div class="refsect2">
543543 </tbody>
544544 </table></div>
545545 </div>
546 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.0.1">1.0.1</a></p>
546 <p class="since">Since: <a class="link" href="ix08.html#api-index-1.0.1">1.0.1</a></p>
547547 </div>
548548 <hr>
549549 <div class="refsect2">
910910 <a name="gst-base-transform-update-src-caps.returns"></a><h4>Returns</h4>
911911 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the caps could be send downstream <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
912912 </div>
913 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
913 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
914914 </div>
915915 <hr>
916916 <div class="refsect2">
720720 </tbody>
721721 </table></div>
722722 </div>
723 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
723 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
724724 </div>
725725 <hr>
726726 <div class="refsect2">
10111011 </tr></tbody>
10121012 </table></div>
10131013 </div>
1014 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1014 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10151015 </div>
10161016 <hr>
10171017 <div class="refsect2">
10341034 </tr></tbody>
10351035 </table></div>
10361036 </div>
1037 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1037 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10381038 </div>
10391039 <hr>
10401040 <div class="refsect2">
16511651 </tbody>
16521652 </table></div>
16531653 </div>
1654 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1654 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
16551655 </div>
16561656 <hr>
16571657 <div class="refsect2">
18501850 </tbody>
18511851 </table></div>
18521852 </div>
1853 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1853 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
18541854 </div>
18551855 <hr>
18561856 <div class="refsect2">
9999 <div class="refsect1">
100100 <a name="GstDirectControlBinding.description"></a><h2>Description</h2>
101101 <p>A value mapping object that attaches control sources to gobject properties. It
102 will map the control values [0.0 ... 1.0] to the target property range. If a
103 control value is outside of the range, it will be clipped.</p>
102 will map the control values directly to the target property range. If a
103 non-absolute direct control binding is used, the value range [0.0 ... 1.0]
104 is mapped to full target property range, and all values outside the range
105 will be clipped. An absolute control binding will not do any value
106 transformations.</p>
104107 </div>
105108 <div class="refsect1">
106109 <a name="GstDirectControlBinding.functions_details"></a><h2>Functions</h2>
111114 <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
112115 <em class="parameter"><code><a href="../html/GstControlSource.html#GstControlSource-struct"><span class="type">GstControlSource</span></a> *cs</code></em>);</pre>
113116 <p>Create a new control-binding that attaches the <a href="../html/GstControlSource.html#GstControlSource-struct"><span class="type">GstControlSource</span></a> to the
114 <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property.</p>
117 <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property. It will map the control source range [0.0 ... 1.0] to
118 the full target property range, and clip all values outside this range.</p>
115119 <div class="refsect3">
116120 <a name="gst-direct-control-binding-new.parameters"></a><h4>Parameters</h4>
117121 <div class="informaltable"><table class="informaltable" width="100%" border="0">
154158 <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_name</code></em>,
155159 <em class="parameter"><code><a href="../html/GstControlSource.html#GstControlSource-struct"><span class="type">GstControlSource</span></a> *cs</code></em>);</pre>
156160 <p>Create a new control-binding that attaches the <a href="../html/GstControlSource.html#GstControlSource-struct"><span class="type">GstControlSource</span></a> to the
157 <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property.</p>
161 <a href="/usr/share/gtk-doc/html/gobjectgobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property. It will directly map the control source values to the
162 target property range without any transformations.</p>
158163 <div class="refsect3">
159164 <a name="gst-direct-control-binding-new-absolute.parameters"></a><h4>Parameters</h4>
160165 <div class="informaltable"><table class="informaltable" width="100%" border="0">
187192 <p> the new <a class="link" href="GstDirectControlBinding.html" title="GstDirectControlBinding"><span class="type">GstDirectControlBinding</span></a>. </p>
188193 <p><span class="annotation">[<acronym title="Alias for transfer none, used for objects with floating refs."><span class="acronym">transfer floating</span></acronym>]</span></p>
189194 </div>
190 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
195 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
191196 </div>
192197 </div>
193198 <div class="refsect1">
266266 <p> a new <a href="../html/GstClock.html#GstClock-struct"><span class="type">GstClock</span></a> that receives a time from the remote
267267 clock.</p>
268268 </div>
269 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
269 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
270270 </div>
271271 </div>
272272 <div class="refsect1">
255255 <a name="gst-ptp-init.returns"></a><h4>Returns</h4>
256256 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GStreamer PTP clock subsystem could be initialized.</p>
257257 </div>
258 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
258 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
259259 </div>
260260 <hr>
261261 <div class="refsect2">
265265 <p>Deinitialize the GStreamer PTP subsystem and stop the PTP clock. If there
266266 are any remaining GstPtpClock instances, they won't be further synchronized
267267 to the PTP network clock.</p>
268 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
268 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
269269 </div>
270270 <hr>
271271 <div class="refsect2">
277277 <a name="gst-ptp-is-initialized.returns"></a><h4>Returns</h4>
278278 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the GStreamer PTP clock subsystem is intialized.</p>
279279 </div>
280 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
280 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
281281 </div>
282282 <hr>
283283 <div class="refsect2">
291291 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if PTP clocks are generally supported on this system, and
292292 previous initializations did not fail.</p>
293293 </div>
294 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
294 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
295295 </div>
296296 <hr>
297297 <div class="refsect2">
331331 </tbody>
332332 </table></div>
333333 </div>
334 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
334 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
335335 </div>
336336 <hr>
337337 <div class="refsect2">
440440 <p> Id for the callback that can be passed to
441441 <a class="link" href="GstPtpClock.html#gst-ptp-statistics-callback-remove" title="gst_ptp_statistics_callback_remove ()"><code class="function">gst_ptp_statistics_callback_remove()</code></a></p>
442442 </div>
443 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
443 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
444444 </div>
445445 <hr>
446446 <div class="refsect2">
464464 </tr></tbody>
465465 </table></div>
466466 </div>
467 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
467 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
468468 </div>
469469 </div>
470470 <div class="refsect1">
472472 <p> a <a class="link" href="GstTestClock.html" title="GstTestClock"><span class="type">GstTestClock</span></a> cast to <a href="../html/GstClock.html#GstClock-struct"><span class="type">GstClock</span></a>. </p>
473473 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
474474 </div>
475 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
475 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
476476 </div>
477477 <hr>
478478 <div class="refsect2">
501501 <p> a <a class="link" href="GstTestClock.html" title="GstTestClock"><span class="type">GstTestClock</span></a> cast to <a href="../html/GstClock.html#GstClock-struct"><span class="type">GstClock</span></a>. </p>
502502 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
503503 </div>
504 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
504 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
505505 </div>
506506 <hr>
507507 <div class="refsect2">
540540 </tbody>
541541 </table></div>
542542 </div>
543 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
543 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
544544 </div>
545545 <hr>
546546 <div class="refsect2">
578578 </tbody>
579579 </table></div>
580580 </div>
581 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
581 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
582582 </div>
583583 <hr>
584584 <div class="refsect2">
608608 <a name="gst-test-clock-peek-id-count.returns"></a><h4>Returns</h4>
609609 <p> the number of pending clock notifications.</p>
610610 </div>
611 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
611 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
612612 </div>
613613 <hr>
614614 <div class="refsect2">
648648 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the clock has been asked to provide the given clock
649649 notification, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</p>
650650 </div>
651 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
651 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
652652 </div>
653653 <hr>
654654 <div class="refsect2">
687687 </tbody>
688688 </table></div>
689689 </div>
690 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
690 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
691691 </div>
692692 <hr>
693693 <div class="refsect2">
725725 </tbody>
726726 </table></div>
727727 </div>
728 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
728 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
729729 </div>
730730 <hr>
731731 <div class="refsect2">
765765 </tbody>
766766 </table></div>
767767 </div>
768 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
768 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
769769 </div>
770770 <hr>
771771 <div class="refsect2">
795795 notification. </p>
796796 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
797797 </div>
798 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
798 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
799799 </div>
800800 <hr>
801801 <div class="refsect2">
825825 notification. If no clock notifications have been requested
826826 <a href="../html/GstClock.html#GST-CLOCK-TIME-NONE:CAPS"><code class="literal">GST_CLOCK_TIME_NONE</code></a> will be returned.</p>
827827 </div>
828 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
828 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
829829 </div>
830830 <hr>
831831 <div class="refsect2">
870870 </tbody>
871871 </table></div>
872872 </div>
873 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
873 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
874874 </div>
875875 <hr>
876876 <div class="refsect2">
896896 </tr></tbody>
897897 </table></div>
898898 </div>
899 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
899 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
900900 </div>
901901 <hr>
902902 <div class="refsect2">
929929 </tbody>
930930 </table></div>
931931 </div>
932 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
932 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
933933 </div>
934934 <hr>
935935 <div class="refsect2">
959959 </tr></tbody>
960960 </table></div>
961961 </div>
962 <p class="since">Since: 1.8</p>
962 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
963963 </div>
964964 </div>
965965 <div class="refsect1">
969969 <pre class="programlisting">struct GstTestClock;</pre>
970970 <p>A <a class="link" href="GstTestClock.html" title="GstTestClock"><span class="type">GstTestClock</span></a> structure which is based on a <a href="../html/GstClock.html#GstClock-struct"><span class="type">GstClock</span></a> along with some
971971 private data.</p>
972 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
972 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
973973 </div>
974974 <hr>
975975 <div class="refsect2">
990990 <tbody></tbody>
991991 </table></div>
992992 </div>
993 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
993 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
994994 </div>
995995 </div>
996996 <div class="refsect1">
513513 </table></div>
514514 </div>
515515 <p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
516 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
516 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
517517 </div>
518518 <hr>
519519 <div class="refsect2">
552552 </table></div>
553553 </div>
554554 <p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
555 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
555 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
556556 </div>
557557 <hr>
558558 <div class="refsect2">
593593 </table></div>
594594 </div>
595595 <p>Flags: <a href="/usr/share/gtk-doc/html/gobjectgobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
596 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
596 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
597597 </div>
598598 </div>
599599 </div>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
8 <link rel="prev" href="ix06.html" title="Index of new API in 1.0.1">
8 <link rel="prev" href="ix08.html" title="Index of new API in 1.0.1">
99 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1010 <link rel="stylesheet" href="style.css" type="text/css">
1111 </head>
3030 <a class="shortcut" href="#glsT">T</a></span></td>
3131 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
3232 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
33 <td><a accesskey="p" href="ix06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
33 <td><a accesskey="p" href="ix08.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
3434 <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
3535 </tr></table>
3636 <div class="glossary">
4444 <sub name="Object Hierarchy" link="gstreamer-hierarchy.html"/>
4545 <sub name="API Index" link="ix01.html"/>
4646 <sub name="Index of deprecated API" link="ix02.html"/>
47 <sub name="Index of new API in 1.6" link="ix03.html"/>
48 <sub name="Index of new API in 1.4" link="ix04.html"/>
49 <sub name="Index of new API in 1.2" link="ix05.html"/>
50 <sub name="Index of new API in 1.0.1" link="ix06.html"/>
47 <sub name="Index of new API in 1.10" link="ix03.html"/>
48 <sub name="Index of new API in 1.8" link="ix04.html"/>
49 <sub name="Index of new API in 1.6" link="ix05.html"/>
50 <sub name="Index of new API in 1.4" link="ix06.html"/>
51 <sub name="Index of new API in 1.2" link="ix07.html"/>
52 <sub name="Index of new API in 1.0.1" link="ix08.html"/>
5153 <sub name="Annotation Glossary" link="annotation-glossary.html"/>
5254 </chapters>
5355 <functions>
12051205 more bytes from
12061206 the current position, and otherwise TRUE</p>
12071207 </div>
1208 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1208 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12091209 </div>
12101210 <hr>
12111211 <div class="refsect2">
12591259 more bytes from
12601260 the current position, and otherwise TRUE</p>
12611261 </div>
1262 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1262 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12631263 </div>
12641264 <hr>
12651265 <div class="refsect2">
32833283 <a name="gst-byte-reader-masked-scan-uint32-peek.returns"></a><h4>Returns</h4>
32843284 <p> offset of the first match, or -1 if no match was found.</p>
32853285 </div>
3286 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3286 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
32873287 </div>
32883288 <hr>
32893289 <div class="refsect2">
694694 </tbody>
695695 </table></div>
696696 </div>
697 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
697 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
698698 </div>
699699 <hr>
700700 <div class="refsect2">
727727 </tbody>
728728 </table></div>
729729 </div>
730 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
730 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
731731 </div>
732732 <hr>
733733 <div class="refsect2">
760760 </tbody>
761761 </table></div>
762762 </div>
763 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
763 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
764764 </div>
765765 <hr>
766766 <div class="refsect2">
793793 </tbody>
794794 </table></div>
795795 </div>
796 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
796 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
797797 </div>
798798 <hr>
799799 <div class="refsect2">
997997 </tbody>
998998 </table></div>
999999 </div>
1000 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1000 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
10011001 </div>
10021002 <hr>
10031003 <div class="refsect2">
10311031 </tbody>
10321032 </table></div>
10331033 </div>
1034 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1034 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
10351035 </div>
10361036 <hr>
10371037 <div class="refsect2">
10651065 </tbody>
10661066 </table></div>
10671067 </div>
1068 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1068 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
10691069 </div>
10701070 <hr>
10711071 <div class="refsect2">
10991099 </tbody>
11001100 </table></div>
11011101 </div>
1102 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
1102 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
11031103 </div>
11041104 <hr>
11051105 <div class="refsect2">
17471747 <p> a new pad. </p>
17481748 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
17491749 </div>
1750 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1750 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
17511751 </div>
17521752 <hr>
17531753 <div class="refsect2">
17831783 <p> a new pad. </p>
17841784 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
17851785 </div>
1786 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1786 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
17871787 </div>
17881788 <hr>
17891789 <div class="refsect2">
18251825 <p> a new pad. </p>
18261826 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
18271827 </div>
1828 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1828 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
18291829 </div>
18301830 <hr>
18311831 <div class="refsect2">
18601860 <p> a new pad. </p>
18611861 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
18621862 </div>
1863 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
1863 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
18641864 </div>
18651865 <hr>
18661866 <div class="refsect2">
19041904 </tbody>
19051905 </table></div>
19061906 </div>
1907 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1907 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19081908 </div>
19091909 <hr>
19101910 <div class="refsect2">
19291929 </tr></tbody>
19301930 </table></div>
19311931 </div>
1932 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1932 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19331933 </div>
19341934 </div>
19351935 <div class="refsect1">
320320 <a name="gst-data-queue-new.returns"></a><h4>Returns</h4>
321321 <p> a new <a class="link" href="gstreamer-libs-GstDataQueue.html#GstDataQueue" title="struct GstDataQueue"><span class="type">GstDataQueue</span></a>.</p>
322322 </div>
323 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
323 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
324324 </div>
325325 <hr>
326326 <div class="refsect2">
371371 was successfully pushed on the <em class="parameter"><code>queue</code></em>
372372 .</p>
373373 </div>
374 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
374 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
375375 </div>
376376 <hr>
377377 <div class="refsect2">
422422 was successfully pushed on the <em class="parameter"><code>queue</code></em>
423423 .</p>
424424 </div>
425 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
425 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
426426 </div>
427427 <hr>
428428 <div class="refsect2">
466466 was successfully retrieved from the <em class="parameter"><code>queue</code></em>
467467 .</p>
468468 </div>
469 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
469 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
470470 </div>
471471 <hr>
472472 <div class="refsect2">
510510 was successfully retrieved from the <em class="parameter"><code>queue</code></em>
511511 .</p>
512512 </div>
513 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
513 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
514514 </div>
515515 <hr>
516516 <div class="refsect2">
537537 </tr></tbody>
538538 </table></div>
539539 </div>
540 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
540 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
541541 </div>
542542 <hr>
543543 <div class="refsect2">
577577 </tbody>
578578 </table></div>
579579 </div>
580 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
580 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
581581 </div>
582582 <hr>
583583 <div class="refsect2">
613613 <a name="gst-data-queue-drop-head.returns"></a><h4>Returns</h4>
614614 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an element was removed.</p>
615615 </div>
616 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
616 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
617617 </div>
618618 <hr>
619619 <div class="refsect2">
646646 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>queue</code></em>
647647 is full.</p>
648648 </div>
649 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
649 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
650650 </div>
651651 <hr>
652652 <div class="refsect2">
677677 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>queue</code></em>
678678 is empty.</p>
679679 </div>
680 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
680 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
681681 </div>
682682 <hr>
683683 <div class="refsect2">
709709 </tbody>
710710 </table></div>
711711 </div>
712 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
712 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
713713 </div>
714714 <hr>
715715 <div class="refsect2">
734734 </tr></tbody>
735735 </table></div>
736736 </div>
737 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
737 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
738738 </div>
739739 </div>
740740 <div class="refsect1">
162162 <a name="gst-flow-combiner-new.returns"></a><h4>Returns</h4>
163163 <p> A new <a class="link" href="gstreamer-libs-GstFlowCombiner.html#GstFlowCombiner" title="GstFlowCombiner"><span class="type">GstFlowCombiner</span></a></p>
164164 </div>
165 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
165 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
166166 </div>
167167 <hr>
168168 <div class="refsect2">
185185 </tr></tbody>
186186 </table></div>
187187 </div>
188 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
188 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
189189 </div>
190190 <hr>
191191 <div class="refsect2">
224224 <a name="gst-flow-combiner-update-flow.returns"></a><h4>Returns</h4>
225225 <p> The combined <a href="../html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a></p>
226226 </div>
227 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
227 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
228228 </div>
229229 <hr>
230230 <div class="refsect2">
255255 </tbody>
256256 </table></div>
257257 </div>
258 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
258 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
259259 </div>
260260 <hr>
261261 <div class="refsect2">
286286 </tbody>
287287 </table></div>
288288 </div>
289 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
289 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
290290 </div>
291291 <hr>
292292 <div class="refsect2">
309309 </tr></tbody>
310310 </table></div>
311311 </div>
312 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
312 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
313313 </div>
314314 <hr>
315315 <div class="refsect2">
332332 </tr></tbody>
333333 </table></div>
334334 </div>
335 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
335 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
336336 </div>
337337 <hr>
338338 <div class="refsect2">
378378 <a name="gst-flow-combiner-update-pad-flow.returns"></a><h4>Returns</h4>
379379 <p> The combined <a href="../html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a></p>
380380 </div>
381 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
381 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
382382 </div>
383383 </div>
384384 <div class="refsect1">
387387 <a name="GstFlowCombiner"></a><h3>GstFlowCombiner</h3>
388388 <pre class="programlisting">typedef struct _GstFlowCombiner GstFlowCombiner;</pre>
389389 <p>Opaque helper structure to aggregate flow returns.</p>
390 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.4">1.4</a></p>
390 <p class="since">Since: <a class="link" href="ix06.html#api-index-1.4">1.4</a></p>
391391 </div>
392392 </div>
393393 </div>
915915 not be created. </p>
916916 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
917917 </div>
918 <p class="since">Since: 1.8</p>
918 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
919919 </div>
920920 <hr>
921921 <div class="refsect2">
980980 not be created. </p>
981981 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
982982 </div>
983 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
983 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
984984 </div>
985985 <hr>
986986 <div class="refsect2">
10311031 not be created. </p>
10321032 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
10331033 </div>
1034 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1034 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10351035 </div>
10361036 <hr>
10371037 <div class="refsect2">
10811081 not be created. </p>
10821082 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
10831083 </div>
1084 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1084 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
10851085 </div>
10861086 <hr>
10871087 <div class="refsect2">
11291129 not be created. </p>
11301130 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
11311131 </div>
1132 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1132 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11331133 </div>
11341134 <hr>
11351135 <div class="refsect2">
11611161 not be created. </p>
11621162 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
11631163 </div>
1164 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1164 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11651165 </div>
11661166 <hr>
11671167 <div class="refsect2">
11941194 not be created. </p>
11951195 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
11961196 </div>
1197 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1197 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
11981198 </div>
11991199 <hr>
12001200 <div class="refsect2">
12591259 </tbody>
12601260 </table></div>
12611261 </div>
1262 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1262 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12631263 </div>
12641264 <hr>
12651265 <div class="refsect2">
12941294 </tbody>
12951295 </table></div>
12961296 </div>
1297 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1297 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
12981298 </div>
12991299 <hr>
13001300 <div class="refsect2">
13191319 </tr></tbody>
13201320 </table></div>
13211321 </div>
1322 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1322 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
13231323 </div>
13241324 <hr>
13251325 <div class="refsect2">
13541354 </tbody>
13551355 </table></div>
13561356 </div>
1357 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1357 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
13581358 </div>
13591359 <hr>
13601360 <div class="refsect2">
13871387 </tbody>
13881388 </table></div>
13891389 </div>
1390 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1390 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
13911391 </div>
13921392 <hr>
13931393 <div class="refsect2">
14211421 </tbody>
14221422 </table></div>
14231423 </div>
1424 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1424 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
14251425 </div>
14261426 <hr>
14271427 <div class="refsect2">
14541454 </tbody>
14551455 </table></div>
14561456 </div>
1457 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1457 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
14581458 </div>
14591459 <hr>
14601460 <div class="refsect2">
14931493 </tbody>
14941494 </table></div>
14951495 </div>
1496 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1496 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
14971497 </div>
14981498 <hr>
14991499 <div class="refsect2">
15281528 </tbody>
15291529 </table></div>
15301530 </div>
1531 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1531 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
15321532 </div>
15331533 <hr>
15341534 <div class="refsect2">
15621562 </tbody>
15631563 </table></div>
15641564 </div>
1565 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1565 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
15661566 </div>
15671567 <hr>
15681568 <div class="refsect2">
16031603 </tbody>
16041604 </table></div>
16051605 </div>
1606 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1606 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
16071607 </div>
16081608 <hr>
16091609 <div class="refsect2">
16281628 </tr></tbody>
16291629 </table></div>
16301630 </div>
1631 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1631 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
16321632 </div>
16331633 <hr>
16341634 <div class="refsect2">
16521652 </tr></tbody>
16531653 </table></div>
16541654 </div>
1655 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1655 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
16561656 </div>
16571657 <hr>
16581658 <div class="refsect2">
16831683 present. </p>
16841684 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
16851685 </div>
1686 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1686 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
16871687 </div>
16881688 <hr>
16891689 <div class="refsect2">
17201720 <p> a <em class="parameter"><code>gboolean</code></em>
17211721 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the time could be set. <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not.</p>
17221722 </div>
1723 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1723 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
17241724 </div>
17251725 <hr>
17261726 <div class="refsect2">
17711771 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the waits have been registered, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not.
17721772 (Could be that it timed out waiting or that more waits then waits was found)</p>
17731773 </div>
1774 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1774 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
17751775 </div>
17761776 <hr>
17771777 <div class="refsect2">
18071807 <p> a <em class="parameter"><code>gboolean</code></em>
18081808 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the "crank" was successful, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not.</p>
18091809 </div>
1810 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1810 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
18111811 </div>
18121812 <hr>
18131813 <div class="refsect2">
18501850 <p> a <em class="parameter"><code>gboolean</code></em>
18511851 <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the "crank" was successful, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not.</p>
18521852 </div>
1853 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1853 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
18541854 </div>
18551855 <hr>
18561856 <div class="refsect2">
18801880 </tr></tbody>
18811881 </table></div>
18821882 </div>
1883 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1883 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
18841884 </div>
18851885 <hr>
18861886 <div class="refsect2">
19081908 </tr></tbody>
19091909 </table></div>
19101910 </div>
1911 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1911 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19121912 </div>
19131913 <hr>
19141914 <div class="refsect2">
19501950 </tbody>
19511951 </table></div>
19521952 </div>
1953 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1953 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19541954 </div>
19551955 <hr>
19561956 <div class="refsect2">
19881988 <p> a <a href="../html/GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> of size <em class="parameter"><code>size</code></em>
19891989 </p>
19901990 </div>
1991 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
1991 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
19921992 </div>
19931993 <hr>
19941994 <div class="refsect2">
20252025 <a name="gst-harness-push.returns"></a><h4>Returns</h4>
20262026 <p> a <a href="../html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a> with the result from the push</p>
20272027 </div>
2028 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2028 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
20292029 </div>
20302030 <hr>
20312031 <div class="refsect2">
20552055 <a name="gst-harness-pull.returns"></a><h4>Returns</h4>
20562056 <p> a <a href="../html/GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if timed out.</p>
20572057 </div>
2058 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2058 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
20592059 </div>
20602060 <hr>
20612061 <div class="refsect2">
20852085 <a name="gst-harness-try-pull.returns"></a><h4>Returns</h4>
20862086 <p> a <a href="../html/GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no buffers are present in the <a href="/usr/share/gtk-doc/html/glibglib-Asynchronous-Queues.html#GAsyncQueue"><span class="type">GAsyncQueue</span></a></p>
20872087 </div>
2088 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2088 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
20892089 </div>
20902090 <hr>
20912091 <div class="refsect2">
21232123 <a name="gst-harness-push-and-pull.returns"></a><h4>Returns</h4>
21242124 <p> a <a href="../html/GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if timed out.</p>
21252125 </div>
2126 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2126 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
21272127 </div>
21282128 <hr>
21292129 <div class="refsect2">
21532153 <a name="gst-harness-buffers-received.returns"></a><h4>Returns</h4>
21542154 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> number of buffers received</p>
21552155 </div>
2156 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2156 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
21572157 </div>
21582158 <hr>
21592159 <div class="refsect2">
21812181 <a name="gst-harness-buffers-in-queue.returns"></a><h4>Returns</h4>
21822182 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> number of buffers in the queue</p>
21832183 </div>
2184 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2184 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
21852185 </div>
21862186 <hr>
21872187 <div class="refsect2">
22142214 </tbody>
22152215 </table></div>
22162216 </div>
2217 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2217 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
22182218 </div>
22192219 <hr>
22202220 <div class="refsect2">
22472247 </tbody>
22482248 </table></div>
22492249 </div>
2250 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2250 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
22512251 </div>
22522252 <hr>
22532253 <div class="refsect2">
22772277 <p> a <a href="../html/GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> with the timestamp or <a href="../html/GstClock.html#GST-CLOCK-TIME-NONE:CAPS"><code class="literal">GST_CLOCK_TIME_NONE</code></a> if no
22782278 <a href="../html/GstBuffer.html#GstBuffer-struct"><span class="type">GstBuffer</span></a> has been pushed on the <a class="link" href="gstreamer-libs-GstHarness.html#GstHarness" title="struct GstHarness"><span class="type">GstHarness</span></a> srcpad</p>
22792279 </div>
2280 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2280 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
22812281 </div>
22822282 <hr>
22832283 <div class="refsect2">
23132313 <a name="gst-harness-push-event.returns"></a><h4>Returns</h4>
23142314 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> with the result from the push</p>
23152315 </div>
2316 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2316 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
23172317 </div>
23182318 <hr>
23192319 <div class="refsect2">
23422342 <a name="gst-harness-pull-event.returns"></a><h4>Returns</h4>
23432343 <p> a <a href="../html/GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if timed out.</p>
23442344 </div>
2345 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2345 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
23462346 </div>
23472347 <hr>
23482348 <div class="refsect2">
23712371 <a name="gst-harness-try-pull-event.returns"></a><h4>Returns</h4>
23722372 <p> a <a href="../html/GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no buffers are present in the <a href="/usr/share/gtk-doc/html/glibglib-Asynchronous-Queues.html#GAsyncQueue"><span class="type">GAsyncQueue</span></a></p>
23732373 </div>
2374 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2374 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
23752375 </div>
23762376 <hr>
23772377 <div class="refsect2">
24012401 <a name="gst-harness-events-received.returns"></a><h4>Returns</h4>
24022402 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> number of events received</p>
24032403 </div>
2404 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2404 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
24052405 </div>
24062406 <hr>
24072407 <div class="refsect2">
24292429 <a name="gst-harness-events-in-queue.returns"></a><h4>Returns</h4>
24302430 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> number of events in the queue</p>
24312431 </div>
2432 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2432 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
24332433 </div>
24342434 <hr>
24352435 <div class="refsect2">
24652465 <a name="gst-harness-push-upstream-event.returns"></a><h4>Returns</h4>
24662466 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> with the result from the push</p>
24672467 </div>
2468 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2468 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
24692469 </div>
24702470 <hr>
24712471 <div class="refsect2">
24942494 <a name="gst-harness-pull-upstream-event.returns"></a><h4>Returns</h4>
24952495 <p> a <a href="../html/GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if timed out.</p>
24962496 </div>
2497 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2497 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
24982498 </div>
24992499 <hr>
25002500 <div class="refsect2">
25232523 <a name="gst-harness-try-pull-upstream-event.returns"></a><h4>Returns</h4>
25242524 <p> a <a href="../html/GstEvent.html#GstEvent-struct"><span class="type">GstEvent</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no buffers are present in the <a href="/usr/share/gtk-doc/html/glibglib-Asynchronous-Queues.html#GAsyncQueue"><span class="type">GAsyncQueue</span></a></p>
25252525 </div>
2526 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2526 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
25272527 </div>
25282528 <hr>
25292529 <div class="refsect2">
25532553 <a name="gst-harness-upstream-events-received.returns"></a><h4>Returns</h4>
25542554 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> number of events received</p>
25552555 </div>
2556 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2556 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
25572557 </div>
25582558 <hr>
25592559 <div class="refsect2">
25812581 <a name="gst-harness-upstream-events-in-queue.returns"></a><h4>Returns</h4>
25822582 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> number of events in the queue</p>
25832583 </div>
2584 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2584 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
25852585 </div>
25862586 <hr>
25872587 <div class="refsect2">
26092609 <a name="gst-harness-query-latency.returns"></a><h4>Returns</h4>
26102610 <p> a <a href="../html/GstClock.html#GstClockTime"><span class="type">GstClockTime</span></a> with min latency</p>
26112611 </div>
2612 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2612 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
26132613 </div>
26142614 <hr>
26152615 <div class="refsect2">
26402640 </tbody>
26412641 </table></div>
26422642 </div>
2643 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2643 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
26442644 </div>
26452645 <hr>
26462646 <div class="refsect2">
26812681 </tbody>
26822682 </table></div>
26832683 </div>
2684 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2684 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
26852685 </div>
26862686 <hr>
26872687 <div class="refsect2">
27242724 </tbody>
27252725 </table></div>
27262726 </div>
2727 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2727 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
27282728 </div>
27292729 <hr>
27302730 <div class="refsect2">
27652765 </tbody>
27662766 </table></div>
27672767 </div>
2768 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2768 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
27692769 </div>
27702770 <hr>
27712771 <div class="refsect2">
28122812 </tbody>
28132813 </table></div>
28142814 </div>
2815 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2815 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
28162816 </div>
28172817 <hr>
28182818 <div class="refsect2">
28552855 </tbody>
28562856 </table></div>
28572857 </div>
2858 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2858 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
28592859 </div>
28602860 <hr>
28612861 <div class="refsect2">
28882888 <a name="gst-harness-push-from-src.returns"></a><h4>Returns</h4>
28892889 <p> a <a href="../html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a> with the result of the push</p>
28902890 </div>
2891 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2891 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
28922892 </div>
28932893 <hr>
28942894 <div class="refsect2">
29342934 <a name="gst-harness-src-crank-and-push-many.returns"></a><h4>Returns</h4>
29352935 <p> a <a href="../html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a> with the result of the push</p>
29362936 </div>
2937 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2937 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
29382938 </div>
29392939 <hr>
29402940 <div class="refsect2">
29652965 <a name="gst-harness-src-push-event.returns"></a><h4>Returns</h4>
29662966 <p> a <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> with the result of the push</p>
29672967 </div>
2968 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
2968 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
29692969 </div>
29702970 <hr>
29712971 <div class="refsect2">
29992999 </tbody>
30003000 </table></div>
30013001 </div>
3002 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3002 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
30033003 </div>
30043004 <hr>
30053005 <div class="refsect2">
30373037 </tbody>
30383038 </table></div>
30393039 </div>
3040 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3040 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
30413041 </div>
30423042 <hr>
30433043 <div class="refsect2">
30703070 </tbody>
30713071 </table></div>
30723072 </div>
3073 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3073 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
30743074 </div>
30753075 <hr>
30763076 <div class="refsect2">
30993099 <a name="gst-harness-push-to-sink.returns"></a><h4>Returns</h4>
31003100 <p> a <a href="../html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a> with the result of the push</p>
31013101 </div>
3102 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3102 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
31033103 </div>
31043104 <hr>
31053105 <div class="refsect2">
31373137 <a name="gst-harness-sink-push-many.returns"></a><h4>Returns</h4>
31383138 <p> a <a href="../html/GstPad.html#GstFlowReturn"><span class="type">GstFlowReturn</span></a> with the result of the push</p>
31393139 </div>
3140 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3140 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
31413141 </div>
31423142 <hr>
31433143 <div class="refsect2">
31783178 <p> a <a href="../html/GstElement.html#GstElement-struct"><span class="type">GstElement</span></a> or <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found. </p>
31793179 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></p>
31803180 </div>
3181 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3181 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
31823182 </div>
31833183 <hr>
31843184 <div class="refsect2">
32253225 </tbody>
32263226 </table></div>
32273227 </div>
3228 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3228 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
32293229 </div>
32303230 <hr>
32313231 <div class="refsect2">
32723272 </tbody>
32733273 </table></div>
32743274 </div>
3275 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3275 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
32763276 </div>
32773277 <hr>
32783278 <div class="refsect2">
33363336 </tbody>
33373337 </table></div>
33383338 </div>
3339 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3339 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
33403340 </div>
33413341 <hr>
33423342 <div class="refsect2">
33603360 </tr></tbody>
33613361 </table></div>
33623362 </div>
3363 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3363 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
33643364 </div>
33653365 <hr>
33663366 <div class="refsect2">
34203420 <a name="gst-harness-stress-custom-start.returns"></a><h4>Returns</h4>
34213421 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
34223422 </div>
3423 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3423 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
34243424 </div>
34253425 <hr>
34263426 <div class="refsect2">
34663466 <a name="gst-harness-stress-statechange-start-full.returns"></a><h4>Returns</h4>
34673467 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
34683468 </div>
3469 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3469 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
34703470 </div>
34713471 <hr>
34723472 <div class="refsect2">
35293529 <a name="gst-harness-stress-push-buffer-start-full.returns"></a><h4>Returns</h4>
35303530 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
35313531 </div>
3532 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3532 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
35333533 </div>
35343534 <hr>
35353535 <div class="refsect2">
35593559 </tbody>
35603560 </table></div>
35613561 </div>
3562 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3562 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
35633563 </div>
35643564 <hr>
35653565 <div class="refsect2">
36363636 <a name="gst-harness-stress-push-buffer-with-cb-start-full.returns"></a><h4>Returns</h4>
36373637 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
36383638 </div>
3639 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3639 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
36403640 </div>
36413641 <hr>
36423642 <div class="refsect2">
36903690 <a name="gst-harness-stress-push-event-start-full.returns"></a><h4>Returns</h4>
36913691 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
36923692 </div>
3693 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3693 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
36943694 </div>
36953695 <hr>
36963696 <div class="refsect2">
37203720 </tbody>
37213721 </table></div>
37223722 </div>
3723 <p class="since">Since: 1.8</p>
3723 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
37243724 </div>
37253725 <hr>
37263726 <div class="refsect2">
37863786 <a name="gst-harness-stress-push-event-with-cb-start-full.returns"></a><h4>Returns</h4>
37873787 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
37883788 </div>
3789 <p class="since">Since: 1.8</p>
3789 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
37903790 </div>
37913791 <hr>
37923792 <div class="refsect2">
38403840 <a name="gst-harness-stress-push-upstream-event-start-full.returns"></a><h4>Returns</h4>
38413841 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
38423842 </div>
3843 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3843 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
38443844 </div>
38453845 <hr>
38463846 <div class="refsect2">
39063906 <a name="gst-harness-stress-push-upstream-event-with-cb-start-full.returns"></a><h4>Returns</h4>
39073907 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
39083908 </div>
3909 <p class="since">Since: 1.8</p>
3909 <p class="since">Since: <a class="link" href="ix04.html#api-index-1.8">1.8</a></p>
39103910 </div>
39113911 <hr>
39123912 <div class="refsect2">
39673967 <a name="gst-harness-stress-property-start-full.returns"></a><h4>Returns</h4>
39683968 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
39693969 </div>
3970 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
3970 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
39713971 </div>
39723972 <hr>
39733973 <div class="refsect2">
40364036 <a name="gst-harness-stress-requestpad-start-full.returns"></a><h4>Returns</h4>
40374037 <p> a <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread"><span class="type">GstHarnessThread</span></a></p>
40384038 </div>
4039 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
4039 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
40404040 </div>
40414041 </div>
40424042 <div class="refsect1">
40904090 </tbody>
40914091 </table></div>
40924092 </div>
4093 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
4093 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
40944094 </div>
40954095 <hr>
40964096 <div class="refsect2">
40974097 <a name="GstHarnessThread"></a><h3>GstHarnessThread</h3>
40984098 <pre class="programlisting">typedef struct _GstHarnessThread GstHarnessThread;</pre>
40994099 <p>Opaque handle representing a GstHarness stress testing thread.</p>
4100 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
4100 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
41014101 </div>
41024102 </div>
41034103 <div class="refsect1">
206206 <a name="gst-queue-array-new.returns"></a><h4>Returns</h4>
207207 <p> a new <a class="link" href="gstreamer-libs-GstQueueArray.html#GstQueueArray" title="GstQueueArray"><span class="type">GstQueueArray</span></a> object</p>
208208 </div>
209 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
209 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
210210 </div>
211211 <hr>
212212 <div class="refsect2">
231231 </tr></tbody>
232232 </table></div>
233233 </div>
234 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
234 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
235235 </div>
236236 <hr>
237237 <div class="refsect2">
261261 <p> the length of the queue <em class="parameter"><code>array</code></em>
262262 .</p>
263263 </div>
264 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
264 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
265265 </div>
266266 <hr>
267267 <div class="refsect2">
291291 <a name="gst-queue-array-pop-head.returns"></a><h4>Returns</h4>
292292 <p> The head of the queue</p>
293293 </div>
294 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
294 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
295295 </div>
296296 <hr>
297297 <div class="refsect2">
321321 <a name="gst-queue-array-peek-head.returns"></a><h4>Returns</h4>
322322 <p> The head of the queue</p>
323323 </div>
324 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
324 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
325325 </div>
326326 <hr>
327327 <div class="refsect2">
355355 </tbody>
356356 </table></div>
357357 </div>
358 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
358 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
359359 </div>
360360 <hr>
361361 <div class="refsect2">
385385 <p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the queue <em class="parameter"><code>array</code></em>
386386 is empty</p>
387387 </div>
388 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
388 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
389389 </div>
390390 <hr>
391391 <div class="refsect2">
423423 <a name="gst-queue-array-drop-element.returns"></a><h4>Returns</h4>
424424 <p> the dropped element</p>
425425 </div>
426 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
426 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
427427 </div>
428428 <hr>
429429 <div class="refsect2">
476476 <a name="gst-queue-array-find.returns"></a><h4>Returns</h4>
477477 <p> Index of the found element or -1 if nothing was found.</p>
478478 </div>
479 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.2">1.2</a></p>
479 <p class="since">Since: <a class="link" href="ix07.html#api-index-1.2">1.2</a></p>
480480 </div>
481481 <hr>
482482 <div class="refsect2">
515515 <a name="gst-queue-array-new-for-struct.returns"></a><h4>Returns</h4>
516516 <p> a new <a class="link" href="gstreamer-libs-GstQueueArray.html#GstQueueArray" title="GstQueueArray"><span class="type">GstQueueArray</span></a> object</p>
517517 </div>
518 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
518 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
519519 </div>
520520 <hr>
521521 <div class="refsect2">
554554 data pointed to by the returned pointer stays valid only as long as
555555 the queue array is not modified further!</p>
556556 </div>
557 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
557 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
558558 </div>
559559 <hr>
560560 <div class="refsect2">
586586 data pointed to by the returned pointer stays valid only as long as
587587 the queue array is not modified further!</p>
588588 </div>
589 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
589 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
590590 </div>
591591 <hr>
592592 <div class="refsect2">
634634 <a name="gst-queue-array-drop-struct.returns"></a><h4>Returns</h4>
635635 <p> TRUE on success, or FALSE on error</p>
636636 </div>
637 <p class="since">Since: <a class="link" href="ix03.html#api-index-1.6">1.6</a></p>
637 <p class="since">Since: <a class="link" href="ix05.html#api-index-1.6">1.6</a></p>
638638 </div>
639639 </div>
640640 <div class="refsect1">
Binary diff not shown
1414 <div>
1515 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer 1.0 Library Reference Manual</p></th></tr></table></div>
1616 <div><p class="releaseinfo">
17 for GStreamer Library 1.0 (1.9.90)
17 for GStreamer Library 1.0 (1.10.0)
1818 The latest version of this documentation can be found on-line at
1919 <a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/</a>.
2020 </p></div>
139139 <dt><span class="chapter"><a href="gstreamer-hierarchy.html">Object Hierarchy</a></span></dt>
140140 <dt><span class="index"><a href="ix01.html">API Index</a></span></dt>
141141 <dt><span class="index"><a href="ix02.html">Index of deprecated API</a></span></dt>
142 <dt><span class="index"><a href="ix03.html">Index of new API in 1.6</a></span></dt>
143 <dt><span class="index"><a href="ix04.html">Index of new API in 1.4</a></span></dt>
144 <dt><span class="index"><a href="ix05.html">Index of new API in 1.2</a></span></dt>
145 <dt><span class="index"><a href="ix06.html">Index of new API in 1.0.1</a></span></dt>
142 <dt><span class="index"><a href="ix03.html">Index of new API in 1.10</a></span></dt>
143 <dt><span class="index"><a href="ix04.html">Index of new API in 1.8</a></span></dt>
144 <dt><span class="index"><a href="ix05.html">Index of new API in 1.6</a></span></dt>
145 <dt><span class="index"><a href="ix06.html">Index of new API in 1.4</a></span></dt>
146 <dt><span class="index"><a href="ix07.html">Index of new API in 1.2</a></span></dt>
147 <dt><span class="index"><a href="ix08.html">Index of new API in 1.0.1</a></span></dt>
146148 <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
147149 </dl></div>
148150 </div>
66 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
88 <link rel="prev" href="ix01.html" title="API Index">
9 <link rel="next" href="ix03.html" title="Index of new API in 1.6">
9 <link rel="next" href="ix03.html" title="Index of new API in 1.10">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.6: GStreamer 1.0 Library Reference Manual</title>
4 <title>Index of new API in 1.10: GStreamer 1.0 Library Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
88 <link rel="prev" href="ix02.html" title="Index of deprecated API">
9 <link rel="next" href="ix04.html" title="Index of new API in 1.4">
9 <link rel="next" href="ix04.html" title="Index of new API in 1.8">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a>
16  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxB">B</a>
18  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxC">C</a>
20  <span class="dim">|</span> 
21 <a class="shortcut" href="#idxD">D</a>
22  <span class="dim">|</span> 
23 <a class="shortcut" href="#idxF">F</a>
24  <span class="dim">|</span> 
25 <a class="shortcut" href="#idxH">H</a>
26  <span class="dim">|</span> 
27 <a class="shortcut" href="#idxN">N</a>
28  <span class="dim">|</span> 
29 <a class="shortcut" href="#idxP">P</a>
30  <span class="dim">|</span> 
31 <a class="shortcut" href="#idxQ">Q</a>
32  <span class="dim">|</span> 
33 <a class="shortcut" href="#idxT">T</a></span></td>
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a></span></td>
3416 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
3517 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
3618 <td><a accesskey="p" href="ix02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
3820 </tr></table>
3921 <div class="index">
4022 <div class="titlepage"><div><div><h1 class="title">
41 <a name="id-1.6"></a>Index of new API in 1.6</h1></div></div></div>
23 <a name="id-1.6"></a>Index of new API in 1.10</h1></div></div></div>
4224 <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
4325 <dt>
44 <a class="link" href="GstAdapter.html#gst-adapter-get-buffer" title="gst_adapter_get_buffer ()">gst_adapter_get_buffer</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
26 <a class="link" href="GstAdapter.html#gst-adapter-dts-at-discont" title="gst_adapter_dts_at_discont ()">gst_adapter_dts_at_discont</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
4527 </dt>
4628 <dd></dd>
4729 <dt>
48 <a class="link" href="GstAdapter.html#gst-adapter-get-buffer-fast" title="gst_adapter_get_buffer_fast ()">gst_adapter_get_buffer_fast</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
30 <a class="link" href="GstAdapter.html#gst-adapter-offset-at-discont" title="gst_adapter_offset_at_discont ()">gst_adapter_offset_at_discont</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
4931 </dt>
5032 <dd></dd>
5133 <dt>
52 <a class="link" href="GstAdapter.html#gst-adapter-get-buffer-list" title="gst_adapter_get_buffer_list ()">gst_adapter_get_buffer_list</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
34 <a class="link" href="GstAdapter.html#gst-adapter-prev-offset" title="gst_adapter_prev_offset ()">gst_adapter_prev_offset</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
5335 </dt>
5436 <dd></dd>
5537 <dt>
56 <a class="link" href="GstAdapter.html#gst-adapter-get-list" title="gst_adapter_get_list ()">gst_adapter_get_list</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="GstAdapter.html#gst-adapter-take-buffer-list" title="gst_adapter_take_buffer_list ()">gst_adapter_take_buffer_list</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
61 </dt>
62 <dd></dd>
63 <a name="idxB"></a><h3 class="title">B</h3>
64 <dt>
65 <a class="link" href="GstBaseParse.html#gst-base-parse-merge-tags" title="gst_base_parse_merge_tags ()">gst_base_parse_merge_tags</a>, function in <a class="link" href="GstBaseParse.html" title="GstBaseParse">GstBaseParse</a>
66 </dt>
67 <dd></dd>
68 <dt>
69 <a class="link" href="GstBaseTransform.html#gst-base-transform-update-src-caps" title="gst_base_transform_update_src_caps ()">gst_base_transform_update_src_caps</a>, function in <a class="link" href="GstBaseTransform.html" title="GstBaseTransform">GstBaseTransform</a>
70 </dt>
71 <dd></dd>
72 <dt>
73 <a class="link" href="gstreamer-libs-GstByteReader.html#gst-byte-reader-get-sub-reader" title="gst_byte_reader_get_sub_reader ()">gst_byte_reader_get_sub_reader</a>, function in <a class="link" href="gstreamer-libs-GstByteReader.html" title="GstByteReader">GstByteReader</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="gstreamer-libs-GstByteReader.html#gst-byte-reader-masked-scan-uint32-peek" title="gst_byte_reader_masked_scan_uint32_peek ()">gst_byte_reader_masked_scan_uint32_peek</a>, function in <a class="link" href="gstreamer-libs-GstByteReader.html" title="GstByteReader">GstByteReader</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="gstreamer-libs-GstByteReader.html#gst-byte-reader-peek-sub-reader" title="gst_byte_reader_peek_sub_reader ()">gst_byte_reader_peek_sub_reader</a>, function in <a class="link" href="gstreamer-libs-GstByteReader.html" title="GstByteReader">GstByteReader</a>
82 </dt>
83 <dd></dd>
84 <a name="idxC"></a><h3 class="title">C</h3>
85 <dt>
86 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-objects-destroyed-on-unref" title="gst_check_objects_destroyed_on_unref ()">gst_check_objects_destroyed_on_unref</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
87 </dt>
88 <dd></dd>
89 <dt>
90 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-object-destroyed-on-unref" title="gst_check_object_destroyed_on_unref ()">gst_check_object_destroyed_on_unref</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
91 </dt>
92 <dd></dd>
93 <dt>
94 <a class="link" href="GstCollectPads.html#GST-COLLECT-PADS-DTS:CAPS" title="GST_COLLECT_PADS_DTS()">GST_COLLECT_PADS_DTS</a>, macro in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
95 </dt>
96 <dd></dd>
97 <dt>
98 <a class="link" href="GstCollectPads.html#GST-COLLECT-PADS-DTS-IS-VALID:CAPS" title="GST_COLLECT_PADS_DTS_IS_VALID()">GST_COLLECT_PADS_DTS_IS_VALID</a>, macro in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
99 </dt>
100 <dd></dd>
101 <a name="idxD"></a><h3 class="title">D</h3>
102 <dt>
103 <a class="link" href="GstDirectControlBinding.html#gst-direct-control-binding-new-absolute" title="gst_direct_control_binding_new_absolute ()">gst_direct_control_binding_new_absolute</a>, function in <a class="link" href="GstDirectControlBinding.html" title="GstDirectControlBinding">GstDirectControlBinding</a>
104 </dt>
105 <dd></dd>
106 <a name="idxF"></a><h3 class="title">F</h3>
107 <dt>
108 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-clear" title="gst_flow_combiner_clear ()">gst_flow_combiner_clear</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
109 </dt>
110 <dd></dd>
111 <dt>
112 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-reset" title="gst_flow_combiner_reset ()">gst_flow_combiner_reset</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
113 </dt>
114 <dd></dd>
115 <dt>
116 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-update-pad-flow" title="gst_flow_combiner_update_pad_flow ()">gst_flow_combiner_update_pad_flow</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
117 </dt>
118 <dd></dd>
119 <a name="idxH"></a><h3 class="title">H</h3>
120 <dt>
121 <a class="link" href="gstreamer-libs-GstHarness.html#GstHarness" title="struct GstHarness">GstHarness</a>, struct in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
122 </dt>
123 <dd></dd>
124 <dt>
125 <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessPrepareBufferFunc" title="GstHarnessPrepareBufferFunc ()">GstHarnessPrepareBufferFunc</a>, user_function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
126 </dt>
127 <dd></dd>
128 <dt>
129 <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread">GstHarnessThread</a>, struct in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
130 </dt>
131 <dd></dd>
132 <dt>
133 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-element-full" title="gst_harness_add_element_full ()">gst_harness_add_element_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
134 </dt>
135 <dd></dd>
136 <dt>
137 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-element-sink-pad" title="gst_harness_add_element_sink_pad ()">gst_harness_add_element_sink_pad</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
138 </dt>
139 <dd></dd>
140 <dt>
141 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-element-src-pad" title="gst_harness_add_element_src_pad ()">gst_harness_add_element_src_pad</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
142 </dt>
143 <dd></dd>
144 <dt>
145 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-parse" title="gst_harness_add_parse ()">gst_harness_add_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
146 </dt>
147 <dd></dd>
148 <dt>
149 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-probe" title="gst_harness_add_probe ()">gst_harness_add_probe</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
150 </dt>
151 <dd></dd>
152 <dt>
153 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-sink" title="gst_harness_add_sink ()">gst_harness_add_sink</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
154 </dt>
155 <dd></dd>
156 <dt>
157 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-sink-harness" title="gst_harness_add_sink_harness ()">gst_harness_add_sink_harness</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
158 </dt>
159 <dd></dd>
160 <dt>
161 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-sink-parse" title="gst_harness_add_sink_parse ()">gst_harness_add_sink_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
162 </dt>
163 <dd></dd>
164 <dt>
165 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-src" title="gst_harness_add_src ()">gst_harness_add_src</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
166 </dt>
167 <dd></dd>
168 <dt>
169 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-src-harness" title="gst_harness_add_src_harness ()">gst_harness_add_src_harness</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
170 </dt>
171 <dd></dd>
172 <dt>
173 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-src-parse" title="gst_harness_add_src_parse ()">gst_harness_add_src_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
174 </dt>
175 <dd></dd>
176 <dt>
177 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-buffers-in-queue" title="gst_harness_buffers_in_queue ()">gst_harness_buffers_in_queue</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
178 </dt>
179 <dd></dd>
180 <dt>
181 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-buffers-received" title="gst_harness_buffers_received ()">gst_harness_buffers_received</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
182 </dt>
183 <dd></dd>
184 <dt>
185 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-crank-multiple-clock-waits" title="gst_harness_crank_multiple_clock_waits ()">gst_harness_crank_multiple_clock_waits</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
186 </dt>
187 <dd></dd>
188 <dt>
189 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-crank-single-clock-wait" title="gst_harness_crank_single_clock_wait ()">gst_harness_crank_single_clock_wait</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
190 </dt>
191 <dd></dd>
192 <dt>
193 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-create-buffer" title="gst_harness_create_buffer ()">gst_harness_create_buffer</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
194 </dt>
195 <dd></dd>
196 <dt>
197 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-dump-to-file" title="gst_harness_dump_to_file ()">gst_harness_dump_to_file</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
198 </dt>
199 <dd></dd>
200 <dt>
201 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-events-in-queue" title="gst_harness_events_in_queue ()">gst_harness_events_in_queue</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
202 </dt>
203 <dd></dd>
204 <dt>
205 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-events-received" title="gst_harness_events_received ()">gst_harness_events_received</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
206 </dt>
207 <dd></dd>
208 <dt>
209 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-find-element" title="gst_harness_find_element ()">gst_harness_find_element</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
210 </dt>
211 <dd></dd>
212 <dt>
213 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get" title="gst_harness_get ()">gst_harness_get</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
214 </dt>
215 <dd></dd>
216 <dt>
217 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get-allocator" title="gst_harness_get_allocator ()">gst_harness_get_allocator</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
218 </dt>
219 <dd></dd>
220 <dt>
221 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get-last-pushed-timestamp" title="gst_harness_get_last_pushed_timestamp ()">gst_harness_get_last_pushed_timestamp</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
222 </dt>
223 <dd></dd>
224 <dt>
225 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get-testclock" title="gst_harness_get_testclock ()">gst_harness_get_testclock</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
226 </dt>
227 <dd></dd>
228 <dt>
229 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new" title="gst_harness_new ()">gst_harness_new</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
230 </dt>
231 <dd></dd>
232 <dt>
233 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-full" title="gst_harness_new_full ()">gst_harness_new_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
234 </dt>
235 <dd></dd>
236 <dt>
237 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-parse" title="gst_harness_new_parse ()">gst_harness_new_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
238 </dt>
239 <dd></dd>
240 <dt>
241 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-with-element" title="gst_harness_new_with_element ()">gst_harness_new_with_element</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
242 </dt>
243 <dd></dd>
244 <dt>
245 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-with-padnames" title="gst_harness_new_with_padnames ()">gst_harness_new_with_padnames</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
246 </dt>
247 <dd></dd>
248 <dt>
249 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-with-templates" title="gst_harness_new_with_templates ()">gst_harness_new_with_templates</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
250 </dt>
251 <dd></dd>
252 <dt>
253 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-play" title="gst_harness_play ()">gst_harness_play</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
254 </dt>
255 <dd></dd>
256 <dt>
257 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-pull" title="gst_harness_pull ()">gst_harness_pull</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
258 </dt>
259 <dd></dd>
260 <dt>
261 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-pull-event" title="gst_harness_pull_event ()">gst_harness_pull_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
262 </dt>
263 <dd></dd>
264 <dt>
265 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-pull-upstream-event" title="gst_harness_pull_upstream_event ()">gst_harness_pull_upstream_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
266 </dt>
267 <dd></dd>
268 <dt>
269 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push" title="gst_harness_push ()">gst_harness_push</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
270 </dt>
271 <dd></dd>
272 <dt>
273 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-and-pull" title="gst_harness_push_and_pull ()">gst_harness_push_and_pull</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
274 </dt>
275 <dd></dd>
276 <dt>
277 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-event" title="gst_harness_push_event ()">gst_harness_push_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
278 </dt>
279 <dd></dd>
280 <dt>
281 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-from-src" title="gst_harness_push_from_src ()">gst_harness_push_from_src</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
282 </dt>
283 <dd></dd>
284 <dt>
285 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-to-sink" title="gst_harness_push_to_sink ()">gst_harness_push_to_sink</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
286 </dt>
287 <dd></dd>
288 <dt>
289 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-upstream-event" title="gst_harness_push_upstream_event ()">gst_harness_push_upstream_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
290 </dt>
291 <dd></dd>
292 <dt>
293 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-query-latency" title="gst_harness_query_latency ()">gst_harness_query_latency</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
294 </dt>
295 <dd></dd>
296 <dt>
297 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set" title="gst_harness_set ()">gst_harness_set</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
298 </dt>
299 <dd></dd>
300 <dt>
301 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-blocking-push-mode" title="gst_harness_set_blocking_push_mode ()">gst_harness_set_blocking_push_mode</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
302 </dt>
303 <dd></dd>
304 <dt>
305 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-caps" title="gst_harness_set_caps ()">gst_harness_set_caps</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
306 </dt>
307 <dd></dd>
308 <dt>
309 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-caps-str" title="gst_harness_set_caps_str ()">gst_harness_set_caps_str</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
310 </dt>
311 <dd></dd>
312 <dt>
313 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-drop-buffers" title="gst_harness_set_drop_buffers ()">gst_harness_set_drop_buffers</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
314 </dt>
315 <dd></dd>
316 <dt>
317 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-forwarding" title="gst_harness_set_forwarding ()">gst_harness_set_forwarding</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
318 </dt>
319 <dd></dd>
320 <dt>
321 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-propose-allocator" title="gst_harness_set_propose_allocator ()">gst_harness_set_propose_allocator</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
322 </dt>
323 <dd></dd>
324 <dt>
325 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-sink-caps" title="gst_harness_set_sink_caps ()">gst_harness_set_sink_caps</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
326 </dt>
327 <dd></dd>
328 <dt>
329 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-sink-caps-str" title="gst_harness_set_sink_caps_str ()">gst_harness_set_sink_caps_str</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
330 </dt>
331 <dd></dd>
332 <dt>
333 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-src-caps" title="gst_harness_set_src_caps ()">gst_harness_set_src_caps</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
334 </dt>
335 <dd></dd>
336 <dt>
337 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-src-caps-str" title="gst_harness_set_src_caps_str ()">gst_harness_set_src_caps_str</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
338 </dt>
339 <dd></dd>
340 <dt>
341 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-time" title="gst_harness_set_time ()">gst_harness_set_time</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
342 </dt>
343 <dd></dd>
344 <dt>
345 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-upstream-latency" title="gst_harness_set_upstream_latency ()">gst_harness_set_upstream_latency</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
346 </dt>
347 <dd></dd>
348 <dt>
349 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-sink-push-many" title="gst_harness_sink_push_many ()">gst_harness_sink_push_many</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
350 </dt>
351 <dd></dd>
352 <dt>
353 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-src-crank-and-push-many" title="gst_harness_src_crank_and_push_many ()">gst_harness_src_crank_and_push_many</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
354 </dt>
355 <dd></dd>
356 <dt>
357 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-src-push-event" title="gst_harness_src_push_event ()">gst_harness_src_push_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
358 </dt>
359 <dd></dd>
360 <dt>
361 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-custom-start" title="gst_harness_stress_custom_start ()">gst_harness_stress_custom_start</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
362 </dt>
363 <dd></dd>
364 <dt>
365 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-property-start-full" title="gst_harness_stress_property_start_full ()">gst_harness_stress_property_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
366 </dt>
367 <dd></dd>
368 <dt>
369 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-buffer-start-full" title="gst_harness_stress_push_buffer_start_full ()">gst_harness_stress_push_buffer_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
370 </dt>
371 <dd></dd>
372 <dt>
373 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-buffer-with-cb-start-full" title="gst_harness_stress_push_buffer_with_cb_start_full ()">gst_harness_stress_push_buffer_with_cb_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
374 </dt>
375 <dd></dd>
376 <dt>
377 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-event-start-full" title="gst_harness_stress_push_event_start_full ()">gst_harness_stress_push_event_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
378 </dt>
379 <dd></dd>
380 <dt>
381 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-upstream-event-start-full" title="gst_harness_stress_push_upstream_event_start_full ()">gst_harness_stress_push_upstream_event_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
382 </dt>
383 <dd></dd>
384 <dt>
385 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-requestpad-start-full" title="gst_harness_stress_requestpad_start_full ()">gst_harness_stress_requestpad_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
386 </dt>
387 <dd></dd>
388 <dt>
389 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-statechange-start-full" title="gst_harness_stress_statechange_start_full ()">gst_harness_stress_statechange_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
390 </dt>
391 <dd></dd>
392 <dt>
393 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-thread-stop" title="gst_harness_stress_thread_stop ()">gst_harness_stress_thread_stop</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
394 </dt>
395 <dd></dd>
396 <dt>
397 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-teardown" title="gst_harness_teardown ()">gst_harness_teardown</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
398 </dt>
399 <dd></dd>
400 <dt>
401 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-try-pull" title="gst_harness_try_pull ()">gst_harness_try_pull</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
402 </dt>
403 <dd></dd>
404 <dt>
405 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-try-pull-event" title="gst_harness_try_pull_event ()">gst_harness_try_pull_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
406 </dt>
407 <dd></dd>
408 <dt>
409 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-try-pull-upstream-event" title="gst_harness_try_pull_upstream_event ()">gst_harness_try_pull_upstream_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
410 </dt>
411 <dd></dd>
412 <dt>
413 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-upstream-events-in-queue" title="gst_harness_upstream_events_in_queue ()">gst_harness_upstream_events_in_queue</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
414 </dt>
415 <dd></dd>
416 <dt>
417 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-upstream-events-received" title="gst_harness_upstream_events_received ()">gst_harness_upstream_events_received</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
418 </dt>
419 <dd></dd>
420 <dt>
421 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-use-systemclock" title="gst_harness_use_systemclock ()">gst_harness_use_systemclock</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
422 </dt>
423 <dd></dd>
424 <dt>
425 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-use-testclock" title="gst_harness_use_testclock ()">gst_harness_use_testclock</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
426 </dt>
427 <dd></dd>
428 <dt>
429 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-wait-for-clock-id-waits" title="gst_harness_wait_for_clock_id_waits ()">gst_harness_wait_for_clock_id_waits</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
430 </dt>
431 <dd></dd>
432 <a name="idxN"></a><h3 class="title">N</h3>
433 <dt>
434 <a class="link" href="GstNetClientClock.html#gst-ntp-clock-new" title="gst_ntp_clock_new ()">gst_ntp_clock_new</a>, function in <a class="link" href="GstNetClientClock.html" title="GstNetClientClock">GstNetClientClock</a>
435 </dt>
436 <dd></dd>
437 <a name="idxP"></a><h3 class="title">P</h3>
438 <dt>
439 <a class="link" href="GstPtpClock.html#gst-ptp-clock-new" title="gst_ptp_clock_new ()">gst_ptp_clock_new</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
440 </dt>
441 <dd></dd>
442 <dt>
443 <a class="link" href="GstPtpClock.html#gst-ptp-deinit" title="gst_ptp_deinit ()">gst_ptp_deinit</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
444 </dt>
445 <dd></dd>
446 <dt>
447 <a class="link" href="GstPtpClock.html#gst-ptp-init" title="gst_ptp_init ()">gst_ptp_init</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
448 </dt>
449 <dd></dd>
450 <dt>
451 <a class="link" href="GstPtpClock.html#gst-ptp-is-initialized" title="gst_ptp_is_initialized ()">gst_ptp_is_initialized</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
452 </dt>
453 <dd></dd>
454 <dt>
455 <a class="link" href="GstPtpClock.html#gst-ptp-is-supported" title="gst_ptp_is_supported ()">gst_ptp_is_supported</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
456 </dt>
457 <dd></dd>
458 <dt>
459 <a class="link" href="GstPtpClock.html#gst-ptp-statistics-callback-add" title="gst_ptp_statistics_callback_add ()">gst_ptp_statistics_callback_add</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
460 </dt>
461 <dd></dd>
462 <dt>
463 <a class="link" href="GstPtpClock.html#gst-ptp-statistics-callback-remove" title="gst_ptp_statistics_callback_remove ()">gst_ptp_statistics_callback_remove</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
464 </dt>
465 <dd></dd>
466 <a name="idxQ"></a><h3 class="title">Q</h3>
467 <dt>
468 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-drop-struct" title="gst_queue_array_drop_struct ()">gst_queue_array_drop_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
469 </dt>
470 <dd></dd>
471 <dt>
472 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-new-for-struct" title="gst_queue_array_new_for_struct ()">gst_queue_array_new_for_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
473 </dt>
474 <dd></dd>
475 <dt>
476 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-peek-head-struct" title="gst_queue_array_peek_head_struct ()">gst_queue_array_peek_head_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
477 </dt>
478 <dd></dd>
479 <dt>
480 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-pop-head-struct" title="gst_queue_array_pop_head_struct ()">gst_queue_array_pop_head_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
481 </dt>
482 <dd></dd>
483 <a name="idxT"></a><h3 class="title">T</h3>
484 <dt>
485 <a class="link" href="GstTimedValueControlSource.html#GstTimedValueControlSource-value-added" title="The “value-added” signal">GstTimedValueControlSource::value-added</a>, object signal in <a class="link" href="GstTimedValueControlSource.html" title="GstTimedValueControlSource">GstTimedValueControlSource</a>
486 </dt>
487 <dd></dd>
488 <dt>
489 <a class="link" href="GstTimedValueControlSource.html#GstTimedValueControlSource-value-changed" title="The “value-changed” signal">GstTimedValueControlSource::value-changed</a>, object signal in <a class="link" href="GstTimedValueControlSource.html" title="GstTimedValueControlSource">GstTimedValueControlSource</a>
490 </dt>
491 <dd></dd>
492 <dt>
493 <a class="link" href="GstTimedValueControlSource.html#GstTimedValueControlSource-value-removed" title="The “value-removed” signal">GstTimedValueControlSource::value-removed</a>, object signal in <a class="link" href="GstTimedValueControlSource.html" title="GstTimedValueControlSource">GstTimedValueControlSource</a>
38 <a class="link" href="GstAdapter.html#gst-adapter-pts-at-discont" title="gst_adapter_pts_at_discont ()">gst_adapter_pts_at_discont</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
49439 </dt>
49540 <dd></dd>
49641 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.4: GStreamer 1.0 Library Reference Manual</title>
4 <title>Index of new API in 1.8: GStreamer 1.0 Library Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
8 <link rel="prev" href="ix03.html" title="Index of new API in 1.6">
9 <link rel="next" href="ix05.html" title="Index of new API in 1.2">
8 <link rel="prev" href="ix03.html" title="Index of new API in 1.10">
9 <link rel="next" href="ix05.html" title="Index of new API in 1.6">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a>
16  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxB">B</a>
18  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxC">C</a>
20  <span class="dim">|</span> 
21 <a class="shortcut" href="#idxF">F</a>
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxH">H</a>
2216  <span class="dim">|</span> 
2317 <a class="shortcut" href="#idxT">T</a></span></td>
2418 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
2822 </tr></table>
2923 <div class="index">
3024 <div class="titlepage"><div><div><h1 class="title">
31 <a name="id-1.7"></a>Index of new API in 1.4</h1></div></div></div>
32 <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
25 <a name="id-1.7"></a>Index of new API in 1.8</h1></div></div></div>
26 <a name="idx"></a><a name="idxH"></a><h3 class="title">H</h3>
3327 <dt>
34 <a class="link" href="GstAdapter.html#gst-adapter-copy-bytes" title="gst_adapter_copy_bytes ()">gst_adapter_copy_bytes</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
35 </dt>
36 <dd></dd>
37 <a name="idxB"></a><h3 class="title">B</h3>
38 <dt>
39 <a class="link" href="GstBaseSrc.html#gst-base-src-set-automatic-eos" title="gst_base_src_set_automatic_eos ()">gst_base_src_set_automatic_eos</a>, function in <a class="link" href="GstBaseSrc.html" title="GstBaseSrc">GstBaseSrc</a>
40 </dt>
41 <dd></dd>
42 <a name="idxC"></a><h3 class="title">C</h3>
43 <dt>
44 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-sink-pad-by-name-from-template" title="gst_check_setup_sink_pad_by_name_from_template ()">gst_check_setup_sink_pad_by_name_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
28 <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessPrepareEventFunc" title="GstHarnessPrepareEventFunc ()">GstHarnessPrepareEventFunc</a>, user_function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
4529 </dt>
4630 <dd></dd>
4731 <dt>
48 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-sink-pad-from-template" title="gst_check_setup_sink_pad_from_template ()">gst_check_setup_sink_pad_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
32 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-empty" title="gst_harness_new_empty ()">gst_harness_new_empty</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
4933 </dt>
5034 <dd></dd>
5135 <dt>
52 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-src-pad-by-name-from-template" title="gst_check_setup_src_pad_by_name_from_template ()">gst_check_setup_src_pad_by_name_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
36 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-event-with-cb-start-full" title="gst_harness_stress_push_event_with_cb_start_full ()">gst_harness_stress_push_event_with_cb_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
5337 </dt>
5438 <dd></dd>
5539 <dt>
56 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-src-pad-from-template" title="gst_check_setup_src_pad_from_template ()">gst_check_setup_src_pad_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="GstCollectPads.html#GstCollectPadsFlushFunction" title="GstCollectPadsFlushFunction ()">GstCollectPadsFlushFunction</a>, user_function in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
61 </dt>
62 <dd></dd>
63 <dt>
64 <a class="link" href="GstCollectPads.html#gst-collect-pads-set-flush-function" title="gst_collect_pads_set_flush_function ()">gst_collect_pads_set_flush_function</a>, function in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
65 </dt>
66 <dd></dd>
67 <dt>
68 <a class="link" href="GstCollectPads.html#gst-collect-pads-src-event-default" title="gst_collect_pads_src_event_default ()">gst_collect_pads_src_event_default</a>, function in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
69 </dt>
70 <dd></dd>
71 <a name="idxF"></a><h3 class="title">F</h3>
72 <dt>
73 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#GstFlowCombiner" title="GstFlowCombiner">GstFlowCombiner</a>, struct in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-add-pad" title="gst_flow_combiner_add_pad ()">gst_flow_combiner_add_pad</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-free" title="gst_flow_combiner_free ()">gst_flow_combiner_free</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
82 </dt>
83 <dd></dd>
84 <dt>
85 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-new" title="gst_flow_combiner_new ()">gst_flow_combiner_new</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
86 </dt>
87 <dd></dd>
88 <dt>
89 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-remove-pad" title="gst_flow_combiner_remove_pad ()">gst_flow_combiner_remove_pad</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
90 </dt>
91 <dd></dd>
92 <dt>
93 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-update-flow" title="gst_flow_combiner_update_flow ()">gst_flow_combiner_update_flow</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
40 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-upstream-event-with-cb-start-full" title="gst_harness_stress_push_upstream_event_with_cb_start_full ()">gst_harness_stress_push_upstream_event_with_cb_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
9441 </dt>
9542 <dd></dd>
9643 <a name="idxT"></a><h3 class="title">T</h3>
9744 <dt>
98 <a class="link" href="GstTestClock.html#gst-test-clock-id-list-get-latest-time" title="gst_test_clock_id_list_get_latest_time ()">gst_test_clock_id_list_get_latest_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
99 </dt>
100 <dd></dd>
101 <dt>
102 <a class="link" href="GstTestClock.html#gst-test-clock-process-id-list" title="gst_test_clock_process_id_list ()">gst_test_clock_process_id_list</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
103 </dt>
104 <dd></dd>
105 <dt>
106 <a class="link" href="GstTestClock.html#gst-test-clock-wait-for-multiple-pending-ids" title="gst_test_clock_wait_for_multiple_pending_ids ()">gst_test_clock_wait_for_multiple_pending_ids</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
45 <a class="link" href="GstTestClock.html#gst-test-clock-crank" title="gst_test_clock_crank ()">gst_test_clock_crank</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
10746 </dt>
10847 <dd></dd>
10948 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.2: GStreamer 1.0 Library Reference Manual</title>
4 <title>Index of new API in 1.6: GStreamer 1.0 Library Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
8 <link rel="prev" href="ix04.html" title="Index of new API in 1.4">
9 <link rel="next" href="ix06.html" title="Index of new API in 1.0.1">
8 <link rel="prev" href="ix04.html" title="Index of new API in 1.8">
9 <link rel="next" href="ix06.html" title="Index of new API in 1.4">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1616  <span class="dim">|</span> 
1717 <a class="shortcut" href="#idxB">B</a>
1818  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxC">C</a>
20  <span class="dim">|</span> 
1921 <a class="shortcut" href="#idxD">D</a>
2022  <span class="dim">|</span> 
2123 <a class="shortcut" href="#idxF">F</a>
24  <span class="dim">|</span> 
25 <a class="shortcut" href="#idxH">H</a>
26  <span class="dim">|</span> 
27 <a class="shortcut" href="#idxN">N</a>
28  <span class="dim">|</span> 
29 <a class="shortcut" href="#idxP">P</a>
2230  <span class="dim">|</span> 
2331 <a class="shortcut" href="#idxQ">Q</a>
2432  <span class="dim">|</span> 
3038 </tr></table>
3139 <div class="index">
3240 <div class="titlepage"><div><div><h1 class="title">
33 <a name="id-1.8"></a>Index of new API in 1.2</h1></div></div></div>
41 <a name="id-1.8"></a>Index of new API in 1.6</h1></div></div></div>
3442 <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
3543 <dt>
36 <a class="link" href="GstAdapter.html#gst-adapter-prev-dts-at-offset" title="gst_adapter_prev_dts_at_offset ()">gst_adapter_prev_dts_at_offset</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
37 </dt>
38 <dd></dd>
39 <dt>
40 <a class="link" href="GstAdapter.html#gst-adapter-prev-pts-at-offset" title="gst_adapter_prev_pts_at_offset ()">gst_adapter_prev_pts_at_offset</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
41 </dt>
42 <dd></dd>
43 <dt>
44 <a class="link" href="GstAdapter.html#gst-adapter-take-buffer-fast" title="gst_adapter_take_buffer_fast ()">gst_adapter_take_buffer_fast</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
45 </dt>
46 <dd></dd>
47 <dt>
48 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-int64-hex" title="assert_equals_int64_hex()">assert_equals_int64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
49 </dt>
50 <dd></dd>
51 <dt>
52 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-int-hex" title="assert_equals_int_hex()">assert_equals_int_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
53 </dt>
54 <dd></dd>
55 <dt>
56 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-pointer" title="assert_equals_pointer()">assert_equals_pointer</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-uint64-hex" title="assert_equals_uint64_hex()">assert_equals_uint64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
44 <a class="link" href="GstAdapter.html#gst-adapter-get-buffer" title="gst_adapter_get_buffer ()">gst_adapter_get_buffer</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
45 </dt>
46 <dd></dd>
47 <dt>
48 <a class="link" href="GstAdapter.html#gst-adapter-get-buffer-fast" title="gst_adapter_get_buffer_fast ()">gst_adapter_get_buffer_fast</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
49 </dt>
50 <dd></dd>
51 <dt>
52 <a class="link" href="GstAdapter.html#gst-adapter-get-buffer-list" title="gst_adapter_get_buffer_list ()">gst_adapter_get_buffer_list</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
53 </dt>
54 <dd></dd>
55 <dt>
56 <a class="link" href="GstAdapter.html#gst-adapter-get-list" title="gst_adapter_get_list ()">gst_adapter_get_list</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="GstAdapter.html#gst-adapter-take-buffer-list" title="gst_adapter_take_buffer_list ()">gst_adapter_take_buffer_list</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
6161 </dt>
6262 <dd></dd>
6363 <a name="idxB"></a><h3 class="title">B</h3>
6464 <dt>
65 <a class="link" href="GstBaseSink.html#GstBaseSink--max-bitrate" title="The “max-bitrate” property">GstBaseSink:max-bitrate</a>, object property in <a class="link" href="GstBaseSink.html" title="GstBaseSink">GstBaseSink</a>
66 </dt>
67 <dd></dd>
68 <dt>
69 <a class="link" href="GstBaseParse.html#gst-base-parse-set-ts-at-offset" title="gst_base_parse_set_ts_at_offset ()">gst_base_parse_set_ts_at_offset</a>, function in <a class="link" href="GstBaseParse.html" title="GstBaseParse">GstBaseParse</a>
70 </dt>
71 <dd></dd>
72 <dt>
73 <a class="link" href="GstBaseSink.html#gst-base-sink-get-max-bitrate" title="gst_base_sink_get_max_bitrate ()">gst_base_sink_get_max_bitrate</a>, function in <a class="link" href="GstBaseSink.html" title="GstBaseSink">GstBaseSink</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="GstBaseSink.html#gst-base-sink-set-max-bitrate" title="gst_base_sink_set_max_bitrate ()">gst_base_sink_set_max_bitrate</a>, function in <a class="link" href="GstBaseSink.html" title="GstBaseSink">GstBaseSink</a>
65 <a class="link" href="GstBaseParse.html#gst-base-parse-merge-tags" title="gst_base_parse_merge_tags ()">gst_base_parse_merge_tags</a>, function in <a class="link" href="GstBaseParse.html" title="GstBaseParse">GstBaseParse</a>
66 </dt>
67 <dd></dd>
68 <dt>
69 <a class="link" href="GstBaseTransform.html#gst-base-transform-update-src-caps" title="gst_base_transform_update_src_caps ()">gst_base_transform_update_src_caps</a>, function in <a class="link" href="GstBaseTransform.html" title="GstBaseTransform">GstBaseTransform</a>
70 </dt>
71 <dd></dd>
72 <dt>
73 <a class="link" href="gstreamer-libs-GstByteReader.html#gst-byte-reader-get-sub-reader" title="gst_byte_reader_get_sub_reader ()">gst_byte_reader_get_sub_reader</a>, function in <a class="link" href="gstreamer-libs-GstByteReader.html" title="GstByteReader">GstByteReader</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="gstreamer-libs-GstByteReader.html#gst-byte-reader-masked-scan-uint32-peek" title="gst_byte_reader_masked_scan_uint32_peek ()">gst_byte_reader_masked_scan_uint32_peek</a>, function in <a class="link" href="gstreamer-libs-GstByteReader.html" title="GstByteReader">GstByteReader</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="gstreamer-libs-GstByteReader.html#gst-byte-reader-peek-sub-reader" title="gst_byte_reader_peek_sub_reader ()">gst_byte_reader_peek_sub_reader</a>, function in <a class="link" href="gstreamer-libs-GstByteReader.html" title="GstByteReader">GstByteReader</a>
82 </dt>
83 <dd></dd>
84 <a name="idxC"></a><h3 class="title">C</h3>
85 <dt>
86 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-objects-destroyed-on-unref" title="gst_check_objects_destroyed_on_unref ()">gst_check_objects_destroyed_on_unref</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
87 </dt>
88 <dd></dd>
89 <dt>
90 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-object-destroyed-on-unref" title="gst_check_object_destroyed_on_unref ()">gst_check_object_destroyed_on_unref</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
91 </dt>
92 <dd></dd>
93 <dt>
94 <a class="link" href="GstCollectPads.html#GST-COLLECT-PADS-DTS:CAPS" title="GST_COLLECT_PADS_DTS()">GST_COLLECT_PADS_DTS</a>, macro in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
95 </dt>
96 <dd></dd>
97 <dt>
98 <a class="link" href="GstCollectPads.html#GST-COLLECT-PADS-DTS-IS-VALID:CAPS" title="GST_COLLECT_PADS_DTS_IS_VALID()">GST_COLLECT_PADS_DTS_IS_VALID</a>, macro in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
7899 </dt>
79100 <dd></dd>
80101 <a name="idxD"></a><h3 class="title">D</h3>
81102 <dt>
82 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-drop-head" title="gst_data_queue_drop_head ()">gst_data_queue_drop_head</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
83 </dt>
84 <dd></dd>
85 <dt>
86 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-flush" title="gst_data_queue_flush ()">gst_data_queue_flush</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
87 </dt>
88 <dd></dd>
89 <dt>
90 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-get-level" title="gst_data_queue_get_level ()">gst_data_queue_get_level</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
91 </dt>
92 <dd></dd>
93 <dt>
94 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-is-empty" title="gst_data_queue_is_empty ()">gst_data_queue_is_empty</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
95 </dt>
96 <dd></dd>
97 <dt>
98 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-is-full" title="gst_data_queue_is_full ()">gst_data_queue_is_full</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
99 </dt>
100 <dd></dd>
101 <dt>
102 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-limits-changed" title="gst_data_queue_limits_changed ()">gst_data_queue_limits_changed</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
103 </dt>
104 <dd></dd>
105 <dt>
106 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-new" title="gst_data_queue_new ()">gst_data_queue_new</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
107 </dt>
108 <dd></dd>
109 <dt>
110 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-peek" title="gst_data_queue_peek ()">gst_data_queue_peek</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
111 </dt>
112 <dd></dd>
113 <dt>
114 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-pop" title="gst_data_queue_pop ()">gst_data_queue_pop</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
115 </dt>
116 <dd></dd>
117 <dt>
118 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-push" title="gst_data_queue_push ()">gst_data_queue_push</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
119 </dt>
120 <dd></dd>
121 <dt>
122 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-push-force" title="gst_data_queue_push_force ()">gst_data_queue_push_force</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
123 </dt>
124 <dd></dd>
125 <dt>
126 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-set-flushing" title="gst_data_queue_set_flushing ()">gst_data_queue_set_flushing</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
103 <a class="link" href="GstDirectControlBinding.html#gst-direct-control-binding-new-absolute" title="gst_direct_control_binding_new_absolute ()">gst_direct_control_binding_new_absolute</a>, function in <a class="link" href="GstDirectControlBinding.html" title="GstDirectControlBinding">GstDirectControlBinding</a>
127104 </dt>
128105 <dd></dd>
129106 <a name="idxF"></a><h3 class="title">F</h3>
130107 <dt>
131 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-int64-hex" title="fail_unless_equals_int64_hex()">fail_unless_equals_int64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
132 </dt>
133 <dd></dd>
134 <dt>
135 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-int-hex" title="fail_unless_equals_int_hex()">fail_unless_equals_int_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
136 </dt>
137 <dd></dd>
138 <dt>
139 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-pointer" title="fail_unless_equals_pointer()">fail_unless_equals_pointer</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
140 </dt>
141 <dd></dd>
142 <dt>
143 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-uint64-hex" title="fail_unless_equals_uint64_hex()">fail_unless_equals_uint64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
108 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-clear" title="gst_flow_combiner_clear ()">gst_flow_combiner_clear</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
109 </dt>
110 <dd></dd>
111 <dt>
112 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-reset" title="gst_flow_combiner_reset ()">gst_flow_combiner_reset</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
113 </dt>
114 <dd></dd>
115 <dt>
116 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-update-pad-flow" title="gst_flow_combiner_update_pad_flow ()">gst_flow_combiner_update_pad_flow</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
117 </dt>
118 <dd></dd>
119 <a name="idxH"></a><h3 class="title">H</h3>
120 <dt>
121 <a class="link" href="gstreamer-libs-GstHarness.html#GstHarness" title="struct GstHarness">GstHarness</a>, struct in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
122 </dt>
123 <dd></dd>
124 <dt>
125 <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessPrepareBufferFunc" title="GstHarnessPrepareBufferFunc ()">GstHarnessPrepareBufferFunc</a>, user_function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
126 </dt>
127 <dd></dd>
128 <dt>
129 <a class="link" href="gstreamer-libs-GstHarness.html#GstHarnessThread" title="GstHarnessThread">GstHarnessThread</a>, struct in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
130 </dt>
131 <dd></dd>
132 <dt>
133 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-element-full" title="gst_harness_add_element_full ()">gst_harness_add_element_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
134 </dt>
135 <dd></dd>
136 <dt>
137 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-element-sink-pad" title="gst_harness_add_element_sink_pad ()">gst_harness_add_element_sink_pad</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
138 </dt>
139 <dd></dd>
140 <dt>
141 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-element-src-pad" title="gst_harness_add_element_src_pad ()">gst_harness_add_element_src_pad</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
142 </dt>
143 <dd></dd>
144 <dt>
145 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-parse" title="gst_harness_add_parse ()">gst_harness_add_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
146 </dt>
147 <dd></dd>
148 <dt>
149 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-probe" title="gst_harness_add_probe ()">gst_harness_add_probe</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
150 </dt>
151 <dd></dd>
152 <dt>
153 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-sink" title="gst_harness_add_sink ()">gst_harness_add_sink</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
154 </dt>
155 <dd></dd>
156 <dt>
157 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-sink-harness" title="gst_harness_add_sink_harness ()">gst_harness_add_sink_harness</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
158 </dt>
159 <dd></dd>
160 <dt>
161 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-sink-parse" title="gst_harness_add_sink_parse ()">gst_harness_add_sink_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
162 </dt>
163 <dd></dd>
164 <dt>
165 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-src" title="gst_harness_add_src ()">gst_harness_add_src</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
166 </dt>
167 <dd></dd>
168 <dt>
169 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-src-harness" title="gst_harness_add_src_harness ()">gst_harness_add_src_harness</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
170 </dt>
171 <dd></dd>
172 <dt>
173 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-add-src-parse" title="gst_harness_add_src_parse ()">gst_harness_add_src_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
174 </dt>
175 <dd></dd>
176 <dt>
177 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-buffers-in-queue" title="gst_harness_buffers_in_queue ()">gst_harness_buffers_in_queue</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
178 </dt>
179 <dd></dd>
180 <dt>
181 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-buffers-received" title="gst_harness_buffers_received ()">gst_harness_buffers_received</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
182 </dt>
183 <dd></dd>
184 <dt>
185 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-crank-multiple-clock-waits" title="gst_harness_crank_multiple_clock_waits ()">gst_harness_crank_multiple_clock_waits</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
186 </dt>
187 <dd></dd>
188 <dt>
189 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-crank-single-clock-wait" title="gst_harness_crank_single_clock_wait ()">gst_harness_crank_single_clock_wait</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
190 </dt>
191 <dd></dd>
192 <dt>
193 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-create-buffer" title="gst_harness_create_buffer ()">gst_harness_create_buffer</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
194 </dt>
195 <dd></dd>
196 <dt>
197 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-dump-to-file" title="gst_harness_dump_to_file ()">gst_harness_dump_to_file</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
198 </dt>
199 <dd></dd>
200 <dt>
201 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-events-in-queue" title="gst_harness_events_in_queue ()">gst_harness_events_in_queue</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
202 </dt>
203 <dd></dd>
204 <dt>
205 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-events-received" title="gst_harness_events_received ()">gst_harness_events_received</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
206 </dt>
207 <dd></dd>
208 <dt>
209 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-find-element" title="gst_harness_find_element ()">gst_harness_find_element</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
210 </dt>
211 <dd></dd>
212 <dt>
213 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get" title="gst_harness_get ()">gst_harness_get</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
214 </dt>
215 <dd></dd>
216 <dt>
217 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get-allocator" title="gst_harness_get_allocator ()">gst_harness_get_allocator</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
218 </dt>
219 <dd></dd>
220 <dt>
221 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get-last-pushed-timestamp" title="gst_harness_get_last_pushed_timestamp ()">gst_harness_get_last_pushed_timestamp</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
222 </dt>
223 <dd></dd>
224 <dt>
225 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-get-testclock" title="gst_harness_get_testclock ()">gst_harness_get_testclock</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
226 </dt>
227 <dd></dd>
228 <dt>
229 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new" title="gst_harness_new ()">gst_harness_new</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
230 </dt>
231 <dd></dd>
232 <dt>
233 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-full" title="gst_harness_new_full ()">gst_harness_new_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
234 </dt>
235 <dd></dd>
236 <dt>
237 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-parse" title="gst_harness_new_parse ()">gst_harness_new_parse</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
238 </dt>
239 <dd></dd>
240 <dt>
241 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-with-element" title="gst_harness_new_with_element ()">gst_harness_new_with_element</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
242 </dt>
243 <dd></dd>
244 <dt>
245 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-with-padnames" title="gst_harness_new_with_padnames ()">gst_harness_new_with_padnames</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
246 </dt>
247 <dd></dd>
248 <dt>
249 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-new-with-templates" title="gst_harness_new_with_templates ()">gst_harness_new_with_templates</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
250 </dt>
251 <dd></dd>
252 <dt>
253 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-play" title="gst_harness_play ()">gst_harness_play</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
254 </dt>
255 <dd></dd>
256 <dt>
257 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-pull" title="gst_harness_pull ()">gst_harness_pull</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
258 </dt>
259 <dd></dd>
260 <dt>
261 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-pull-event" title="gst_harness_pull_event ()">gst_harness_pull_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
262 </dt>
263 <dd></dd>
264 <dt>
265 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-pull-upstream-event" title="gst_harness_pull_upstream_event ()">gst_harness_pull_upstream_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
266 </dt>
267 <dd></dd>
268 <dt>
269 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push" title="gst_harness_push ()">gst_harness_push</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
270 </dt>
271 <dd></dd>
272 <dt>
273 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-and-pull" title="gst_harness_push_and_pull ()">gst_harness_push_and_pull</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
274 </dt>
275 <dd></dd>
276 <dt>
277 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-event" title="gst_harness_push_event ()">gst_harness_push_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
278 </dt>
279 <dd></dd>
280 <dt>
281 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-from-src" title="gst_harness_push_from_src ()">gst_harness_push_from_src</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
282 </dt>
283 <dd></dd>
284 <dt>
285 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-to-sink" title="gst_harness_push_to_sink ()">gst_harness_push_to_sink</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
286 </dt>
287 <dd></dd>
288 <dt>
289 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-push-upstream-event" title="gst_harness_push_upstream_event ()">gst_harness_push_upstream_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
290 </dt>
291 <dd></dd>
292 <dt>
293 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-query-latency" title="gst_harness_query_latency ()">gst_harness_query_latency</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
294 </dt>
295 <dd></dd>
296 <dt>
297 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set" title="gst_harness_set ()">gst_harness_set</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
298 </dt>
299 <dd></dd>
300 <dt>
301 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-blocking-push-mode" title="gst_harness_set_blocking_push_mode ()">gst_harness_set_blocking_push_mode</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
302 </dt>
303 <dd></dd>
304 <dt>
305 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-caps" title="gst_harness_set_caps ()">gst_harness_set_caps</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
306 </dt>
307 <dd></dd>
308 <dt>
309 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-caps-str" title="gst_harness_set_caps_str ()">gst_harness_set_caps_str</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
310 </dt>
311 <dd></dd>
312 <dt>
313 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-drop-buffers" title="gst_harness_set_drop_buffers ()">gst_harness_set_drop_buffers</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
314 </dt>
315 <dd></dd>
316 <dt>
317 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-forwarding" title="gst_harness_set_forwarding ()">gst_harness_set_forwarding</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
318 </dt>
319 <dd></dd>
320 <dt>
321 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-propose-allocator" title="gst_harness_set_propose_allocator ()">gst_harness_set_propose_allocator</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
322 </dt>
323 <dd></dd>
324 <dt>
325 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-sink-caps" title="gst_harness_set_sink_caps ()">gst_harness_set_sink_caps</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
326 </dt>
327 <dd></dd>
328 <dt>
329 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-sink-caps-str" title="gst_harness_set_sink_caps_str ()">gst_harness_set_sink_caps_str</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
330 </dt>
331 <dd></dd>
332 <dt>
333 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-src-caps" title="gst_harness_set_src_caps ()">gst_harness_set_src_caps</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
334 </dt>
335 <dd></dd>
336 <dt>
337 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-src-caps-str" title="gst_harness_set_src_caps_str ()">gst_harness_set_src_caps_str</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
338 </dt>
339 <dd></dd>
340 <dt>
341 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-time" title="gst_harness_set_time ()">gst_harness_set_time</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
342 </dt>
343 <dd></dd>
344 <dt>
345 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-set-upstream-latency" title="gst_harness_set_upstream_latency ()">gst_harness_set_upstream_latency</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
346 </dt>
347 <dd></dd>
348 <dt>
349 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-sink-push-many" title="gst_harness_sink_push_many ()">gst_harness_sink_push_many</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
350 </dt>
351 <dd></dd>
352 <dt>
353 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-src-crank-and-push-many" title="gst_harness_src_crank_and_push_many ()">gst_harness_src_crank_and_push_many</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
354 </dt>
355 <dd></dd>
356 <dt>
357 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-src-push-event" title="gst_harness_src_push_event ()">gst_harness_src_push_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
358 </dt>
359 <dd></dd>
360 <dt>
361 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-custom-start" title="gst_harness_stress_custom_start ()">gst_harness_stress_custom_start</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
362 </dt>
363 <dd></dd>
364 <dt>
365 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-property-start-full" title="gst_harness_stress_property_start_full ()">gst_harness_stress_property_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
366 </dt>
367 <dd></dd>
368 <dt>
369 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-buffer-start-full" title="gst_harness_stress_push_buffer_start_full ()">gst_harness_stress_push_buffer_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
370 </dt>
371 <dd></dd>
372 <dt>
373 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-buffer-with-cb-start-full" title="gst_harness_stress_push_buffer_with_cb_start_full ()">gst_harness_stress_push_buffer_with_cb_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
374 </dt>
375 <dd></dd>
376 <dt>
377 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-event-start-full" title="gst_harness_stress_push_event_start_full ()">gst_harness_stress_push_event_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
378 </dt>
379 <dd></dd>
380 <dt>
381 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-push-upstream-event-start-full" title="gst_harness_stress_push_upstream_event_start_full ()">gst_harness_stress_push_upstream_event_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
382 </dt>
383 <dd></dd>
384 <dt>
385 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-requestpad-start-full" title="gst_harness_stress_requestpad_start_full ()">gst_harness_stress_requestpad_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
386 </dt>
387 <dd></dd>
388 <dt>
389 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-statechange-start-full" title="gst_harness_stress_statechange_start_full ()">gst_harness_stress_statechange_start_full</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
390 </dt>
391 <dd></dd>
392 <dt>
393 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-stress-thread-stop" title="gst_harness_stress_thread_stop ()">gst_harness_stress_thread_stop</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
394 </dt>
395 <dd></dd>
396 <dt>
397 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-teardown" title="gst_harness_teardown ()">gst_harness_teardown</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
398 </dt>
399 <dd></dd>
400 <dt>
401 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-try-pull" title="gst_harness_try_pull ()">gst_harness_try_pull</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
402 </dt>
403 <dd></dd>
404 <dt>
405 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-try-pull-event" title="gst_harness_try_pull_event ()">gst_harness_try_pull_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
406 </dt>
407 <dd></dd>
408 <dt>
409 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-try-pull-upstream-event" title="gst_harness_try_pull_upstream_event ()">gst_harness_try_pull_upstream_event</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
410 </dt>
411 <dd></dd>
412 <dt>
413 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-upstream-events-in-queue" title="gst_harness_upstream_events_in_queue ()">gst_harness_upstream_events_in_queue</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
414 </dt>
415 <dd></dd>
416 <dt>
417 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-upstream-events-received" title="gst_harness_upstream_events_received ()">gst_harness_upstream_events_received</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
418 </dt>
419 <dd></dd>
420 <dt>
421 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-use-systemclock" title="gst_harness_use_systemclock ()">gst_harness_use_systemclock</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
422 </dt>
423 <dd></dd>
424 <dt>
425 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-use-testclock" title="gst_harness_use_testclock ()">gst_harness_use_testclock</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
426 </dt>
427 <dd></dd>
428 <dt>
429 <a class="link" href="gstreamer-libs-GstHarness.html#gst-harness-wait-for-clock-id-waits" title="gst_harness_wait_for_clock_id_waits ()">gst_harness_wait_for_clock_id_waits</a>, function in <a class="link" href="gstreamer-libs-GstHarness.html" title="GstHarness">GstHarness</a>
430 </dt>
431 <dd></dd>
432 <a name="idxN"></a><h3 class="title">N</h3>
433 <dt>
434 <a class="link" href="GstNetClientClock.html#gst-ntp-clock-new" title="gst_ntp_clock_new ()">gst_ntp_clock_new</a>, function in <a class="link" href="GstNetClientClock.html" title="GstNetClientClock">GstNetClientClock</a>
435 </dt>
436 <dd></dd>
437 <a name="idxP"></a><h3 class="title">P</h3>
438 <dt>
439 <a class="link" href="GstPtpClock.html#gst-ptp-clock-new" title="gst_ptp_clock_new ()">gst_ptp_clock_new</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
440 </dt>
441 <dd></dd>
442 <dt>
443 <a class="link" href="GstPtpClock.html#gst-ptp-deinit" title="gst_ptp_deinit ()">gst_ptp_deinit</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
444 </dt>
445 <dd></dd>
446 <dt>
447 <a class="link" href="GstPtpClock.html#gst-ptp-init" title="gst_ptp_init ()">gst_ptp_init</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
448 </dt>
449 <dd></dd>
450 <dt>
451 <a class="link" href="GstPtpClock.html#gst-ptp-is-initialized" title="gst_ptp_is_initialized ()">gst_ptp_is_initialized</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
452 </dt>
453 <dd></dd>
454 <dt>
455 <a class="link" href="GstPtpClock.html#gst-ptp-is-supported" title="gst_ptp_is_supported ()">gst_ptp_is_supported</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
456 </dt>
457 <dd></dd>
458 <dt>
459 <a class="link" href="GstPtpClock.html#gst-ptp-statistics-callback-add" title="gst_ptp_statistics_callback_add ()">gst_ptp_statistics_callback_add</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
460 </dt>
461 <dd></dd>
462 <dt>
463 <a class="link" href="GstPtpClock.html#gst-ptp-statistics-callback-remove" title="gst_ptp_statistics_callback_remove ()">gst_ptp_statistics_callback_remove</a>, function in <a class="link" href="GstPtpClock.html" title="GstPtpClock">GstPtpClock</a>
144464 </dt>
145465 <dd></dd>
146466 <a name="idxQ"></a><h3 class="title">Q</h3>
147467 <dt>
148 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-drop-element" title="gst_queue_array_drop_element ()">gst_queue_array_drop_element</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
149 </dt>
150 <dd></dd>
151 <dt>
152 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-find" title="gst_queue_array_find ()">gst_queue_array_find</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
153 </dt>
154 <dd></dd>
155 <dt>
156 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-free" title="gst_queue_array_free ()">gst_queue_array_free</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
157 </dt>
158 <dd></dd>
159 <dt>
160 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-get-length" title="gst_queue_array_get_length ()">gst_queue_array_get_length</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
161 </dt>
162 <dd></dd>
163 <dt>
164 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-is-empty" title="gst_queue_array_is_empty ()">gst_queue_array_is_empty</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
165 </dt>
166 <dd></dd>
167 <dt>
168 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-new" title="gst_queue_array_new ()">gst_queue_array_new</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
169 </dt>
170 <dd></dd>
171 <dt>
172 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-peek-head" title="gst_queue_array_peek_head ()">gst_queue_array_peek_head</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
173 </dt>
174 <dd></dd>
175 <dt>
176 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-pop-head" title="gst_queue_array_pop_head ()">gst_queue_array_pop_head</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
177 </dt>
178 <dd></dd>
179 <dt>
180 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-push-tail" title="gst_queue_array_push_tail ()">gst_queue_array_push_tail</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
468 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-drop-struct" title="gst_queue_array_drop_struct ()">gst_queue_array_drop_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
469 </dt>
470 <dd></dd>
471 <dt>
472 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-new-for-struct" title="gst_queue_array_new_for_struct ()">gst_queue_array_new_for_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
473 </dt>
474 <dd></dd>
475 <dt>
476 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-peek-head-struct" title="gst_queue_array_peek_head_struct ()">gst_queue_array_peek_head_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
477 </dt>
478 <dd></dd>
479 <dt>
480 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-pop-head-struct" title="gst_queue_array_pop_head_struct ()">gst_queue_array_pop_head_struct</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
181481 </dt>
182482 <dd></dd>
183483 <a name="idxT"></a><h3 class="title">T</h3>
184484 <dt>
185 <a class="link" href="GstTestClock.html#GstTestClock-struct" title="struct GstTestClock">GstTestClock</a>, struct in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
186 </dt>
187 <dd></dd>
188 <dt>
189 <a class="link" href="GstTestClock.html#GstTestClockClass" title="struct GstTestClockClass">GstTestClockClass</a>, struct in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
190 </dt>
191 <dd></dd>
192 <dt>
193 <a class="link" href="GstTestClock.html#gst-test-clock-advance-time" title="gst_test_clock_advance_time ()">gst_test_clock_advance_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
194 </dt>
195 <dd></dd>
196 <dt>
197 <a class="link" href="GstTestClock.html#gst-test-clock-get-next-entry-time" title="gst_test_clock_get_next_entry_time ()">gst_test_clock_get_next_entry_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
198 </dt>
199 <dd></dd>
200 <dt>
201 <a class="link" href="GstTestClock.html#gst-test-clock-has-id" title="gst_test_clock_has_id ()">gst_test_clock_has_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
202 </dt>
203 <dd></dd>
204 <dt>
205 <a class="link" href="GstTestClock.html#gst-test-clock-new" title="gst_test_clock_new ()">gst_test_clock_new</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
206 </dt>
207 <dd></dd>
208 <dt>
209 <a class="link" href="GstTestClock.html#gst-test-clock-new-with-start-time" title="gst_test_clock_new_with_start_time ()">gst_test_clock_new_with_start_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
210 </dt>
211 <dd></dd>
212 <dt>
213 <a class="link" href="GstTestClock.html#gst-test-clock-peek-id-count" title="gst_test_clock_peek_id_count ()">gst_test_clock_peek_id_count</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
214 </dt>
215 <dd></dd>
216 <dt>
217 <a class="link" href="GstTestClock.html#gst-test-clock-peek-next-pending-id" title="gst_test_clock_peek_next_pending_id ()">gst_test_clock_peek_next_pending_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
218 </dt>
219 <dd></dd>
220 <dt>
221 <a class="link" href="GstTestClock.html#gst-test-clock-process-next-clock-id" title="gst_test_clock_process_next_clock_id ()">gst_test_clock_process_next_clock_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
222 </dt>
223 <dd></dd>
224 <dt>
225 <a class="link" href="GstTestClock.html#gst-test-clock-set-time" title="gst_test_clock_set_time ()">gst_test_clock_set_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
226 </dt>
227 <dd></dd>
228 <dt>
229 <a class="link" href="GstTestClock.html#gst-test-clock-wait-for-next-pending-id" title="gst_test_clock_wait_for_next_pending_id ()">gst_test_clock_wait_for_next_pending_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
230 </dt>
231 <dd></dd>
232 <dt>
233 <a class="link" href="GstTestClock.html#gst-test-clock-wait-for-pending-id-count" title="gst_test_clock_wait_for_pending_id_count ()">gst_test_clock_wait_for_pending_id_count</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
485 <a class="link" href="GstTimedValueControlSource.html#GstTimedValueControlSource-value-added" title="The “value-added” signal">GstTimedValueControlSource::value-added</a>, object signal in <a class="link" href="GstTimedValueControlSource.html" title="GstTimedValueControlSource">GstTimedValueControlSource</a>
486 </dt>
487 <dd></dd>
488 <dt>
489 <a class="link" href="GstTimedValueControlSource.html#GstTimedValueControlSource-value-changed" title="The “value-changed” signal">GstTimedValueControlSource::value-changed</a>, object signal in <a class="link" href="GstTimedValueControlSource.html" title="GstTimedValueControlSource">GstTimedValueControlSource</a>
490 </dt>
491 <dd></dd>
492 <dt>
493 <a class="link" href="GstTimedValueControlSource.html#GstTimedValueControlSource-value-removed" title="The “value-removed” signal">GstTimedValueControlSource::value-removed</a>, object signal in <a class="link" href="GstTimedValueControlSource.html" title="GstTimedValueControlSource">GstTimedValueControlSource</a>
234494 </dt>
235495 <dd></dd>
236496 </div>
11 <html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.0.1: GStreamer 1.0 Library Reference Manual</title>
4 <title>Index of new API in 1.4: GStreamer 1.0 Library Reference Manual</title>
55 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
66 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
77 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
8 <link rel="prev" href="ix05.html" title="Index of new API in 1.2">
9 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
8 <link rel="prev" href="ix05.html" title="Index of new API in 1.6">
9 <link rel="next" href="ix07.html" title="Index of new API in 1.2">
1010 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1414 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a>
16  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxB">B</a>
18  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxC">C</a>
20  <span class="dim">|</span> 
21 <a class="shortcut" href="#idxF">F</a>
22  <span class="dim">|</span> 
23 <a class="shortcut" href="#idxT">T</a></span></td>
1624 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
1725 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
1826 <td><a accesskey="p" href="ix05.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19 <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27 <td><a accesskey="n" href="ix07.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
2028 </tr></table>
2129 <div class="index">
2230 <div class="titlepage"><div><div><h1 class="title">
23 <a name="id-1.9"></a>Index of new API in 1.0.1</h1></div></div></div>
24 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
31 <a name="id-1.9"></a>Index of new API in 1.4</h1></div></div></div>
32 <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
2533 <dt>
26 <a class="link" href="GstBaseTransform.html#gst-base-transform-set-prefer-passthrough" title="gst_base_transform_set_prefer_passthrough ()">gst_base_transform_set_prefer_passthrough</a>, function in <a class="link" href="GstBaseTransform.html" title="GstBaseTransform">GstBaseTransform</a>
34 <a class="link" href="GstAdapter.html#gst-adapter-copy-bytes" title="gst_adapter_copy_bytes ()">gst_adapter_copy_bytes</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
35 </dt>
36 <dd></dd>
37 <a name="idxB"></a><h3 class="title">B</h3>
38 <dt>
39 <a class="link" href="GstBaseSrc.html#gst-base-src-set-automatic-eos" title="gst_base_src_set_automatic_eos ()">gst_base_src_set_automatic_eos</a>, function in <a class="link" href="GstBaseSrc.html" title="GstBaseSrc">GstBaseSrc</a>
40 </dt>
41 <dd></dd>
42 <a name="idxC"></a><h3 class="title">C</h3>
43 <dt>
44 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-sink-pad-by-name-from-template" title="gst_check_setup_sink_pad_by_name_from_template ()">gst_check_setup_sink_pad_by_name_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
45 </dt>
46 <dd></dd>
47 <dt>
48 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-sink-pad-from-template" title="gst_check_setup_sink_pad_from_template ()">gst_check_setup_sink_pad_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
49 </dt>
50 <dd></dd>
51 <dt>
52 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-src-pad-by-name-from-template" title="gst_check_setup_src_pad_by_name_from_template ()">gst_check_setup_src_pad_by_name_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
53 </dt>
54 <dd></dd>
55 <dt>
56 <a class="link" href="gstreamer-libs-GstCheck.html#gst-check-setup-src-pad-from-template" title="gst_check_setup_src_pad_from_template ()">gst_check_setup_src_pad_from_template</a>, function in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="GstCollectPads.html#GstCollectPadsFlushFunction" title="GstCollectPadsFlushFunction ()">GstCollectPadsFlushFunction</a>, user_function in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
61 </dt>
62 <dd></dd>
63 <dt>
64 <a class="link" href="GstCollectPads.html#gst-collect-pads-set-flush-function" title="gst_collect_pads_set_flush_function ()">gst_collect_pads_set_flush_function</a>, function in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
65 </dt>
66 <dd></dd>
67 <dt>
68 <a class="link" href="GstCollectPads.html#gst-collect-pads-src-event-default" title="gst_collect_pads_src_event_default ()">gst_collect_pads_src_event_default</a>, function in <a class="link" href="GstCollectPads.html" title="GstCollectPads">GstCollectPads</a>
69 </dt>
70 <dd></dd>
71 <a name="idxF"></a><h3 class="title">F</h3>
72 <dt>
73 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#GstFlowCombiner" title="GstFlowCombiner">GstFlowCombiner</a>, struct in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-add-pad" title="gst_flow_combiner_add_pad ()">gst_flow_combiner_add_pad</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
78 </dt>
79 <dd></dd>
80 <dt>
81 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-free" title="gst_flow_combiner_free ()">gst_flow_combiner_free</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
82 </dt>
83 <dd></dd>
84 <dt>
85 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-new" title="gst_flow_combiner_new ()">gst_flow_combiner_new</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
86 </dt>
87 <dd></dd>
88 <dt>
89 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-remove-pad" title="gst_flow_combiner_remove_pad ()">gst_flow_combiner_remove_pad</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
90 </dt>
91 <dd></dd>
92 <dt>
93 <a class="link" href="gstreamer-libs-GstFlowCombiner.html#gst-flow-combiner-update-flow" title="gst_flow_combiner_update_flow ()">gst_flow_combiner_update_flow</a>, function in <a class="link" href="gstreamer-libs-GstFlowCombiner.html" title="GstFlowCombiner">GstFlowCombiner</a>
94 </dt>
95 <dd></dd>
96 <a name="idxT"></a><h3 class="title">T</h3>
97 <dt>
98 <a class="link" href="GstTestClock.html#gst-test-clock-id-list-get-latest-time" title="gst_test_clock_id_list_get_latest_time ()">gst_test_clock_id_list_get_latest_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
99 </dt>
100 <dd></dd>
101 <dt>
102 <a class="link" href="GstTestClock.html#gst-test-clock-process-id-list" title="gst_test_clock_process_id_list ()">gst_test_clock_process_id_list</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
103 </dt>
104 <dd></dd>
105 <dt>
106 <a class="link" href="GstTestClock.html#gst-test-clock-wait-for-multiple-pending-ids" title="gst_test_clock_wait_for_multiple_pending_ids ()">gst_test_clock_wait_for_multiple_pending_ids</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
27107 </dt>
28108 <dd></dd>
29109 </div>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.2: GStreamer 1.0 Library Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
7 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
8 <link rel="prev" href="ix06.html" title="Index of new API in 1.4">
9 <link rel="next" href="ix08.html" title="Index of new API in 1.0.1">
10 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxA">A</a>
16  <span class="dim">|</span> 
17 <a class="shortcut" href="#idxB">B</a>
18  <span class="dim">|</span> 
19 <a class="shortcut" href="#idxD">D</a>
20  <span class="dim">|</span> 
21 <a class="shortcut" href="#idxF">F</a>
22  <span class="dim">|</span> 
23 <a class="shortcut" href="#idxQ">Q</a>
24  <span class="dim">|</span> 
25 <a class="shortcut" href="#idxT">T</a></span></td>
26 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
27 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
28 <td><a accesskey="p" href="ix06.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
29 <td><a accesskey="n" href="ix08.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
30 </tr></table>
31 <div class="index">
32 <div class="titlepage"><div><div><h1 class="title">
33 <a name="id-1.10"></a>Index of new API in 1.2</h1></div></div></div>
34 <a name="idx"></a><a name="idxA"></a><h3 class="title">A</h3>
35 <dt>
36 <a class="link" href="GstAdapter.html#gst-adapter-prev-dts-at-offset" title="gst_adapter_prev_dts_at_offset ()">gst_adapter_prev_dts_at_offset</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
37 </dt>
38 <dd></dd>
39 <dt>
40 <a class="link" href="GstAdapter.html#gst-adapter-prev-pts-at-offset" title="gst_adapter_prev_pts_at_offset ()">gst_adapter_prev_pts_at_offset</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
41 </dt>
42 <dd></dd>
43 <dt>
44 <a class="link" href="GstAdapter.html#gst-adapter-take-buffer-fast" title="gst_adapter_take_buffer_fast ()">gst_adapter_take_buffer_fast</a>, function in <a class="link" href="GstAdapter.html" title="GstAdapter">GstAdapter</a>
45 </dt>
46 <dd></dd>
47 <dt>
48 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-int64-hex" title="assert_equals_int64_hex()">assert_equals_int64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
49 </dt>
50 <dd></dd>
51 <dt>
52 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-int-hex" title="assert_equals_int_hex()">assert_equals_int_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
53 </dt>
54 <dd></dd>
55 <dt>
56 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-pointer" title="assert_equals_pointer()">assert_equals_pointer</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
57 </dt>
58 <dd></dd>
59 <dt>
60 <a class="link" href="gstreamer-libs-GstCheck.html#assert-equals-uint64-hex" title="assert_equals_uint64_hex()">assert_equals_uint64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
61 </dt>
62 <dd></dd>
63 <a name="idxB"></a><h3 class="title">B</h3>
64 <dt>
65 <a class="link" href="GstBaseSink.html#GstBaseSink--max-bitrate" title="The “max-bitrate” property">GstBaseSink:max-bitrate</a>, object property in <a class="link" href="GstBaseSink.html" title="GstBaseSink">GstBaseSink</a>
66 </dt>
67 <dd></dd>
68 <dt>
69 <a class="link" href="GstBaseParse.html#gst-base-parse-set-ts-at-offset" title="gst_base_parse_set_ts_at_offset ()">gst_base_parse_set_ts_at_offset</a>, function in <a class="link" href="GstBaseParse.html" title="GstBaseParse">GstBaseParse</a>
70 </dt>
71 <dd></dd>
72 <dt>
73 <a class="link" href="GstBaseSink.html#gst-base-sink-get-max-bitrate" title="gst_base_sink_get_max_bitrate ()">gst_base_sink_get_max_bitrate</a>, function in <a class="link" href="GstBaseSink.html" title="GstBaseSink">GstBaseSink</a>
74 </dt>
75 <dd></dd>
76 <dt>
77 <a class="link" href="GstBaseSink.html#gst-base-sink-set-max-bitrate" title="gst_base_sink_set_max_bitrate ()">gst_base_sink_set_max_bitrate</a>, function in <a class="link" href="GstBaseSink.html" title="GstBaseSink">GstBaseSink</a>
78 </dt>
79 <dd></dd>
80 <a name="idxD"></a><h3 class="title">D</h3>
81 <dt>
82 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-drop-head" title="gst_data_queue_drop_head ()">gst_data_queue_drop_head</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
83 </dt>
84 <dd></dd>
85 <dt>
86 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-flush" title="gst_data_queue_flush ()">gst_data_queue_flush</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
87 </dt>
88 <dd></dd>
89 <dt>
90 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-get-level" title="gst_data_queue_get_level ()">gst_data_queue_get_level</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
91 </dt>
92 <dd></dd>
93 <dt>
94 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-is-empty" title="gst_data_queue_is_empty ()">gst_data_queue_is_empty</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
95 </dt>
96 <dd></dd>
97 <dt>
98 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-is-full" title="gst_data_queue_is_full ()">gst_data_queue_is_full</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
99 </dt>
100 <dd></dd>
101 <dt>
102 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-limits-changed" title="gst_data_queue_limits_changed ()">gst_data_queue_limits_changed</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
103 </dt>
104 <dd></dd>
105 <dt>
106 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-new" title="gst_data_queue_new ()">gst_data_queue_new</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
107 </dt>
108 <dd></dd>
109 <dt>
110 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-peek" title="gst_data_queue_peek ()">gst_data_queue_peek</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
111 </dt>
112 <dd></dd>
113 <dt>
114 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-pop" title="gst_data_queue_pop ()">gst_data_queue_pop</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
115 </dt>
116 <dd></dd>
117 <dt>
118 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-push" title="gst_data_queue_push ()">gst_data_queue_push</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
119 </dt>
120 <dd></dd>
121 <dt>
122 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-push-force" title="gst_data_queue_push_force ()">gst_data_queue_push_force</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
123 </dt>
124 <dd></dd>
125 <dt>
126 <a class="link" href="gstreamer-libs-GstDataQueue.html#gst-data-queue-set-flushing" title="gst_data_queue_set_flushing ()">gst_data_queue_set_flushing</a>, function in <a class="link" href="gstreamer-libs-GstDataQueue.html" title="GstDataQueue">GstDataQueue</a>
127 </dt>
128 <dd></dd>
129 <a name="idxF"></a><h3 class="title">F</h3>
130 <dt>
131 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-int64-hex" title="fail_unless_equals_int64_hex()">fail_unless_equals_int64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
132 </dt>
133 <dd></dd>
134 <dt>
135 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-int-hex" title="fail_unless_equals_int_hex()">fail_unless_equals_int_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
136 </dt>
137 <dd></dd>
138 <dt>
139 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-pointer" title="fail_unless_equals_pointer()">fail_unless_equals_pointer</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
140 </dt>
141 <dd></dd>
142 <dt>
143 <a class="link" href="gstreamer-libs-GstCheck.html#fail-unless-equals-uint64-hex" title="fail_unless_equals_uint64_hex()">fail_unless_equals_uint64_hex</a>, macro in <a class="link" href="gstreamer-libs-GstCheck.html" title="GstCheck">GstCheck</a>
144 </dt>
145 <dd></dd>
146 <a name="idxQ"></a><h3 class="title">Q</h3>
147 <dt>
148 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-drop-element" title="gst_queue_array_drop_element ()">gst_queue_array_drop_element</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
149 </dt>
150 <dd></dd>
151 <dt>
152 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-find" title="gst_queue_array_find ()">gst_queue_array_find</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
153 </dt>
154 <dd></dd>
155 <dt>
156 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-free" title="gst_queue_array_free ()">gst_queue_array_free</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
157 </dt>
158 <dd></dd>
159 <dt>
160 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-get-length" title="gst_queue_array_get_length ()">gst_queue_array_get_length</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
161 </dt>
162 <dd></dd>
163 <dt>
164 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-is-empty" title="gst_queue_array_is_empty ()">gst_queue_array_is_empty</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
165 </dt>
166 <dd></dd>
167 <dt>
168 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-new" title="gst_queue_array_new ()">gst_queue_array_new</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
169 </dt>
170 <dd></dd>
171 <dt>
172 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-peek-head" title="gst_queue_array_peek_head ()">gst_queue_array_peek_head</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
173 </dt>
174 <dd></dd>
175 <dt>
176 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-pop-head" title="gst_queue_array_pop_head ()">gst_queue_array_pop_head</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
177 </dt>
178 <dd></dd>
179 <dt>
180 <a class="link" href="gstreamer-libs-GstQueueArray.html#gst-queue-array-push-tail" title="gst_queue_array_push_tail ()">gst_queue_array_push_tail</a>, function in <a class="link" href="gstreamer-libs-GstQueueArray.html" title="GstQueueArray">GstQueueArray</a>
181 </dt>
182 <dd></dd>
183 <a name="idxT"></a><h3 class="title">T</h3>
184 <dt>
185 <a class="link" href="GstTestClock.html#GstTestClock-struct" title="struct GstTestClock">GstTestClock</a>, struct in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
186 </dt>
187 <dd></dd>
188 <dt>
189 <a class="link" href="GstTestClock.html#GstTestClockClass" title="struct GstTestClockClass">GstTestClockClass</a>, struct in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
190 </dt>
191 <dd></dd>
192 <dt>
193 <a class="link" href="GstTestClock.html#gst-test-clock-advance-time" title="gst_test_clock_advance_time ()">gst_test_clock_advance_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
194 </dt>
195 <dd></dd>
196 <dt>
197 <a class="link" href="GstTestClock.html#gst-test-clock-get-next-entry-time" title="gst_test_clock_get_next_entry_time ()">gst_test_clock_get_next_entry_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
198 </dt>
199 <dd></dd>
200 <dt>
201 <a class="link" href="GstTestClock.html#gst-test-clock-has-id" title="gst_test_clock_has_id ()">gst_test_clock_has_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
202 </dt>
203 <dd></dd>
204 <dt>
205 <a class="link" href="GstTestClock.html#gst-test-clock-new" title="gst_test_clock_new ()">gst_test_clock_new</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
206 </dt>
207 <dd></dd>
208 <dt>
209 <a class="link" href="GstTestClock.html#gst-test-clock-new-with-start-time" title="gst_test_clock_new_with_start_time ()">gst_test_clock_new_with_start_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
210 </dt>
211 <dd></dd>
212 <dt>
213 <a class="link" href="GstTestClock.html#gst-test-clock-peek-id-count" title="gst_test_clock_peek_id_count ()">gst_test_clock_peek_id_count</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
214 </dt>
215 <dd></dd>
216 <dt>
217 <a class="link" href="GstTestClock.html#gst-test-clock-peek-next-pending-id" title="gst_test_clock_peek_next_pending_id ()">gst_test_clock_peek_next_pending_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
218 </dt>
219 <dd></dd>
220 <dt>
221 <a class="link" href="GstTestClock.html#gst-test-clock-process-next-clock-id" title="gst_test_clock_process_next_clock_id ()">gst_test_clock_process_next_clock_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
222 </dt>
223 <dd></dd>
224 <dt>
225 <a class="link" href="GstTestClock.html#gst-test-clock-set-time" title="gst_test_clock_set_time ()">gst_test_clock_set_time</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
226 </dt>
227 <dd></dd>
228 <dt>
229 <a class="link" href="GstTestClock.html#gst-test-clock-wait-for-next-pending-id" title="gst_test_clock_wait_for_next_pending_id ()">gst_test_clock_wait_for_next_pending_id</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
230 </dt>
231 <dd></dd>
232 <dt>
233 <a class="link" href="GstTestClock.html#gst-test-clock-wait-for-pending-id-count" title="gst_test_clock_wait_for_pending_id_count ()">gst_test_clock_wait_for_pending_id_count</a>, function in <a class="link" href="GstTestClock.html" title="GstTestClock">GstTestClock</a>
234 </dt>
235 <dd></dd>
236 </div>
237 <div class="footer">
238 <hr>Generated by GTK-Doc V1.25</div>
239 </body>
240 </html>
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of new API in 1.0.1: GStreamer 1.0 Library Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6 <link rel="home" href="index.html" title="GStreamer 1.0 Library Reference Manual">
7 <link rel="up" href="index.html" title="GStreamer 1.0 Library Reference Manual">
8 <link rel="prev" href="ix07.html" title="Index of new API in 1.2">
9 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
10 <meta name="generator" content="GTK-Doc V1.25 (XML mode)">
11 <link rel="stylesheet" href="style.css" type="text/css">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxB">B</a></span></td>
16 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
18 <td><a accesskey="p" href="ix07.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19 <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20 </tr></table>
21 <div class="index">
22 <div class="titlepage"><div><div><h1 class="title">
23 <a name="id-1.11"></a>Index of new API in 1.0.1</h1></div></div></div>
24 <a name="idx"></a><a name="idxB"></a><h3 class="title">B</h3>
25 <dt>
26 <a class="link" href="GstBaseTransform.html#gst-base-transform-set-prefer-passthrough" title="gst_base_transform_set_prefer_passthrough ()">gst_base_transform_set_prefer_passthrough</a>, function in <a class="link" href="GstBaseTransform.html" title="GstBaseTransform">GstBaseTransform</a>
27 </dt>
28 <dd></dd>
29 </div>
30 <div class="footer">
31 <hr>Generated by GTK-Doc V1.25</div>
32 </body>
33 </html>
Binary diff not shown
Binary diff not shown
Binary diff not shown
4040 </tr>
4141 <tr>
4242 <td><p><span class="term">version</span></p></td>
43 <td>1.9.90</td>
43 <td>1.10.0</td>
4444 </tr>
4545 <tr>
4646 <td><p><span class="term">run-time license</span></p></td>
Binary diff not shown
1414 <div>
1515 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Core Plugins 1.0 Plugins Reference Manual</p></th></tr></table></div>
1616 <div><p class="releaseinfo">
17 for GStreamer Core Plugins 1.0 (1.9.90)
17 for GStreamer Core Plugins 1.0 (1.10.0)
1818 The latest version of this documentation can be found on-line at
1919 <a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/</a>.
2020 </p></div>
Binary diff not shown
Binary diff not shown
22 <description>GStreamer core elements</description>
33 <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
44 <basename>libgstcoreelements.so</basename>
5 <version>1.9.90</version>
5 <version>1.10.0</version>
66 <license>LGPL</license>
77 <source>gstreamer</source>
88 <package>GStreamer source release</package>
22 <description>GStreamer core tracers</description>
33 <filename>../../plugins/tracers/.libs/libgstcoretracers.so</filename>
44 <basename>libgstcoretracers.so</basename>
5 <version>1.9.90</version>
5 <version>1.10.0</version>
66 <license>LGPL</license>
77 <source>gstreamer</source>
88 <package>GStreamer source release</package>
209209 allocator, name);
210210
211211 g_rw_lock_writer_lock (&lock);
212 /* The ref will never be released */
213 GST_OBJECT_FLAG_SET (allocator, GST_OBJECT_FLAG_MAY_BE_LEAKED);
212214 g_hash_table_insert (allocators, (gpointer) name, (gpointer) allocator);
213215 g_rw_lock_writer_unlock (&lock);
214216 }
31083108 GST_DEBUG_OBJECT (element,
31093109 "Bin failed to change state, switching children back to %s",
31103110 gst_element_state_get_name (current));
3111 do {
3111 while (TRUE) {
31123112 ret =
31133113 gst_iterator_foreach (it, &reset_state, GINT_TO_POINTER (current));
3114 } while (ret == GST_ITERATOR_RESYNC);
3114 if (ret != GST_ITERATOR_RESYNC)
3115 break;
3116 gst_iterator_resync (it);
3117 }
31153118 gst_iterator_free (it);
31163119 }
31173120 goto done;
4141 * GstBinFlags:
4242 * @GST_BIN_FLAG_NO_RESYNC: don't resync a state change when elements are
4343 * added or linked in the bin (Since 1.0.5)
44 * @GST_BIN_FLAG_STREAMS_AWARE: Indicates whether the bin can handle elements
45 * that add/remove source pads at any point in time without
46 * first posting a no-more-pads signal (Since 1.10)
4447 * @GST_BIN_FLAG_LAST: the last enum in the series of flags for bins.
4548 * Derived classes can use this as first value in a list of flags.
4649 *
5053 */
5154 typedef enum {
5255 GST_BIN_FLAG_NO_RESYNC = (GST_ELEMENT_FLAG_LAST << 0),
56 GST_BIN_FLAG_STREAMS_AWARE = (GST_ELEMENT_FLAG_LAST << 1),
5357 /* padding */
5458 GST_BIN_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 5)
5559 } GstBinFlags;
7070 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstControlBinding, gst_control_binding,
7171 GST_TYPE_OBJECT, _do_init);
7272
73 struct _GstControlBindingPrivate
74 {
75 GWeakRef object;
76 };
77
7378 enum
7479 {
7580 PROP_0,
8590 {
8691 GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
8792
93 g_type_class_add_private (klass, sizeof (GstControlBindingPrivate));
94
8895 gobject_class->constructor = gst_control_binding_constructor;
8996 gobject_class->set_property = gst_control_binding_set_property;
9097 gobject_class->get_property = gst_control_binding_get_property;
107114 static void
108115 gst_control_binding_init (GstControlBinding * binding)
109116 {
117 binding->ABI.abi.priv =
118 G_TYPE_INSTANCE_GET_PRIVATE (binding, GST_TYPE_CONTROL_BINDING,
119 GstControlBindingPrivate);
120 g_weak_ref_init (&binding->ABI.abi.priv->object, NULL);
110121 }
111122
112123 static GObject *
115126 {
116127 GstControlBinding *binding;
117128 GParamSpec *pspec;
129 GstObject *object;
118130
119131 binding =
120132 GST_CONTROL_BINDING (G_OBJECT_CLASS (gst_control_binding_parent_class)
121133 ->constructor (type, n_construct_params, construct_params));
122134
123 GST_INFO_OBJECT (binding->object, "trying to put property '%s' under control",
135 object = g_weak_ref_get (&binding->ABI.abi.priv->object);
136 if (!object) {
137 GST_WARNING_OBJECT (object, "no object set");
138 return (GObject *) binding;
139 }
140
141 GST_INFO_OBJECT (object, "trying to put property '%s' under control",
124142 binding->name);
125143
126144 /* check if the object has a property of that name */
127145 if ((pspec =
128 g_object_class_find_property (G_OBJECT_GET_CLASS (binding->object),
146 g_object_class_find_property (G_OBJECT_GET_CLASS (object),
129147 binding->name))) {
130 GST_DEBUG_OBJECT (binding->object, " psec->flags : 0x%08x", pspec->flags);
148 GST_DEBUG_OBJECT (object, " psec->flags : 0x%08x", pspec->flags);
131149
132150 /* check if this param is witable && controlable && !construct-only */
133151 if ((pspec->flags & (G_PARAM_WRITABLE | GST_PARAM_CONTROLLABLE |
135153 (G_PARAM_WRITABLE | GST_PARAM_CONTROLLABLE)) {
136154 binding->pspec = pspec;
137155 } else {
138 GST_WARNING_OBJECT (binding->object,
156 GST_WARNING_OBJECT (object,
139157 "property '%s' on class '%s' needs to "
140158 "be writeable, controlable and not construct_only", binding->name,
141 G_OBJECT_TYPE_NAME (binding->object));
159 G_OBJECT_TYPE_NAME (object));
142160 }
143161 } else {
144 GST_WARNING_OBJECT (binding->object, "class '%s' has no property '%s'",
145 G_OBJECT_TYPE_NAME (binding->object), binding->name);
146 }
162 GST_WARNING_OBJECT (object, "class '%s' has no property '%s'",
163 G_OBJECT_TYPE_NAME (object), binding->name);
164 }
165
166 gst_object_unref (object);
167
147168 return (GObject *) binding;
148169 }
149170
153174 GstControlBinding *self = GST_CONTROL_BINDING (object);
154175
155176 /* we did not took a reference */
156 g_object_remove_weak_pointer ((GObject *) self->object,
157 (gpointer *) & self->object);
158 self->object = NULL;
177 g_object_remove_weak_pointer ((GObject *) self->__object,
178 (gpointer *) & self->__object);
179 self->__object = NULL;
180 g_weak_ref_clear (&self->ABI.abi.priv->object);
159181
160182 ((GObjectClass *) gst_control_binding_parent_class)->dispose (object);
161183 }
179201 switch (prop_id) {
180202 case PROP_OBJECT:
181203 /* do not ref to avoid a ref cycle */
182 self->object = g_value_get_object (value);
183 g_object_add_weak_pointer ((GObject *) self->object,
184 (gpointer *) & self->object);
204 self->__object = g_value_get_object (value);
205 g_object_add_weak_pointer ((GObject *) self->__object,
206 (gpointer *) & self->__object);
207
208 g_weak_ref_set (&self->ABI.abi.priv->object, self->__object);
185209 break;
186210 case PROP_NAME:
187211 self->name = g_value_dup_string (value);
200224
201225 switch (prop_id) {
202226 case PROP_OBJECT:
203 g_value_set_object (value, self->object);
227 g_value_take_object (value, g_weak_ref_get (&self->ABI.abi.priv->object));
204228 break;
205229 case PROP_NAME:
206230 g_value_set_string (value, self->name);
4545
4646 typedef struct _GstControlBinding GstControlBinding;
4747 typedef struct _GstControlBindingClass GstControlBindingClass;
48 typedef struct _GstControlBindingPrivate GstControlBindingPrivate;
4849
4950 /* FIXME(2.0): remove, this is unused */
5051 typedef void (* GstControlBindingConvert) (GstControlBinding *binding, gdouble src_value, GValue *dest_value);
5859 */
5960 struct _GstControlBinding {
6061 GstObject parent;
61
62
6263 /*< public >*/
6364 gchar *name;
6465 GParamSpec *pspec;
6566
6667 /*< private >*/
68 #ifndef GST_DISABLE_DEPRECATED
6769 GstObject *object; /* GstObject owning the property
6870 * (== parent when bound) */
71 #else
72 gpointer __object;
73 #endif
6974 gboolean disabled;
7075
71 gpointer _gst_reserved[GST_PADDING];
76 union {
77 struct {
78 GstControlBindingPrivate *priv;
79 } abi;
80 gpointer _gst_reserved[GST_PADDING];
81 } ABI;
7282 };
7383
7484 /**
2525 *
2626 * The #GstControlSource is a base class for control value sources that could
2727 * be used to get timestamp-value pairs. A control source essentially is a
28 * function over time, returning float values between 0.0 and 1.0.
28 * function over time.
2929 *
3030 * A #GstControlSource is used by first getting an instance of a specific
3131 * control-source, creating a binding for the control-source to the target property
31513151 const gchar *context_type;
31523152 GList *l;
31533153
3154 g_return_if_fail (GST_IS_CONTEXT (context));
3155 context_type = gst_context_get_context_type (context);
3156 g_return_if_fail (context_type != NULL);
3157
31543158 GST_OBJECT_LOCK (element);
3155 context_type = gst_context_get_context_type (context);
31563159 for (l = element->contexts; l; l = l->next) {
31573160 GstContext *tmp = l->data;
31583161 const gchar *tmp_type = gst_context_get_context_type (tmp);
31593162
31603163 /* Always store newest context but never replace
31613164 * a persistent one by a non-persistent one */
3162 if (strcmp (context_type, tmp_type) == 0 &&
3165 if (g_strcmp0 (context_type, tmp_type) == 0 &&
31633166 (gst_context_is_persistent (context) ||
31643167 !gst_context_is_persistent (tmp))) {
31653168 gst_context_replace ((GstContext **) & l->data, context);
31893192 GstElementClass *oclass;
31903193
31913194 g_return_if_fail (GST_IS_ELEMENT (element));
3195 g_return_if_fail (GST_IS_CONTEXT (context));
31923196
31933197 oclass = GST_ELEMENT_GET_CLASS (element);
31943198
21672167 * to perform actions triggered by a state change.
21682168 *
21692169 * @code contains a well defined string describing the action.
2170 * @test should contain a user visible string detailing the current action.
2170 * @text should contain a user visible string detailing the current action.
21712171 *
21722172 * Returns: (transfer full): The new qos message.
21732173 */
161161 GST_MESSAGE_STREAM_START = (1 << 28),
162162 GST_MESSAGE_NEED_CONTEXT = (1 << 29),
163163 GST_MESSAGE_HAVE_CONTEXT = (1 << 30),
164 GST_MESSAGE_EXTENDED = (1 << 31),
164 GST_MESSAGE_EXTENDED = (gint) (1u << 31),
165165 GST_MESSAGE_DEVICE_ADDED = GST_MESSAGE_EXTENDED + 1,
166166 GST_MESSAGE_DEVICE_REMOVED = GST_MESSAGE_EXTENDED + 2,
167167 GST_MESSAGE_PROPERTY_NOTIFY = GST_MESSAGE_EXTENDED + 3,
11391139 * gst_object_has_active_control_bindings:
11401140 * @object: the object that has controlled properties
11411141 *
1142 * Check if the @object has an active controlled properties.
1142 * Check if the @object has active controlled properties.
11431143 *
11441144 * Returns: %TRUE if the object has active controlled properties
11451145 */
4747 *
4848 * #GstStreamType describes a high level classification set for
4949 * flows of data in #GstStream objects.
50 *
51 * Note that this is a flag, and therefore users should not assume it
52 * will be a single value. Do not use the equality operator for checking
53 * whether a stream is of a certain type.
5054 */
5155 typedef enum {
5256 GST_STREAM_TYPE_UNKNOWN = 1 << 0,
213213 #define TRY_SETUP_LINK(l) G_STMT_START { \
214214 if( (!(l)->src.element) && (!(l)->src.name) ){ \
215215 SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link has no source [sink=%s@%p]"), \
216 (l)->sink.name ? (l)->sink.name : _(""), \
216 (l)->sink.name ? (l)->sink.name : "", \
217217 (l)->sink.element); \
218218 gst_parse_free_link (l); \
219219 }else if( (!(l)->sink.element) && (!(l)->sink.name) ){ \
220220 SET_ERROR (graph->error, GST_PARSE_ERROR_LINK, _("link has no sink [source=%s@%p]"), \
221 (l)->src.name ? (l)->src.name :_(""), \
221 (l)->src.name ? (l)->src.name : "", \
222222 (l)->src.element); \
223223 gst_parse_free_link (l); \
224224 }else{ \
3939
4040 <release>
4141 <Version>
42 <revision>1.10.0</revision>
43 <branch>master</branch>
44 <name></name>
45 <created>2016-11-01</created>
46 <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.0.tar.xz" />
47 </Version>
48 </release>
49
50 <release>
51 <Version>
4252 <revision>1.9.90</revision>
4353 <branch>master</branch>
4454 <name></name>
33 %define _glib2 2.40.0
44
55 Name: %{gstreamer}
6 Version: 1.9.90
6 Version: 1.10.0
77 Release: 1
88 Summary: GStreamer streaming media framework runtime
99
15671567 }
15681568
15691569 if (distance)
1570 *distance = adapter->dts_distance + offset;
1570 *distance = adapter->pts_distance + offset;
15711571
15721572 return pts;
15731573 }
514514
515515 time = GST_BUFFER_PTS (buf);
516516
517 /* If PTS is not set, the best guess we can make is to assume that both
518 * PTS and DTS are the same. If it was possible, parsers should have fixed
519 * it already as explained in https://bugzilla.gnome.org/show_bug.cgi?id=659489 */
520 if (!GST_CLOCK_TIME_IS_VALID (time))
521 time = GST_BUFFER_DTS (buf);
522
523517 if (GST_CLOCK_TIME_IS_VALID (time)) {
524518 time =
525519 gst_segment_to_running_time (&cdata->segment, GST_FORMAT_TIME, time);
164164 switch (prop_id) {
165165 case PROP_CS_A:
166166 gst_object_replace ((GstObject **) & self->cs_a,
167 g_value_dup_object (value));
167 g_value_get_object (value));
168168 break;
169169 case PROP_CS_R:
170170 gst_object_replace ((GstObject **) & self->cs_r,
171 g_value_dup_object (value));
171 g_value_get_object (value));
172172 break;
173173 case PROP_CS_G:
174174 gst_object_replace ((GstObject **) & self->cs_g,
175 g_value_dup_object (value));
175 g_value_get_object (value));
176176 break;
177177 case PROP_CS_B:
178178 gst_object_replace ((GstObject **) & self->cs_b,
179 g_value_dup_object (value));
179 g_value_get_object (value));
180180 break;
181181 default:
182182 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
2323 * @short_description: direct attachment for control sources
2424 *
2525 * A value mapping object that attaches control sources to gobject properties. It
26 * will map the control values [0.0 ... 1.0] to the target property range. If a
27 * control value is outside of the range, it will be clipped.
26 * will map the control values directly to the target property range. If a
27 * non-absolute direct control binding is used, the value range [0.0 ... 1.0]
28 * is mapped to full target property range, and all values outside the range
29 * will be clipped. An absolute control binding will not do any value
30 * transformations.
2831 */
2932
3033 #include <glib-object.h>
507510 * @cs: the control source
508511 *
509512 * Create a new control-binding that attaches the #GstControlSource to the
510 * #GObject property.
513 * #GObject property. It will map the control source range [0.0 ... 1.0] to
514 * the full target property range, and clip all values outside this range.
511515 *
512516 * Returns: (transfer floating): the new #GstDirectControlBinding
513517 */
526530 * @cs: the control source
527531 *
528532 * Create a new control-binding that attaches the #GstControlSource to the
529 * #GObject property.
533 * #GObject property. It will directly map the control source values to the
534 * target property range without any transformations.
530535 *
531536 * Returns: (transfer floating): the new #GstDirectControlBinding
532537 *
9494 AM_CONDITIONAL(HAVE_TIMER_CREATE_SETTIME_DELETE, test "x$ac_cv_lib_rt_timer_create__timer_settime__timer_delete" = "xyes")
9595
9696 dnl Allow for checking HAVE_CLOCK_GETTIME in automake files
97 AM_CONDITIONAL(HAVE_CLOCK_GETTIME, test "x$ac_cv_func_clock_gettime" = "xyes")
97 AM_CONDITIONAL(HAVE_CLOCK_GETTIME, test "x$HAVE_CLOCK_GETTIME" = "xyes")
9898
9999 dnl Create _stdint.h in the top-level directory
100100 AX_CREATE_STDINT_H
277277 static GstFlowReturn gst_queue2_push_one (GstQueue2 * queue);
278278 static void gst_queue2_loop (GstPad * pad);
279279
280 static gboolean gst_queue2_handle_sink_event (GstPad * pad, GstObject * parent,
281 GstEvent * event);
280 static GstFlowReturn gst_queue2_handle_sink_event (GstPad * pad,
281 GstObject * parent, GstEvent * event);
282282 static gboolean gst_queue2_handle_sink_query (GstPad * pad, GstObject * parent,
283283 GstQuery * query);
284284
476476 GST_DEBUG_FUNCPTR (gst_queue2_chain_list));
477477 gst_pad_set_activatemode_function (queue->sinkpad,
478478 GST_DEBUG_FUNCPTR (gst_queue2_sink_activate_mode));
479 gst_pad_set_event_function (queue->sinkpad,
479 gst_pad_set_event_full_function (queue->sinkpad,
480480 GST_DEBUG_FUNCPTR (gst_queue2_handle_sink_event));
481481 gst_pad_set_query_function (queue->sinkpad,
482482 GST_DEBUG_FUNCPTR (gst_queue2_handle_sink_query));
24522452 }
24532453 }
24542454
2455 static gboolean
2455 static GstFlowReturn
24562456 gst_queue2_handle_sink_event (GstPad * pad, GstObject * parent,
24572457 GstEvent * event)
24582458 {
25832583 }
25842584 break;
25852585 }
2586 return ret;
2586 if (ret == FALSE)
2587 return GST_FLOW_ERROR;
2588 return GST_FLOW_OK;
25872589
25882590 /* ERRORS */
25892591 out_flushing:
25912593 GST_DEBUG_OBJECT (queue, "refusing event, we are flushing");
25922594 GST_QUEUE2_MUTEX_UNLOCK (queue);
25932595 gst_event_unref (event);
2594 return FALSE;
2596 return GST_FLOW_FLUSHING;
25952597 }
25962598 out_eos:
25972599 {
25982600 GST_DEBUG_OBJECT (queue, "refusing event, we are EOS");
25992601 GST_QUEUE2_MUTEX_UNLOCK (queue);
26002602 gst_event_unref (event);
2601 return FALSE;
2603 return GST_FLOW_EOS;
26022604 }
26032605 out_flow_error:
26042606 {
26072609 gst_flow_get_name (queue->srcresult));
26082610 GST_QUEUE2_MUTEX_UNLOCK (queue);
26092611 gst_event_unref (event);
2610 return FALSE;
2612 return queue->srcresult;
26112613 }
26122614 }
26132615
248248 G_UNLOCK (_proc);
249249 cur_cpuload = (guint) gst_util_uint64_scale (dtproc / num_cpus,
250250 G_GINT64_CONSTANT (1000), dts);
251 gst_tracer_record_log (tr_proc, ts, MIN (avg_cpuload, 1000),
252 MIN (cur_cpuload, 1000), tproc);
251 gst_tracer_record_log (tr_proc, (guint64) getpid (), ts,
252 MIN (avg_cpuload, 1000), MIN (cur_cpuload, 1000), tproc);
253253 /* *INDENT-ON* */
254254 }
255255
315315 NULL),
316316 NULL);
317317 tr_proc = gst_tracer_record_new ("proc-rusage.class",
318 "thread-id", GST_TYPE_STRUCTURE, gst_structure_new ("scope",
318 "process-id", GST_TYPE_STRUCTURE, gst_structure_new ("scope",
319319 "type", G_TYPE_GTYPE, G_TYPE_UINT64,
320320 "related-to", GST_TYPE_TRACER_VALUE_SCOPE, GST_TRACER_VALUE_SCOPE_PROCESS,
321321 NULL),
458458 {
459459 GstElementStats *stats = get_element_stats (self, elem);
460460 const GstStructure *msg_s = gst_message_get_structure (msg);
461 GstStructure *s =
462 msg_s ? (GstStructure *) msg_s : gst_structure_new_empty ("dummy");
461463
462464 stats->last_ts = ts;
465 /* FIXME: work out whether using NULL instead of a dummy struct would work */
463466 gst_tracer_record_log (tr_message, (guint64) (guintptr) g_thread_self (), ts,
464 stats->index, GST_MESSAGE_TYPE_NAME (msg),
465 (msg_s ? msg_s : gst_structure_new_empty ("dummy")));
467 stats->index, GST_MESSAGE_TYPE_NAME (msg), s);
468 if (s != msg_s)
469 gst_structure_free (s);
466470 }
467471
468472 static void
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 0.9.7\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2005-12-05 11:45+0200\n"
1111 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
1212 "Language-Team: Afrikaans <i18n@af.org.za>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer-0.8.0\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2004-03-19 18:40+0200\n"
1111 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
1212 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: gstreamer 0.9.7\n"
77 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
8 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
8 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
99 "PO-Revision-Date: 2006-01-18 22:26+0200\n"
1010 "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
1111 "Language-Team: Belarusian <i18n@mova.org>\n"
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: gstreamer 1.7.2\n"
1111 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
12 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
12 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1313 "PO-Revision-Date: 2016-02-21 21:02+0200\n"
1414 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
1515 "Language-Team: Bulgarian <dict@ludost.net>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 0.10.30.3\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2010-11-04 19:41+0100\n"
1111 "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
1212 "Language-Team: Catalan <ca@dodds.net>\n"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: gstreamer 1.7.90\n"
1010 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
11 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
11 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1212 "PO-Revision-Date: 2016-03-03 15:31+0100\n"
1313 "Last-Translator: Marek Černocký <marek@manet.cz>\n"
1414 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: gstreamer 1.7.90\n"
1111 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
12 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
12 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1313 "PO-Revision-Date: 2016-06-25 13:26+0200\n"
1414 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
1515 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: gstreamer 1.7.90\n"
1010 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
11 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
11 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1212 "PO-Revision-Date: 2016-09-28 21:13+0200\n"
1313 "Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
1414 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: gstreamer-0.10.30.3\n"
77 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
8 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
8 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
99 "PO-Revision-Date: 2010-11-29 11:14+0200\n"
1010 "Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
1111 "Language-Team: Greek <team@lists.gnome.gr>\n"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: gstreamer 0.8.1\n"
77 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
8 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
8 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
99 "PO-Revision-Date: 2004-04-26 10:36-0400\n"
1010 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
1111 "Language-Team: English (British) <en_gb@li.org>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 0.10.32.2\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2011-06-04 21:11+0100\n"
1111 "Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
1212 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 0.10.32.2\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2011-10-02 15:45+0200\n"
1111 "Last-Translator: Jorge González González <aloriel@gmail.com>\n"
1212 "Language-Team: Spanish <es@li.org>\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: gstreamer-0.10.26.2\n"
99 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
10 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
10 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1111 "PO-Revision-Date: 2010-03-25 13:10+0100\n"
1212 "Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
1313 "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
Binary diff not shown
1111 msgstr ""
1212 "Project-Id-Version: gstreamer 0.10.30.3\n"
1313 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
14 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
14 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1515 "PO-Revision-Date: 2010-11-17 23:10+0200\n"
1616 "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
1717 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: gstreamer 1.7.90\n"
1111 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
12 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
12 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1313 "PO-Revision-Date: 2016-03-04 13:08+0100\n"
1414 "Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
1515 "Language-Team: French <traduc@traduc.org>\n"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: gstreamer 1.0.3\n"
77 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
8 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
8 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
99 "PO-Revision-Date: 2012-12-15 03:29+0200\n"
1010 "Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n"
1111 "Language-Team: Galician <proxecto@trasno.net>\n"
11 # This file is put in the public domain.
22 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
33 #
4 #: gst/parse/grammar.y:217 gst/parse/grammar.y:222
54 #, fuzzy
65 msgid ""
76 msgstr ""
8 "Project-Id-Version: gstreamer 1.9.90\n"
7 "Project-Id-Version: gstreamer 1.10.0\n"
98 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
10 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1110 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1211 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1312 "Language-Team: LANGUAGE <LL@li.org>\n"
Binary diff not shown
1010 msgstr ""
1111 "Project-Id-Version: gstreamer 1.7.90\n"
1212 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
13 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
13 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1414 "PO-Revision-Date: 2016-05-27 12:48-0700\n"
1515 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
1616 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: gstreamer 1.7.90\n"
99 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
10 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
10 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1111 "PO-Revision-Date: 2016-03-14 16:10+0100\n"
1212 "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
1313 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 1.3.2\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2014-05-31 22:06+0700\n"
1111 "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
1212 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
Binary diff not shown
105105 msgstr ""
106106 "Project-Id-Version: gstreamer 0.10.30.3\n"
107107 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
108 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
108 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
109109 "PO-Revision-Date: 2010-10-25 10:03+0200\n"
110110 "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
111111 "Language-Team: Italian <tp@lists.linux.it>\n"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: gstreamer 1.0.3\n"
77 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
8 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
8 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
99 "PO-Revision-Date: 2013-08-20 14:56+0900\n"
1010 "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
1111 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 0.10.29.2\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2010-07-16 00:50+0300\n"
1111 "Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
1212 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
Binary diff not shown
+118
-105
po/nb.po less more
11 # This file is put in the public domain.
22 #
33 # Kjartan Maraas <kmaraas@gnome.org>, 2004-2010.
4 # Johnny A. Solbu <johnny@solbu.net>, 2015
4 # Johnny A. Solbu <johnny@solbu.net>, 2015-2016
55 #
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: gstreamer 1.6.0\n"
8 "Project-Id-Version: gstreamer 1.7.90\n"
99 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
10 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
11 "PO-Revision-Date: 2015-12-23 02:02+0100\n"
10 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
11 "PO-Revision-Date: 2016-10-08 21:26+0200\n"
1212 "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
1313 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
1414 "Language: nb_NO\n"
1515 "MIME-Version: 1.0\n"
1616 "Content-Type: text/plain; charset=UTF-8\n"
1717 "Content-Transfer-Encoding: 8bit\n"
18 "X-Bugs: Report translation errors to the Language-Team address.\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 "X-Generator: Poedit 1.6.9\n"
20 "X-Generator: Poedit 1.8.7.1\n"
2021
2122 msgid "Print the GStreamer version"
2223 msgstr "Skriv ut versjonsnummer for GStreamer"
4041 "Comma-separated list of category_name:level pairs to set specific levels for "
4142 "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3"
4243 msgstr ""
43 "Kommaseparert liste over kategori_navn:nivå par for å sette spesifikke "
44 "nivåer for de enkelte kategoriene. eksempel: GST_AUTOPLUG:5,GST_ELEMENT_*:3"
44 "Kommaseparert liste over kategori_navn:nivåpar for å sette spesifikke nivåer "
45 "for de enkelte kategoriene. Eksempel: GST_AUTOPLUG:5,GST_ELEMENT_*:3"
4546
4647 msgid "LIST"
4748 msgstr "LISTE"
5354 "Changes coloring mode of the debug log. Possible modes: off, on, disable, "
5455 "auto, unix"
5556 msgstr ""
56 "Endrer fargemodus for feilsøking logg. Mulige moduser: av, på, deaktivere, "
57 "Endrer fargemodus for feilsøking logg. Mulige moduser: av, på, deaktiver, "
5758 "auto, unix"
5859
5960 msgid "Disable debugging"
133134 msgstr "Intern GStreamerfeil: caps-problem."
134135
135136 msgid "Internal GStreamer error: tag problem."
136 msgstr "Intern GStreamerfeil: Taggproblem."
137 msgstr "Intern GStreamerfeil: taggproblem."
137138
138139 msgid "Your GStreamer installation is missing a plug-in."
139140 msgstr "GStreamerinstallasjonen din mangler et programtillegg."
452453 msgstr "person(er) som er komponerte opptaket"
453454
454455 msgid "conductor"
455 msgstr ""
456 msgstr "dirigent"
456457
457458 msgid "conductor/performer refinement"
458 msgstr ""
459 msgstr "dirigent/utøver-raffinering"
459460
460461 msgid "duration"
461462 msgstr "varighet"
820821 msgstr "Midi-nodenummer på lydsporet."
821822
822823 msgid "private-data"
823 msgstr ""
824 msgstr "private-data"
824825
825826 msgid "Private data"
826 msgstr ""
827 msgstr "Private data"
827828
828829 msgid ", "
829830 msgstr ", "
850851
851852 #, c-format
852853 msgid "link has no source [sink=%s@%p]"
853 msgstr ""
854 msgstr "link har ingen slik kilde [sink=%s@%p]"
854855
855856 #, c-format
856857 msgid "link has no sink [source=%s@%p]"
857 msgstr ""
858 msgstr "link har ingen slik sink [source=%s@%p]"
858859
859860 #, c-format
860861 msgid "no property \"%s\" in element \"%s\""
861 msgstr ""
862 msgstr "ingen egenskap «%s» i element «%s»"
862863
863864 #, c-format
864865 msgid "could not set property \"%s\" in element \"%s\" to \"%s\""
865 msgstr ""
866 msgstr "kunne ikke sette egenskapen «%s» i elementet «%s» til «%s»"
866867
867868 msgid "Delayed linking failed."
868 msgstr ""
869 msgstr "Forsinket linking feilet."
869870
870871 #, c-format
871872 msgid "could not link %s to %s"
877878
878879 #, c-format
879880 msgid "unexpected reference \"%s\" - ignoring"
880 msgstr ""
881 msgstr "uventet referanse «%s» – ignorerer"
881882
882883 #, c-format
883884 msgid "unexpected pad-reference \"%s\" - ignoring"
884 msgstr ""
885 msgstr "uventet pad-referanse «%s» – ignorerer"
885886
886887 #, c-format
887888 msgid "could not parse caps \"%s\""
888 msgstr ""
889 msgstr "kunne ikke analysere capskunne ikke analysere caps «%s»"
889890
890891 #, c-format
891892 msgid "no sink element for URI \"%s\""
892 msgstr ""
893 msgstr "ingen sink-element for URI «%s»"
893894
894895 #, c-format
895896 msgid "no source element for URI \"%s\""
896 msgstr ""
897 msgstr "ingen kilde-element for URI «%s»"
897898
898899 msgid "syntax error"
899900 msgstr "Syntaksfeil"
903904
904905 #, c-format
905906 msgid "specified empty bin \"%s\", not allowed"
906 msgstr ""
907 msgstr "spesifisert tomt lager «%s», ikke tillat"
907908
908909 #, c-format
909910 msgid "no bin \"%s\", unpacking elements"
910 msgstr ""
911 msgstr "intet lager «%s», pakker ut elementer"
911912
912913 msgid "empty pipeline not allowed"
913 msgstr ""
914 msgstr "Tom rørledning ikke tillatt"
914915
915916 msgid "A lot of buffers are being dropped."
916 msgstr ""
917 msgstr "Mange av buffere blir droppet."
917918
918919 msgid "Internal data flow problem."
919 msgstr ""
920 msgstr "Intern dataflytproblem."
920921
921922 msgid "Internal data flow error."
922923 msgstr "Intern feil med dataflyt."
925926 msgstr "Feil i intern klokke"
926927
927928 msgid "Failed to map buffer."
928 msgstr ""
929 msgstr "Klarte ikke å kartlegge buffer."
929930
930931 msgid "Filter caps"
931 msgstr ""
932 msgstr "Filtrer caps"
932933
933934 msgid ""
934935 "Restrict the possible allowed capabilities (NULL means ANY). Setting this "
935936 "property takes a reference to the supplied GstCaps object."
936937 msgstr ""
938 "Begrense mulige tillatt evner (NULL betyr ALT). Innstilling av denne "
939 "egenskapen tar en referanse til det medfølgende GstCaps-objektet."
937940
938941 msgid "Caps Change Mode"
939 msgstr ""
942 msgstr "Caps-endringstilstand"
940943
941944 msgid "Filter caps change behaviour"
942 msgstr ""
945 msgstr "Filter caps-endringsatferd"
943946
944947 msgid "No Temp directory specified."
945 msgstr ""
948 msgstr "Inten temp-mappe spesifisert."
946949
947950 #, c-format
948951 msgid "Could not create temp file \"%s\"."
953956 msgstr "Kunne ikke åpne fil «%s» for lesing."
954957
955958 msgid "Error while writing to download file."
956 msgstr ""
959 msgstr "Feil ved skriving til nedastingsfilen."
957960
958961 msgid "No file name specified for writing."
959962 msgstr "Ingen filnavn oppgitt for skriving."
990993 msgstr "Fil «%s» er en plugg."
991994
992995 msgid "Failed after iterations as requested."
993 msgstr ""
996 msgstr "Mislyktes etter iterasjoner som forespurt."
994997
995998 msgid "caps"
996 msgstr ""
999 msgstr "caps"
9971000
9981001 msgid "detected capabilities in stream"
999 msgstr ""
1002 msgstr "oppdaget evner i strøm"
10001003
10011004 msgid "minimum"
10021005 msgstr "minimum"
10031006
10041007 msgid "force caps"
1005 msgstr ""
1008 msgstr "tving caps"
10061009
10071010 msgid "force caps without doing a typefind"
1008 msgstr ""
1009
1010 #, fuzzy
1011 msgstr "tving caps uten å foreta typefind"
1012
10111013 msgid "Stream doesn't contain enough data."
10121014 msgstr "Strømmen inneholder ikke nok data."
10131015
10241026 msgstr "skrivbar"
10251027
10261028 msgid "deprecated"
1027 msgstr ""
1029 msgstr "foreldet"
10281030
10291031 msgid "controllable"
10301032 msgstr "kontrollerbar"
10311033
10321034 msgid "changeable in NULL, READY, PAUSED or PLAYING state"
1033 msgstr ""
1035 msgstr "kan bare endres i NULL-, KLAR-, PAUSE- eller SPILLER-tilstand"
10341036
10351037 msgid "changeable only in NULL, READY or PAUSED state"
1036 msgstr ""
1038 msgstr "kan bare endres i NULL-, KLAR- eller PAUSE-tilstand"
10371039
10381040 msgid "changeable only in NULL or READY state"
1039 msgstr ""
1041 msgstr "kan bare endres i NULL-, eller KLAR-tilstand"
10401042
10411043 msgid "Blacklisted files:"
1042 msgstr ""
1044 msgstr "Svartelistede filer:"
10431045
10441046 msgid "Total count: "
10451047 msgstr "Totalt antall: "
10531055 #, c-format
10541056 msgid "%d plugin"
10551057 msgid_plural "%d plugins"
1056 msgstr[0] "%d tillegg"
1057 msgstr[1] "%d tillegg"
1058 msgstr[0] "%d programtillegg"
1059 msgstr[1] "%d programtillegg"
10581060
10591061 #, c-format
10601062 msgid "%d blacklist entry"
10801082 " Useful in connection with external "
10811083 "automatic plugin installation mechanisms"
10821084 msgstr ""
1085 "Skriv ut en maskin-analyseres liste over funksjoner det angitte "
1086 "programtillegget eller alle programtillegg gir.\n"
1087 " Nyttig i forbindelse med eksterne "
1088 "automatiske installasjonsmekanismer for programtillegg"
10831089
10841090 msgid "List the plugin contents"
1085 msgstr ""
1091 msgstr "List innhold i programtillegg"
10861092
10871093 msgid "Check if the specified element or plugin exists"
1088 msgstr ""
1094 msgstr "Sjekk om det spesifiserte elementet eller programtillegg eksisterer"
10891095
10901096 msgid ""
10911097 "When checking if an element or plugin exists, also check that its version is "
10921098 "at least the version specified"
10931099 msgstr ""
1100 "Ved sjekking om et element eller programtillegg eksisterer, sjekk også at "
1101 "dens versjon er minst den angitte versjonen"
10941102
10951103 msgid "Print supported URI schemes, with the elements that implement them"
1096 msgstr ""
1104 msgstr "Skrive ut støttede URI-schemes, med elementer som implementerer dem"
10971105
10981106 #, c-format
10991107 msgid "Could not load plugin file: %s\n"
1100 msgstr "Kunne ikke laste tilleggsfil: «%s»\n"
1108 msgstr "Kunne ikke laste programtilleggsfil: «%s»\n"
11011109
11021110 #, c-format
11031111 msgid "No such element or plugin '%s'\n"
1104 msgstr ""
1112 msgstr "Ingen slik element eller programtillegg '%s'\n"
11051113
11061114 msgid "Index statistics"
1107 msgstr ""
1115 msgstr "Indeksstatistikk"
11081116
11091117 #, c-format
11101118 msgid "Got message #%u from element \"%s\" (%s): "
1111 msgstr ""
1119 msgstr "Fikk melding #%u fra element «%s» (%s): "
11121120
11131121 #, c-format
11141122 msgid "Got message #%u from pad \"%s:%s\" (%s): "
1115 msgstr ""
1123 msgstr "Fikk melding #%u fra pad «%s:%s» (%s): "
11161124
11171125 #, c-format
11181126 msgid "Got message #%u from object \"%s\" (%s): "
1119 msgstr ""
1127 msgstr "Fikk melding #%u fra objekt «%s» (%s): "
11201128
11211129 #, c-format
11221130 msgid "Got message #%u (%s): "
1123 msgstr ""
1131 msgstr "Fikk melding #%u (%s): "
11241132
11251133 #, c-format
11261134 msgid "Got EOS from element \"%s\".\n"
1127 msgstr ""
1135 msgstr "Fikk EOS fra element «%s».\n"
11281136
11291137 #, c-format
11301138 msgid "FOUND TAG : found by element \"%s\".\n"
1131 msgstr ""
1139 msgstr "FANT TAG : funnet av element «%s».\n"
11321140
11331141 #, c-format
11341142 msgid "FOUND TAG : found by pad \"%s:%s\".\n"
1135 msgstr ""
1143 msgstr "FANT TAG : funnet av pad «%s:%s».\n"
11361144
11371145 #, c-format
11381146 msgid "FOUND TAG : found by object \"%s\".\n"
1139 msgstr ""
1147 msgstr "FANT TAG : funnet av objekt «%s».\n"
11401148
11411149 msgid "FOUND TAG\n"
1142 msgstr ""
1150 msgstr "FANT TAGG\n"
11431151
11441152 #, c-format
11451153 msgid "FOUND TOC : found by element \"%s\".\n"
1146 msgstr ""
1154 msgstr "FANT TOC : funnet av element «%s».\n"
11471155
11481156 #, c-format
11491157 msgid "FOUND TOC : found by object \"%s\".\n"
1150 msgstr ""
1158 msgstr "FANT TOC : funnet av objekt «%s».\n"
11511159
11521160 msgid "FOUND TOC\n"
1153 msgstr ""
1161 msgstr "FANT TOC\n"
11541162
11551163 #, c-format
11561164 msgid ""
11651173 msgstr "ADVARSEL: fra element %s: %s\n"
11661174
11671175 msgid "Prerolled, waiting for buffering to finish...\n"
1168 msgstr ""
1176 msgstr "Forbereder, venter på at buffering fullfører ...\n"
11691177
11701178 msgid "Prerolled, waiting for progress to finish...\n"
1171 msgstr ""
1179 msgstr "Forbereder, venter på at fremdriften fullfører ...\n"
11721180
11731181 msgid "buffering..."
1174 msgstr ""
1182 msgstr "bufrer ..."
11751183
11761184 msgid "Done buffering, setting pipeline to PLAYING ...\n"
1177 msgstr ""
1185 msgstr "Ferdig med bufring, setter rørledning til SPILLER\n"
11781186
11791187 msgid "Buffering, setting pipeline to PAUSED ...\n"
1180 msgstr ""
1188 msgstr "Bufrer, setter rørledning til PAUSE ...\n"
11811189
11821190 msgid "Redistribute latency...\n"
1183 msgstr ""
1191 msgstr "Redistribuer ventetid ...\n"
11841192
11851193 #, c-format
11861194 msgid "Setting state to %s as requested by %s...\n"
1187 msgstr ""
1195 msgstr "Setter status til %s som foresåurt av %s...\n"
11881196
11891197 msgid "Interrupt: Stopping pipeline ...\n"
1190 msgstr ""
1198 msgstr "Avbrudd: Stopper rørledning ...\n"
11911199
11921200 #, c-format
11931201 msgid "Progress: (%s) %s\n"
1194 msgstr ""
1202 msgstr "Fremdrift: (%s) %s\n"
11951203
11961204 #, c-format
11971205 msgid "Missing element: %s\n"
12021210 msgstr "Fikk sammenheng fra element «%s»: %s=%s\n"
12031211
12041212 msgid "Output tags (also known as metadata)"
1205 msgstr ""
1213 msgstr "skriv ut tagger (også kjent som metadata)"
12061214
12071215 msgid "Output TOC (chapters and editions)"
1208 msgstr ""
1216 msgstr "Skriv ut TOC (kapitler og utgaver)"
12091217
12101218 msgid "Output status information and property notifications"
1211 msgstr ""
1219 msgstr "Skriv ut statusinformasjon og egenskapsvarslinger"
12121220
12131221 msgid "Do not print any progress information"
1214 msgstr ""
1222 msgstr "Ikke skriv ut fremdriftsinformasjon"
12151223
12161224 msgid "Output messages"
1217 msgstr ""
1225 msgstr "Utdatameldinger"
12181226
12191227 msgid ""
12201228 "Do not output status information for the specified property if verbose "
12211229 "output is enabled (can be used multiple times)"
12221230 msgstr ""
1231 "Ikke gi ut statusinformasjon for den angitte egenskapen hvis verbose-utgang "
1232 "er aktivert (kan brukes flere ganger)"
12231233
12241234 msgid "PROPERTY-NAME"
1225 msgstr ""
1235 msgstr "EGENSKAPSNAVN"
12261236
12271237 msgid "Do not install a fault handler"
1228 msgstr ""
1238 msgstr "ikke installer feilhåndterer"
12291239
12301240 msgid "Force EOS on sources before shutting the pipeline down"
1231 msgstr ""
1241 msgstr "Tvinge EOS på kilder før rørledningen stenges"
12321242
12331243 msgid "Gather and print index statistics"
1234 msgstr ""
1244 msgstr "Samle og skriv ut indeksstatistikk"
12351245
12361246 #, c-format
12371247 msgid "ERROR: pipeline could not be constructed: %s.\n"
1238 msgstr ""
1248 msgstr "FEIL: rørledningen kunne ikke bygges: %s.\n"
12391249
12401250 msgid "ERROR: pipeline could not be constructed.\n"
1241 msgstr ""
1251 msgstr "FEIL: rørledningen kunne ikke bygges.\n"
12421252
12431253 #, c-format
12441254 msgid "WARNING: erroneous pipeline: %s\n"
1245 msgstr ""
1255 msgstr "ADVARSEL: feilaktig rørledning: %s\n"
12461256
12471257 msgid "ERROR: the 'pipeline' element wasn't found.\n"
1248 msgstr ""
1258 msgstr "FEIL: elementet «rørledning» ble ike funnet.\n"
12491259
12501260 msgid "Setting pipeline to PAUSED ...\n"
1251 msgstr ""
1261 msgstr "Setter rørledning til PAUSE\n"
12521262
12531263 msgid "ERROR: Pipeline doesn't want to pause.\n"
1254 msgstr ""
1264 msgstr "FEIL: rørledningen vil ikke pause\n"
12551265
12561266 msgid "Pipeline is live and does not need PREROLL ...\n"
1257 msgstr ""
1267 msgstr "Rørledningen er live og trenger ikke forberedelse\n"
12581268
12591269 msgid "Pipeline is PREROLLING ...\n"
1260 msgstr ""
1270 msgstr "Rørledningen forbereder ...\n"
12611271
12621272 msgid "ERROR: pipeline doesn't want to preroll.\n"
1263 msgstr ""
1273 msgstr "FEIL: rørledningen vil ikke forberede.\n"
12641274
12651275 msgid "Pipeline is PREROLLED ...\n"
1266 msgstr ""
1276 msgstr "Rørledning er forberedt ...\n"
12671277
12681278 msgid "Setting pipeline to PLAYING ...\n"
1269 msgstr ""
1279 msgstr "Setter rørledning til SPILLER ...\n"
12701280
12711281 msgid "ERROR: pipeline doesn't want to play.\n"
1272 msgstr ""
1282 msgstr "FEIL: rørledningen vil ikke spille.\n"
12731283
12741284 msgid "EOS on shutdown enabled -- Forcing EOS on the pipeline\n"
1275 msgstr ""
1285 msgstr "EOS ved avslutning aktivert - Tvinger EOS på rørledningen\n"
12761286
12771287 msgid "EOS on shutdown enabled -- waiting for EOS after Error\n"
1278 msgstr ""
1288 msgstr "EOS ved avslutning aktivert - venter på AOS etter feil\n"
12791289
12801290 msgid "Waiting for EOS...\n"
1281 msgstr ""
1291 msgstr "Venter på EOS...\n"
12821292
12831293 msgid "EOS received - stopping pipeline...\n"
1284 msgstr ""
1294 msgstr "EOS mottatt - stopper rørledning...\n"
12851295
12861296 msgid "Interrupt while waiting for EOS - stopping pipeline...\n"
1287 msgstr ""
1297 msgstr "Avbryt mens du venter på EOS - stopper rørledning...\n"
12881298
12891299 msgid "An error happened while waiting for EOS\n"
1290 msgstr ""
1300 msgstr "En feil oppsto ved venting på EOS\n"
12911301
12921302 msgid "Execution ended after %"
1293 msgstr ""
1303 msgstr "Kjøring endte etter %"
12941304
12951305 msgid "Setting pipeline to READY ...\n"
1296 msgstr ""
1306 msgstr "Setter rørledning til KLAR ...\n"
12971307
12981308 msgid "Setting pipeline to NULL ...\n"
1299 msgstr ""
1309 msgstr "Setter rørledning til NULL ...\n"
13001310
13011311 msgid "Freeing pipeline ...\n"
13021312 msgstr "Frigjør rør ...\n"
13031313
1314 #~ msgid "Internal data stream error."
1315 #~ msgstr "Intern datastrøm-feil."
1316
13041317 #~ msgid "TYPE1,TYPE2,..."
13051318 #~ msgstr "TYPE1,TYPE2,..."
13061319
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: gstreamer 1.7.2\n"
1111 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
12 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
12 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1313 "PO-Revision-Date: 2016-02-20 16:42+0100\n"
1414 "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
1515 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: gstreamer 1.7.2\n"
77 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
8 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
8 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
99 "PO-Revision-Date: 2016-02-20 21:41+0100\n"
1010 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
1111 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
Binary diff not shown
1616 msgstr ""
1717 "Project-Id-Version: gstreamer-1.7.90\n"
1818 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
19 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
19 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
2020 "PO-Revision-Date: 2016-05-06 18:23-0300\n"
2121 "Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
2222 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
Binary diff not shown
44 msgstr ""
55 "Project-Id-Version: gstreamer 0.10.29.2\n"
66 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
7 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
7 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
88 "PO-Revision-Date: 2010-08-16 01:10+0300\n"
99 "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
1010 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: gstreamer 1.7.90\n"
1010 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
11 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
11 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1212 "PO-Revision-Date: 2016-03-05 08:41+0300\n"
1313 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
1414 "Language-Team: Russian <gnu@d07.ru>\n"
Binary diff not shown
1414 msgstr ""
1515 "Project-Id-Version: gstreamer 0.8.8\n"
1616 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
17 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
17 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1818 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
1919 "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
2020 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: gstreamer 1.7.90\n"
99 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
10 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
10 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1111 "PO-Revision-Date: 2016-05-20 11:32+0100\n"
1212 "Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
1313 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
Binary diff not shown
99 msgstr ""
1010 "Project-Id-Version: gstreamer-1.2.1\n"
1111 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
12 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
12 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1313 "PO-Revision-Date: 2014-04-09 22:38+0100\n"
1414 "Last-Translator: Klemen Košir <klemen913@gmail.com>\n"
1515 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
Binary diff not shown
55 msgstr ""
66 "Project-Id-Version: gstreamer 0.8.4\n"
77 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
8 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
8 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
99 "PO-Revision-Date: 2004-08-07 23:46+0200\n"
1010 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
1111 "Language-Team: Albanian <begraj@hotmail.com>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer-1.7.90\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2016-03-05 10:03+0200\n"
1111 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
1212 "Language-Team: Serbian <(nothing)>\n"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: gstreamer 1.7.90\n"
1010 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
11 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
11 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1212 "PO-Revision-Date: 2016-03-02 22:19+0100\n"
1313 "Last-Translator: Sebastian Rasmussen <sebras@gmail.com>\n"
1414 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 1.4.1\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2015-01-10 21:06+0100\n"
1111 "Last-Translator: Volkan Gezer <volkangezer@gmail.com>\n"
1212 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
Binary diff not shown
77 msgstr ""
88 "Project-Id-Version: gstreamer 1.7.90\n"
99 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
10 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
10 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1111 "PO-Revision-Date: 2016-03-02 22:00+0200\n"
1212 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
1313 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
Binary diff not shown
88 msgstr ""
99 "Project-Id-Version: gstreamer 1.7.90\n"
1010 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
11 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
11 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1212 "PO-Revision-Date: 2016-03-03 07:44+0700\n"
1313 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
1414 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
Binary diff not shown
66 msgstr ""
77 "Project-Id-Version: gstreamer 1.7.90\n"
88 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
9 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
9 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
1010 "PO-Revision-Date: 2016-03-03 12:49+0800\n"
1111 "Last-Translator: Tianze Wang <zwpwjwtz@126.com>\n"
1212 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
Binary diff not shown
2626 msgstr ""
2727 "Project-Id-Version: gstreamer 1.3.2\n"
2828 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
29 "POT-Creation-Date: 2016-09-30 12:08+0300\n"
29 "POT-Creation-Date: 2016-11-01 17:33+0200\n"
3030 "PO-Revision-Date: 2014-06-08 00:22+0800\n"
3131 "Last-Translator: Wen Liao <wen.cf83@gmail.com>\n"
3232 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
6767 #define GST_PACKAGE_ORIGIN "Unknown package origin"
6868
6969 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
70 #define GST_PACKAGE_RELEASE_DATETIME "2016-09-30"
70 #define GST_PACKAGE_RELEASE_DATETIME "2016-11-01"
7171
7272 /* Define if static plugins should be built */
7373 #undef GST_PLUGIN_BUILD_STATIC
9292 the CoreFoundation framework. */
9393 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
9494
95 /* Define to 1 if you have the `clock_gettime' function. */
95 /* Have clock_gettime */
9696 #undef HAVE_CLOCK_GETTIME
9797
9898 /* Define if the target CPU is AARCH64 */
467467 #define PACKAGE_NAME "GStreamer"
468468
469469 /* Define to the full name and version of this package. */
470 #define PACKAGE_STRING "GStreamer 1.9.90"
470 #define PACKAGE_STRING "GStreamer 1.10.0"
471471
472472 /* Define to the one symbol short name of this package. */
473473 #define PACKAGE_TARNAME "gstreamer"
476476 #undef PACKAGE_URL
477477
478478 /* Define to the version of this package. */
479 #define PACKAGE_VERSION "1.9.90"
479 #define PACKAGE_VERSION "1.10.0"
480480
481481 /* directory where plugins are located */
482482 #ifdef _DEBUG
520520 #undef USE_POISONING
521521
522522 /* Version number of package */
523 #define VERSION "1.9.90"
523 #define VERSION "1.10.0"
524524
525525 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
526526 significant byte first (like Motorola and SPARC, unlike Intel). */
5353 static gsize id = 0;
5454 static const GFlagsValue values[] = {
5555 {C_FLAGS (GST_BIN_FLAG_NO_RESYNC), "GST_BIN_FLAG_NO_RESYNC", "no-resync"},
56 {C_FLAGS (GST_BIN_FLAG_STREAMS_AWARE), "GST_BIN_FLAG_STREAMS_AWARE",
57 "streams-aware"},
5658 {C_FLAGS (GST_BIN_FLAG_LAST), "GST_BIN_FLAG_LAST", "last"},
5759 {0, NULL, NULL}
5860 };
5353 *
5454 * The minor version of GStreamer at compile time:
5555 */
56 #define GST_VERSION_MINOR (9)
56 #define GST_VERSION_MINOR (10)
5757 /**
5858 * GST_VERSION_MICRO:
5959 *
6060 * The micro version of GStreamer at compile time:
6161 */
62 #define GST_VERSION_MICRO (90)
62 #define GST_VERSION_MICRO (0)
6363 /**
6464 * GST_VERSION_NANO:
6565 *