Tim-Philipp Müller
dc6aabfc55
docs: fix typo in metadata section in app dev manual
...
There's no g_tag_list_get_xyz().
2013-05-07 15:18:06 +01:00
Stefan Sauer
a2170fc7b8
porting-to-1.0.txt: nit clarification
...
It is the process context that matters.
2013-04-29 21:12:42 +02:00
Wim Taymans
25fc832d49
pwg: improve allocation docs
2013-04-27 20:34:43 +02:00
Tim-Philipp Müller
1905219235
porting-to-1.0.txt: add troubleshooting section
...
Add note about "cannot register existing type `GstObject'" warning.
2013-04-24 12:30:07 +01:00
Sebastian Dröge
ce8cb1f1b3
part-context: Write some design documentation about GstContext
2013-04-19 15:01:20 +02:00
Sebastian Dröge
eaf1f0db99
part-caps: Add more information about caps features, caps semantics and how to use them
2013-04-19 13:22:48 +02:00
Sebastian Dröge
7ae54c34e5
capsfeatures: Add documentation about ANY GstCapsFeatures
2013-04-19 11:24:38 +02:00
Sebastian Dröge
03c3738b67
context: Add gst_context_writable_structure() and let get_structure() return const again
2013-04-18 10:18:22 +02:00
Philippe Normand
54c678a21e
query: new _BANDWIDTH_LIMITED flag
...
Source elements with limited bandwidth capabilities and supporting
buffering for downstream elements should set this flag when answering
a scheduling query. This is useful for the on-disk buffering scenario
of uridecodebin to avoid checking the URI protocol against a list of
hardcoded protocols.
Bug 693484
2013-04-16 16:52:08 +02:00
Tim-Philipp Müller
4997fd9f94
docs: fix missing flacdec in porting-to-1.0 pipeline example
2013-04-16 09:55:00 +01:00
Tim-Philipp Müller
9dd28ae13b
docs: add note about decoders and parsers to porting-to-1.0 doc
2013-04-16 09:03:52 +01:00
Douglas Bagnall
142a55042f
manual: Patch manual to refer to porting guide
...
https://bugzilla.gnome.org/show_bug.cgi?id=697845
2013-04-15 09:27:15 +02:00
Tim-Philipp Müller
7b19944280
info: use new internal printf for debug message printing
...
and remove all the printf extension/specifier stuff for
the system printf. Next we need to add back the custom
specifiers to our own printf implementation.
https://bugzilla.gnome.org/show_bug.cgi?id=613081
2013-04-12 23:05:57 +01:00
Tim-Philipp Müller
ea69c642bf
docs: document type change of playbin's connection-speed property in porting docs
2013-04-11 22:32:39 +01:00
Douglas Bagnall
e62abd3f2f
Toggle upstream and downstream in RECONFIGURE paragraph.
2013-04-11 10:42:39 +02:00
Руслан Ижбулатов
0168411031
Use xlstproc instead of docbook2html
2013-04-09 20:58:30 +02:00
Brendan Long
71787d40f3
porting-to-1.0.txt: subtitle text media types changed as well
...
https://bugzilla.gnome.org/show_bug.cgi?id=697153
2013-04-03 10:19:54 +01:00
Sebastian Dröge
65c650d7d4
capsfeatures: Add GST_CAPS_FEATURES_ANY
...
This is equal to any other caps features but results in unfixed caps. It
would be used by elements that only look at the buffer metadata or are
currently working in passthrough mode, and as such don't care about any
specific features.
2013-04-02 22:17:22 +02:00
Stefan Sauer
5b5774b399
draft-tracing: update draft design with timer ideas
2013-04-01 18:00:54 +02:00
Sebastian Dröge
c989ff928b
design: Add the caps features and describe how the caps operations actually work
2013-03-31 19:09:46 +02:00
Sebastian Dröge
7477b25df5
caps: Add new data type for handling caps features to the caps
...
These are meant to specify features in caps that are required
for a specific structure, for example a specific memory type
or meta.
Semantically they could be though of as an extension of the media
type name of the structures and are handled exactly like that.
2013-03-31 18:15:52 +02:00
Tim-Philipp Müller
0e5c1dcf64
event: add stream flags to stream-start event
...
API: gst_event_set_stream_flags()
API: gst_event_parse_stream_flags()
API: GST_STREAM_FLAG_NONE
API: GST_STREAM_FLAG_SPARSE
https://bugzilla.gnome.org/show_bug.cgi?id=600648
2013-03-31 11:47:40 +01:00
Sebastian Dröge
dd831b8114
element: Add API to get the last set context from an element
...
Elements should override GstElement::set_context() and also call
gst_element_set_context() to keep this context up-to-date with
the very latest context they internally use.
2013-03-31 11:26:32 +02:00
Stefan Sauer
782511d8f6
design: add initial tracing design doc
2013-03-30 14:13:10 +01:00
Edward Hervey
8c542540c2
Revert "pwg: Fix example"
...
This reverts commit 5d64f27d88
.
*sigh*
2013-03-29 18:49:14 +01:00
Edward Hervey
5d64f27d88
pwg: Fix example
2013-03-29 18:46:18 +01:00
Sebastian Dröge
b909061031
gst: Add new GstContext miniobject for sharing contexts in a pipeline
2013-03-29 16:40:21 +01:00
Olivier Crête
ec16d6b0a4
buffer: Add annotations and pygi friendly extraction function
...
API: gst_buffer_extract_dup
2013-03-27 13:07:03 -04:00
Wim Taymans
21851c0e04
porting: hopefully clarify a little
2013-03-27 17:08:51 +01:00
Tim-Philipp Müller
a76885f333
toc: some documentation updates
2013-03-24 17:53:35 +00:00
Tim-Philipp Müller
1e6e797d65
docs: fix typo in query function example in Plugin Writer's Guide
...
https://bugzilla.gnome.org/show_bug.cgi?id=696142
2013-03-22 20:02:57 +00:00
Stefan Sauer
31fbc86e09
design: update controller design and add some thoughs for future stuff
2013-03-08 13:16:40 +01:00
Stefan Sauer
a0cff35ae8
manual: improve the controller docs a little more
...
Reword some sections. Explain value mappings better.
2013-02-28 23:00:46 +01:00
Wim Taymans
4df4fd33b1
memory: add method to check memory type
...
Add a method to check if a memory was allocated from an allocator of
a given type.
API: gst_memory_is_type()
2013-02-26 15:37:24 +01:00
Wim Taymans
b339b0c12e
docs: improve docs a little
2013-02-26 15:36:10 +01:00
Wim Taymans
d7f15f542a
use GST_MESSAGE_DURATION_CHANGED in docs and code
2013-02-26 15:32:25 +01:00
Stefan Sauer
615a8ae635
porting: mention segment accumulation in the porting guide
...
This needs more detail, but at least gives people a hint on the issue.
2013-02-26 08:36:51 +01:00
Sebastian Dröge
008b35f6ae
query: Add new API to remove allocation params and pools from the allocation query
2013-02-25 13:57:43 +01:00
Tim-Philipp Müller
5125185c4c
docs: porting-to-1.0.txt: some element names have changed
2013-02-23 18:37:57 +00:00
Sebastian Dröge
5327545d56
memory: Add new memory flag to specify that memory can't be mapped
2013-02-22 12:41:09 +01:00
Sebastian Dröge
221b6fc479
memory: Add memory flag to mark physically continous memory
2013-02-22 09:04:57 +01:00
Tim-Philipp Müller
22b7c0bf58
check: add some more fail_unless_*() macros for convenience
...
API: fail_unless_equals_int_hex
API: assert_equals_int_hex
API: fail_unless_equals_int64_hex
API: assert_equals_int64_hex
API: fail_unless_equals_uint64_hex
API: assert_equals_uint64_hex
API: fail_unless_equals_pointer
API: assert_equals_pointer
2013-02-19 17:40:20 +00:00
David Schleef
f1df4c13a1
docs: Fix some ambiguous wording
2013-02-17 16:01:03 -08:00
Tim-Philipp Müller
f34d5bfa0f
docs: fix location in user's home directory where GStreamer looks for plugins
...
It's based on the xdg user data dir now in 1.0.
2013-02-14 13:55:10 +00:00
Tim-Philipp Müller
651ed1acd8
docs: flesh our 'Running GStreamer' bits a bit
...
https://bugzilla.gnome.org/show_bug.cgi?id=693607
2013-02-14 00:07:22 +00:00
Gert Michael Kulyk
21c4c718b2
docs: fix advanced-metadata code example in manual
...
https://bugzilla.gnome.org/show_bug.cgi?id=690751
2013-02-13 21:37:26 +00:00
Stefan Sauer
0b671cd05b
docs: add more porting details
2013-02-08 21:38:22 +01:00
Stefan Sauer
fba696eb05
docs: update the controller docs
...
Add the control bindings to the docs. Add a little more detail.
2013-02-01 22:00:18 +01:00
Stefan Sauer
bbf77402f0
porting: a few updates for the porting guide
2013-02-01 22:00:18 +01:00
Olivier Crête
10154e2f97
docs: Put the right path for the gstttestclock include file
2013-01-24 17:50:31 -05:00