index
:
~slomo/gstreamer
1.5
collectpads
concat
instant-rate-change
master
ptp
request-configuration
stream-activate
task-pool
wallclock-meta
GStreamer open-source multimedia framework
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
elements
/
gstmultiqueue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-24
multiqueue: Don't start new pads until parented
Jan Alexander Steffens (heftig)
1
-1
/
+4
2017-12-24
multiqueue: Split task handling from gst_single_queue_flush
Jan Alexander Steffens (heftig)
1
-16
/
+36
2017-09-18
Multiqueue: don't allow dropping SEGMENT_DONE events
Mathieu Duponchelle
1
-3
/
+18
2017-08-09
plugins: *queue* elements: Handle STREAM_START in EOS situation
Edward Hervey
1
-0
/
+5
2017-07-20
multiqueue: Fix access to NULL pointer
Edward Hervey
1
-2
/
+3
2017-07-19
multiqueue: Calculate interleave only within each streaming thread
Seungha Yang
1
-18
/
+30
2017-03-09
multiqueue: Make min-interleave-time a configurable property
Jan Schmidt
1
-2
/
+23
2017-01-27
Port gtk-doc comments to their equivalent markdown syntax
Thibault Saunier
1
-98
/
+74
2016-12-18
multiqueue: Protect against spurious wakeups of the condition variable
Sebastian Dröge
1
-1
/
+2
2016-12-11
multiqueue: Fix overflow on get_buffering_level()
Seungha Yang
1
-1
/
+1
2016-11-17
multiqueue: Make sure not-linked streams get woken up
Jan Schmidt
1
-30
/
+47
2016-08-31
multiqueue: Add higher-resolution low/high-watermark properties
Carlos Rafael Giani
1
-13
/
+64
2016-08-31
multiqueue: Distinguish between buffering percentage and buffering level
Carlos Rafael Giani
1
-31
/
+60
2016-08-31
multiqueue: Rename percent/percent_changed to buffering_percent(_changed)
Carlos Rafael Giani
1
-10
/
+10
2016-08-30
multiqueue: Fix high_time wakeup logic
Edward Hervey
1
-19
/
+46
2016-08-27
Make use of the new GST_ELEMENT_FLOW_ERROR API all around.
Thibault Saunier
1
-7
/
+2
2016-08-08
multiqueue: removed redundant call to g_thread_self
Josep Torra
1
-2
/
+1
2016-07-01
multiqueue: Fix behaviour with not-linked and eos pads
Edward Hervey
1
-5
/
+6
2016-06-30
multiqueue: add gtk-doc blurb for new pad property
Tim-Philipp Müller
1
-0
/
+7
2016-06-30
multiqueue: Add a pad property to "group" streams
Edward Hervey
1
-16
/
+163
2016-04-29
multiqueue: Ignore time when determining whether sparse stream limits have be...
Matej Knopp
1
-3
/
+4
2016-04-15
multiqueue: Recheck buffering status after changing low threshold
Carlos Rafael Giani
1
-0
/
+5
2016-04-15
multiqueue: Recalculate fill level after changing high-threshold
Carlos Rafael Giani
1
-24
/
+42
2016-04-14
multiqueue: catch errors and flushing case after lock
Vincent Penquerc'h
1
-0
/
+2
2016-03-18
multiqueue: Fix not-linked pad handling at EOS
Jan Schmidt
1
-18
/
+15
2016-02-28
elements: use new gst_element_class_add_static_pad_template()
Tim-Philipp Müller
1
-4
/
+2
2016-01-20
multiqueue: two small fixes for when an existing pad is requested
Tim-Philipp Müller
1
-5
/
+9
2015-12-14
queue/multiqueue: Don't special-case CAPS events in the event handlers
Sebastian Dröge
1
-8
/
+3
2015-12-09
multiqueue: Don't use random segment.position from upstream
Edward Hervey
1
-0
/
+6
2015-12-02
multiqueue: Fix set/get property
Edward Hervey
1
-0
/
+2
2015-12-02
pad: Implement GstPadEventFullFunction
Edward Hervey
1
-7
/
+17
2015-12-02
multiqueue: Use signed clock values for running time calculation
Edward Hervey
1
-70
/
+87
2015-12-02
multiqueue: Add an extra cache time for unlinked streams
Edward Hervey
1
-2
/
+31
2015-12-02
multiqueue: Optimize multiqueue sizes based on interleave
Edward Hervey
1
-7
/
+159
2015-12-02
multiqueue: use new stream-start event sparse flag to avoid overreading subti...
Vincent Penquerc'h
1
-5
/
+23
2015-12-02
multiqueue: Fix high_time computation
Edward Hervey
1
-23
/
+57
2015-10-27
multiqueue: Use buffer DTS if present, else PTS
Edward Hervey
1
-13
/
+14
2015-10-19
multiqueue: Improve incoming SEGMENT handling
Edward Hervey
1
-1
/
+2
2015-10-15
multiqueue: Accept STREAM_START after EOS
Edward Hervey
1
-0
/
+4
2015-04-10
multiqueue: Don't automatically enter the buffering state when use-buffering ...
Duncan Palmer
1
-1
/
+0
2015-03-15
multiqueue: Don't grow queue infinitely if only one pad is linked
Sebastian Dröge
1
-14
/
+5
2015-02-23
multiqueue: avoid returning downstream GST_FLOW_EOS from previous segment to ...
Mark Nauwelaerts
1
-12
/
+67
2014-11-23
multiqueue: percentage is an absolute value
Thiago Santos
1
-1
/
+1
2014-10-20
multiqueue: Wake up any waiting streams if the current one goes EOS
Andrei Sarakeev
1
-0
/
+8
2014-10-09
multiqueue: don't lock multiqueue when pushing serialized queries
Aleix Conchillo Flaqué
1
-1
/
+13
2014-10-02
multiqueue: update segment position on GAP events to calculate levels properly
Matej Knopp
1
-0
/
+42
2014-09-16
multiqueue: do not post messages holding the lock
Thiago Santos
1
-24
/
+47
2014-09-14
coreelements: mark properties with MUTABLE_PLAYING
Tim-Philipp Müller
1
-4
/
+8
2014-08-13
multiqueue: Not post BUFFERING message if one of the singlequeue doesn't need it
Thibault Saunier
1
-10
/
+40
2014-08-13
multiqueue: Only handle flow returns < EOS as errors, not e.g. flushing
Sebastian Dröge
1
-1
/
+1
[next]