Mark Nauwelaerts
569c48052a
win32: add new collectpads2 API to .def file
2012-04-16 16:36:52 +02:00
Mark Nauwelaerts
225721f578
Merge remote-tracking branch 'origin/0.10'
...
Conflicts:
libs/gst/base/gstcollectpads2.c
2012-04-16 16:29:34 +02:00
Mark Nauwelaerts
cc21620823
collectpads2: provide query default and callback handling
...
... which presently mainly serves to answer SEEKING query negatively
to dissuade upstream encoders from doing any seeking and
"header finalization" (since the returned result of pushing a
sticky event is fairly useless nowadays).
2012-04-16 16:24:18 +02:00
Mark Nauwelaerts
994357a16a
collectpads2: modify event handling using a default event handler
...
... that elements should "chain up" to.
2012-04-16 16:24:10 +02:00
Wim Taymans
d342871907
segment: add rude serialization
...
Ass serialize and deserialize functions for GstSegment so that gdp and
gst_structure_to_string show the segment values. We convert to a GstSegment
first to make things easier..
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674100
2012-04-16 15:56:11 +02:00
Vincent Penquerc'h
b642b87579
collectpads2: assume 0 based segment if no time segment was provided
...
https://bugzilla.gnome.org/show_bug.cgi?id=669305
2012-04-16 11:08:07 +02:00
Wim Taymans
ffed76f258
memory: add size to debug log
2012-04-16 10:32:17 +02:00
Sebastian Dröge
014d10391c
inputselector: Set sequence number on segment events
2012-04-16 10:27:29 +02:00
Sebastian Dröge
3146282d48
inputselector: Forward all sticky events when switching pads
2012-04-16 10:22:53 +02:00
Sebastian Dröge
d2811b19f2
tee: Store pad state directly inside the pads instead of GObject qdata
2012-04-16 10:05:02 +02:00
Sebastian Dröge
655bfbf776
inputselector: Send reconfigure event on the new active pad when pads are switched
2012-04-16 09:46:49 +02:00
Sebastian Dröge
c0b16dfe30
Automatic update of common submodule
...
From 6db25be to dc70203
2012-04-16 09:08:46 +02:00
Matej Knopp
4e7cf4c5c1
Remove skipped part of buffer when mapping the adapter
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=674085
2012-04-14 10:25:12 +02:00
Wim Taymans
fc8b28455f
tests: add another adapter test
...
Test performance of merging
2012-04-14 10:24:38 +02:00
Wim Taymans
2503dcddfb
buffer: improve debug
2012-04-14 10:23:49 +02:00
Matej Knopp
c4b71c2574
multiqueue: gst_single_queue_flush unlocks the queue twice
...
https://bugzilla.gnome.org/show_bug.cgi?id=674044
2012-04-13 23:57:35 +01:00
Sebastian Dröge
465282079d
configure: Modernize autotools setup a bit
...
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-13 14:02:03 +02:00
Sebastian Dröge
c2cf71cf2d
Automatic update of common submodule
...
From 464fe15 to 6db25be
2012-04-13 13:36:47 +02:00
Mark Nauwelaerts
dad68cb180
basesink: plug caps leak
2012-04-13 12:01:08 +02:00
Stefan Sauer
7485b66d06
controlbinding: only take a weak ref on the object
...
Fixes the leaks in the tests. Added a TODO comment to eventually rework this
some more (while we can).
2012-04-13 09:37:21 +02:00
Reynaldo H. Verdejo Pinochet
25424c3fd0
Sync Android.mk entries to the new major version
...
Change naming on the pkgconfig files to reflect
the 0.10 -> 1.0 bump.
2012-04-12 18:15:27 -04:00
Edward Hervey
2b49855494
controller: Chain up to parent class dispose/finalize
...
Avoids leaks
2012-04-12 14:59:52 +02:00
Edward Hervey
ff289bbc76
consistencychecker: Use gst_object_{ref|unref} where applicable
...
Allows us to debug object life
2012-04-12 14:59:31 +02:00
Edward Hervey
bce79fcdc0
gst: Use gst_object_{ref|unref} where applicable
...
Allows us to debug object life
2012-04-12 14:58:47 +02:00
Wim Taymans
82c92a9c7c
buffer: improve arg checking
...
Allow idx == 0 and length == -1 on empty buffers for the _range methods.
2012-04-12 11:53:00 +02:00
Sebastian Dröge
bf47cf6d65
Back to development
2012-04-12 11:18:22 +02:00
Sebastian Dröge
0ac4ddd429
Release 0.11.90
2012-04-12 10:19:33 +02:00
Sebastian Dröge
4cbdfd8d51
Update .po files
2012-04-12 09:56:43 +02:00
Wim Taymans
8ab260d116
queue2: fix merge error
2012-04-11 13:20:18 +02:00
Wim Taymans
086f8855be
queue2: set buffer to NULL before pull
2012-04-11 12:58:19 +02:00
Wim Taymans
74eb3cef2d
tests: port queue2 tests to 0.11
2012-04-11 12:54:36 +02:00
Wim Taymans
bfc87ac576
Merge remote-tracking branch 'origin/0.10'
...
Conflicts:
gst/gsttoc.c
plugins/elements/gstqueue2.c
2012-04-11 12:50:50 +02:00
Wim Taymans
bdda711d03
queue2: signal delete before waiting
...
When we don't have the requested data in the ringbuffer and we move our read
pointer to the requested position, signal the delete cond to inform the writer
that we changed the current fill level. If we don't, the writer might stay
blocked and we might wait forever.
2012-04-11 12:45:46 +02:00
Wim Taymans
dc3d3674b1
queue2: add test for ringbuffer deadlock
2012-04-11 12:45:43 +02:00
Wim Taymans
ccbeb19881
queue2: update current read position before waiting
...
When we don't have enough bytes in the ringbuffer to satisfy the current
request, first update the current read position before waiting. If we don't do
that, the ringbuffer might appear full and the writer will never write more
bytes to wake us up.
2012-04-11 12:45:41 +02:00
Wim Taymans
463a8d9abf
queue2: add range only on sinkpad
...
Only add the range when we receive a segment event on the sinkpad. The add_range
method will modify the write position, which only makes sense to do on the
sinkpad.
2012-04-11 12:45:37 +02:00
Wim Taymans
e3ca88ea7b
queue2: fix debug message
...
We're not writing to the offset of the buffer
2012-04-11 12:45:31 +02:00
Wim Taymans
30c425c29f
queue2: add_range already updates the level
2012-04-11 12:45:24 +02:00
Alexander Saprykin
30872d3a5f
toc: fix memory leaks while copying content
2012-04-11 10:28:43 +02:00
Alexander Saprykin
932e063ec2
tocsetter: fix memory leaks in unit test
2012-04-11 10:02:21 +02:00
Alexander Saprykin
43c5930d17
toc: fix memory leaks in unit test
2012-04-11 10:02:06 +02:00
Alexander Saprykin
54d9497e4d
tocsetter: fix memory leaks in unit test
2012-04-11 09:58:06 +02:00
Alexander Saprykin
4cc1fbf18e
toc: fix memory leaks in unit test
2012-04-11 09:58:06 +02:00
Alexander Saprykin
feb19b6f60
toc: fix memory leaks while copying content
2012-04-11 09:58:05 +02:00
Sreerenj Balachandran
fd2ebb5365
buffer: Clean up header files
2012-04-11 09:53:45 +02:00
Wim Taymans
05635b374f
Merge remote-tracking branch 'origin/0.10'
2012-04-10 16:07:52 +02:00
Wim Taymans
2e28804a6e
queue2: clear seeking flag in all cases
...
Also clear the seeking flag when downstream is in pull mode.
2012-04-10 16:06:41 +02:00
Wim Taymans
393c758a1c
Merge remote-tracking branch 'origin/0.10'
...
Conflicts:
gst/gst.c
plugins/elements/gstqueue2.c
2012-04-10 12:55:31 +02:00
Wim Taymans
fd9c328260
gst: add toc entry ref/unref
2012-04-10 12:49:04 +02:00
Wim Taymans
b7a8051d95
queue2: set seeking flag with the queue lock
2012-04-10 12:44:38 +02:00