index
:
~wtay/gstreamer
0.10
0.10.36
0.11
0.11-bufferlist-remove
0.11-data
0.11-fd0
0.11-fdo
1.0
1.2
1.4
adapter-list
arrayqueue
buffer-recycle
bufferfile
buffermeta
buffermeta2
bufferpool
bufferpool-0.11
bufferpool-scratch
d2see
device-monitor-obsoleted
events2
f20
f21
framestep
gst-state-error-unlock
intlinks-query
less-task-lock
lockfree-bus
lockfree-bus2
lockfree-clocks
lockfree-data
lockfree-poll
lockfree-queue
master
memory-improvements
memory-improvements2
memory-improvements3
memory-lock
merge-mode-functions
miniobject-lock
miniobject-notify
miniobject-qdata
miniobject2
mixed-caps
multiqueue
multiqueue-new
netmeta-check
optimize
pad-cache
pad-state
performance-push
progress
push-cache
qnx-0.10.25
qnx-multiqueue
qos-throttle
queue-batch
queue-batch2
queue-batch3
queue-segment
queue2_ring_buffer
rawhide
release
release-pool
remove-caps
remove-handoff
remove-setcaps
rename-events
reset-time
rework-pad-block
rework-pad-block2
rhel-7.0
rhel-7.2
rhel-8.2.0
sa
segment-rework
segment-serialize
sink-states
state-manager
tp-vision
trans-meta
transform
wim-fd/lockfree-queue
wim_q2_rb
wip-basesink-event
work
work2
working
GStreamer random hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstbin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-15
bin: undo upward state changes on children when a child fails
Vincent Penquerc'h
1
-1
/
+30
2015-01-16
bin: Pass structs we plan to modify around by pointer, not value
Sebastian Dröge
1
-6
/
+6
2014-12-01
Don't compare booleans for equality to TRUE and FALSE
Sebastian Dröge
1
-1
/
+1
2014-08-13
bin: Use allow-none instead of nullable until we depend on a new enough GI ve...
Sebastian Dröge
1
-1
/
+1
2014-08-13
bin: gst_bin_new() can accept NULL as name
Sebastian Dröge
1
-1
/
+1
2014-06-26
introspection: add missing (nullable) annotations to return values
Evan Nemerson
1
-9
/
+17
2014-05-30
docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSE
Evan Nemerson
1
-15
/
+15
2014-05-01
bin: Always first post the state-changed message for PAUSED->READY before pos...
Sebastian Dröge
1
-11
/
+24
2014-04-26
docs: remove outdated and pointless 'Last reviewed' lines from docs
Tim-Philipp Müller
1
-2
/
+0
2014-04-25
bin: When going to READY make sure to always deactivate pads
Sebastian Dröge
1
-3
/
+4
2014-04-22
bin: Don't left-shift into the sign bit, the result is undefined
Sebastian Dröge
1
-2
/
+2
2014-03-17
gstbin: Avoid pointless object lock forwarding messages.
Jan Schmidt
1
-10
/
+8
2013-12-07
docs: Fix typos in function/object descriptions
Sebastian Rasmussen
1
-1
/
+1
2013-11-15
bin: Resync iterator if necessary
Sebastian Dröge
1
-1
/
+2
2013-09-24
bin: Make sure to cache context types that we did not store yet
Sebastian Dröge
1
-1
/
+1
2013-09-18
bin: Implement context caching and propagation again
Sebastian Dröge
1
-1
/
+96
2013-09-17
element: Remove GstContext caching
Sebastian Dröge
1
-3
/
+0
2013-07-22
bin: Use the new group-id field of the stream-start message for stream-start ...
Sebastian Dröge
1
-4
/
+32
2013-07-10
bin: Always forward clock-lost message if we're not a top-level bin
Sebastian Dröge
1
-3
/
+7
2013-03-31
element: Add API to get the last set context from an element
Sebastian Dröge
1
-7
/
+2
2013-03-29
gst: Add new GstContext miniobject for sharing contexts in a pipeline
Sebastian Dröge
1
-0
/
+34
2013-02-26
use GST_MESSAGE_DURATION_CHANGED in docs and code
Wim Taymans
1
-4
/
+4
2013-02-13
bin: The latency query should return TRUE by default, different to other queries
Sebastian Dröge
1
-5
/
+7
2013-02-12
bin: query sink elements and source pads of the bin
Philippe Normand
1
-38
/
+82
2013-02-12
bin: Let gst_bin_send_event() send events to ghost pads as well
Alexander Schrab
1
-3
/
+42
2013-02-07
bin: remove old comment
Wim Taymans
1
-20
/
+1
2013-02-07
bin: reset GValue from iterator after usage
Wim Taymans
1
-0
/
+3
2012-12-21
bin: add flag to disable resync state change
Wim Taymans
1
-3
/
+6
2012-11-30
bin: remove some casts
Wim Taymans
1
-3
/
+3
2012-11-03
Fix FSF address
Tim-Philipp Müller
1
-2
/
+2
2012-10-17
bin, pipeline: use gst_element_class_set_static_metadata()
Tim-Philipp Müller
1
-1
/
+1
2012-09-02
message: rename GST_MESSAGE_DURATION -> GST_MESSAGE_DURATION_CHANGED
Tim-Philipp Müller
1
-5
/
+14
2012-07-16
bin: aggregate durations like in adder
Stefan Sauer
1
-0
/
+6
2012-07-10
Remove 0.10-related documentation and "Since" markers
Edward Hervey
1
-8
/
+0
2012-07-09
gstbin: collect and aggregate STREAM_START messages
Edward Hervey
1
-0
/
+80
2012-07-03
pads: make pad activation debug logs a bit more readable
Tim-Philipp Müller
1
-3
/
+3
2012-06-20
bus: add GDestroyNotify to set_sync_handler()
Wim Taymans
1
-1
/
+2
2012-06-18
introspection: assorted introspection and documentation fixes
Evan Nemerson
1
-2
/
+2
2012-06-14
message: add the running-time to the async-done message
reset-time
Wim Taymans
1
-9
/
+11
2012-06-13
bin: always recurse into bins when doing state changes
Wim Taymans
1
-0
/
+5
2012-06-11
childproxy: use GstChildProxy instead of GObject on the public api
Stefan Sauer
1
-2
/
+3
2012-06-11
bin: reorganize _remove_func to avoid races
Wim Taymans
1
-33
/
+19
2012-05-21
bin: try harder to avoid state changes in wrong direction
Wim Taymans
1
-19
/
+75
2012-03-30
childproxy: include the child name in the signal
Stefan Sauer
1
-4
/
+6
2012-03-30
childproxy: use GObject instead of GstObject
Stefan Sauer
1
-4
/
+4
2012-03-28
review some docs
Wim Taymans
1
-1
/
+1
2012-03-13
bin: remove old compat mode
Wim Taymans
1
-24
/
+0
2012-03-02
gst: Remove gstmarshal.[ch] completely and use the generic marshaller
Sebastian Dröge
1
-4
/
+3
2012-02-08
Merge branch 'master' into 0.11
Wim Taymans
1
-0
/
+10
2012-02-03
bin: reset the EOS detection machinery after sending an EOS message
Vincent Penquerc'h
1
-0
/
+10
[next]