Edward Hervey
c4539db3c1
gstcontext: Fix return values some more
...
Return value is a boolean not a pointer
2013-09-19 12:07:56 +02:00
Sebastian Dröge
291991dac2
context: Fix return values for gst_context_has_context_type() in assertions
2013-09-19 11:49:26 +02:00
Sebastian Dröge
f09b122453
context: Add convenience function gst_context_has_context_type()
2013-09-19 09:49:40 +02:00
Sebastian Dröge
8c09649de2
message: Implement getting the name of the context message types
2013-09-18 23:07:31 +02:00
Sebastian Dröge
921ab73340
context: Fix unit test for GstContext changes
2013-09-18 21:42:42 +02:00
Sebastian Dröge
640a05ff60
bin: Implement context caching and propagation again
2013-09-18 21:42:42 +02:00
Sebastian Dröge
51982d158a
message/query: Simplify CONTEXT messages/queries to only contain a single type
2013-09-17 13:50:08 +02:00
Sebastian Dröge
2ae9809ae8
context: Update documentation
2013-09-17 13:36:49 +02:00
Sebastian Dröge
4d367dc1b0
context: Change GstContext to contain only a single context
...
It was unintuitive that GstContext was actually a list of different
contexts. GstContext now is only a type string and a structure to
contain the actual context.
2013-09-17 13:28:42 +02:00
Sebastian Dröge
014690326f
element: Remove GstContext caching
2013-09-17 13:16:40 +02:00
Sebastian Dröge
e3ce799217
context: Add persistent qualifier for a context
...
Non-persistent contexts are removed when elements go back
to NULL state, persistent contexts are not. Applications
most likely want to set persistent contexts.
2013-09-17 13:10:53 +02:00
Sebastian Dröge
a7f5dc8b8a
query: Make CONTEXT query upstream and downstream
2013-09-17 13:10:16 +02:00
Sebastian Dröge
113c9fa277
event: Remove CONTEXT downstream event
...
This is going to be implemented with an upstream query instead
for consistency and simplicity.
2013-09-17 13:09:34 +02:00
Jonas Holmberg
8501fbd216
gst: Stop all unused threads in GThreadPool in gst_deinit()
...
Since the default number of max unused threads in GThreadPool has been
changed from 0 to 2 it needs to be set to 0 to stop all threads or
valgrind will report them as memory leaks.
2013-09-13 14:42:55 +02:00
Sebastian Dröge
dae27ba3d3
meta: Deprecate GST_META_TAG_MEMORY
...
The GQuarks are not exported by any public API
2013-09-09 15:40:42 +02:00
Mathieu Duponchelle
ff05a4698e
meta: Add a #define for memory metadata
2013-09-09 15:33:54 +02:00
Mathieu Duponchelle
8d24c4e451
basetransform: implement a default transform_meta.
...
If a metadata has no dependency as shown by the tags, copy it.
2013-09-09 15:32:18 +02:00
Mathieu Duponchelle
4c7dbde791
meta: API: Add gst_meta_api_type_get_tags() to get all meta tags.
2013-09-09 15:32:18 +02:00
Tim-Philipp Müller
aa1890a4b4
docs: flesh out gst_sample_get_buffer() a little
...
https://bugzilla.gnome.org/show_bug.cgi?id=706478
2013-08-21 12:21:43 +01:00
Kerrick Staley
bd2a01cfe2
parse: make grammar.y work with Bison 3
...
YYLEX_PARAM is no longer supported in Bison 3.
https://bugzilla.gnome.org/show_bug.cgi?id=706462
2013-08-21 10:02:26 +01:00
Wonchul Lee
facf73ad8d
sample: Add gst_sample_copy()
...
https://bugzilla.gnome.org/show_bug.cgi?id=706454
2013-08-21 08:51:34 +02:00
Olivier Crête
f90f3cde5f
buffer: Fix gst_buffer_memcmp() where the buffer is smaller than size
...
Also add unit tests for gst_buffer_memcmp
https://bugzilla.gnome.org/show_bug.cgi?id=706162
2013-08-20 14:41:27 -04:00
Tim-Philipp Müller
bd2ece0c48
docs: flesh out gst_element_query_{duration,position} docs a bit
2013-08-20 17:06:49 +01:00
Matthieu Bouron
d10dab0884
taglist: handle publisher and interpreted-by tags
...
https://bugzilla.gnome.org/show_bug.cgi?id=705999
2013-08-20 14:43:32 +02:00
Sebastian Dröge
c3e2bf8086
pluginloader: Don't call memcpy() with NULL src and 0 length
2013-08-20 13:58:24 +02:00
Brendan Long
48319d4be2
parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINS
...
This makes gst_parse_bin_from_description() return an element instead of
a bin if there's only one element. Also changed gstparse.c to use this,
so gst-launch won't create superfluous bins.
https://bugzilla.gnome.org/show_bug.cgi?id=703405
2013-08-19 11:30:15 +02:00
Arnaud Vrac
9819e48b92
query: return NULL when parsing uri redirection that was not set
...
https://bugzilla.gnome.org/show_bug.cgi?id=706160
2013-08-19 10:11:24 +02:00
Sebastian Dröge
98d8cdfda4
buffer: Update since marker for gst_buffer_extract_dup() to 1.0.10
2013-08-18 11:49:08 +02:00
Jonas Holmberg
e3a386e9cf
Free thread pools in gst_deinit()
2013-08-16 10:32:25 +01:00
Tim-Philipp Müller
a4f2720be4
clock: simplify internal gst_clock_return_get_name() helper
2013-08-14 21:41:23 +01:00
Edward Hervey
29353c1b59
gst: minor docstring fixups to make g-i happy
...
note: the #ifndef move is actually a move of the "SECTION" docstring
2013-08-14 07:05:04 +02:00
Sebastian Dröge
5d26d67ba7
sysmem: Only copy the requested part of memory instead of the complete source memory
...
https://bugzilla.gnome.org/show_bug.cgi?id=705678
2013-08-13 15:48:07 +02:00
Tim-Philipp Müller
104db59706
query: add Since markers for new API and add to exports file
2013-08-13 12:11:19 +01:00
Andoni Morales Alastruey
0d82493894
query: fix annotation for gst_query_parse_uri
2013-08-12 16:34:54 +02:00
Andoni Morales Alastruey
a70b5fc16a
query: add new redirection uri the URI query
2013-08-12 16:34:54 +02:00
Thiago Santos
210aaabb60
query: add some missing 'transfer none' gi annotations
...
The current documentation is controverse, while it states that the
returned value is valid only while the query is is valid, which presumes
a 'transfer none' policy. But the tooltip for the 'out' annotation
states the default is 'transfer-full'.
Add the missing 'transfer none' annotations to fix this.
2013-08-12 09:41:10 -03:00
Tim-Philipp Müller
d97aa274c2
pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()
...
https://bugzilla.gnome.org/show_bug.cgi?id=705751
2013-08-10 11:33:58 +01:00
Kjartan Maraas
280f557380
docs: some small gtk-doc markup fixes
...
https://bugzilla.gnome.org/show_bug.cgi?id=705156
2013-07-30 23:33:28 +01:00
Kjartan Maraas
f9d62f6a53
gst: register new color mode enum, fixing 'make check'
...
https://bugzilla.gnome.org/show_bug.cgi?id=705156
2013-07-30 23:32:49 +01:00
Sjoerd Simons
cf3cbe76af
query: Clarify the estimated-total documentation
...
Tweak the documentation slightly to clarify that the estimated-total in
a a Buffering query the total remaining time of a download, not the
total time for the complete download. Also indicate the unit used.
https://bugzilla.gnome.org/show_bug.cgi?id=704934
2013-07-29 15:08:18 +02:00
Tim-Philipp Müller
6e107e90ed
buffer: fix Since: marker for new gst_buffer_extract_dup()
2013-07-26 18:36:04 +01:00
Wim Taymans
d73b4edc99
clock: debug the clock return values
2013-07-26 12:20:05 +02:00
David Schleef
f599019a99
info: parse debug levels > 9
2013-07-24 10:30:09 -07:00
Sebastian Dröge
d55893fb96
value: Fix copy&paste mistakes in the bitmask function docs
2013-07-24 16:57:46 +02:00
Tim-Philipp Müller
0c513e3d97
value: handle deserialisation of nonexistant enum value more gracefully
2013-07-22 17:25:47 +01:00
Sebastian Dröge
7c936a4cc2
bin: Use the new group-id field of the stream-start message for stream-start message aggregation
...
If all stream-start messages had a group id (for backwards compatibility),
we only consider a stream started if all had the same group id.
In 2.0 we should make the group id mandatory.
2013-07-22 15:30:10 +02:00
Sebastian Dröge
75d9454bf4
gst: Add new group-id field to the stream-start event
...
All streams that have the same group id are supposed to be played
together, i.e. all streams inside a container file should have the
same group id but different stream ids. The group id should change
each time the stream is started, resulting in different group ids
each time a file is played for example.
2013-07-22 15:30:10 +02:00
Sebastian Dröge
9ddcfcf8f4
gst: Add some more Since: 1.2
2013-07-18 14:39:42 +02:00
Sebastian Dröge
b9841335ed
info: Add some Since: 1.2
2013-07-18 14:34:31 +02:00
Руслан Ижбулатов
797fcd1d49
info: Add debug color mode option
...
This allows to explicitely set the debug output color
mode to UNIX on every platform, enable it (use platform
default color mode) or enable it.
https://bugzilla.gnome.org/show_bug.cgi?id=674320
2013-07-18 14:30:44 +02:00