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
2009-06-16
gstbin: swap the lines of my previous commit
Josep Torra
1
-2
/
+2
2009-06-16
gstbin: remove clock references when clock lost happens
Josep Torra
1
-0
/
+6
2009-06-15
bin: make sure we set the next state correctly
Wim Taymans
1
-1
/
+11
2009-05-29
bin: set the base_time and start_time better
Wim Taymans
1
-5
/
+4
2009-05-29
bin: make the bin set the start_time on elements
Wim Taymans
1
-7
/
+14
2009-05-20
loadsave: fix requestpad handling and serialisation order.
Hannes Bistry
1
-2
/
+2
2009-05-11
bin: fix debug message
Tim-Philipp Müller
1
-3
/
+7
2009-04-24
GstBin: set PENDING_STATE correctly
Wim Taymans
1
-0
/
+1
2009-04-09
bin: always mark pending_async_done
Wim Taymans
1
-10
/
+14
2009-04-08
docs: xref more
Stefan Kost
1
-4
/
+3
2009-04-04
gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...
Sebastian Dröge
1
-52
/
+25
2009-04-03
gstbin: Remove unused variable.
Edward Hervey
1
-2
/
+1
2009-03-17
bin: forward segment-start like segment-done if parent is also a bin, fixes #...
Stefan Kost
1
-1
/
+27
2009-01-05
gst/gstbin.c: Use an iterator to set the clock and the index so that we can r...
Wim Taymans
1
-13
/
+57
2008-11-19
gst/gstbin.*: Add do-latency signal with the old default fallback implementat...
Wim Taymans
1
-0
/
+58
2008-11-18
Add method to recalculate and redistribute the latency on a bin.
Wim Taymans
1
-5
/
+22
2008-11-04
gst/gstbin.c: Get the seqnum before we dispose the message.
Wim Taymans
1
-1
/
+1
2008-11-04
Copy seqnums from events to messages so that they can all be related back to ...
Wim Taymans
1
-7
/
+16
2008-10-10
gst/gstbin.c: The message src can be NULL, don't try to print the object name...
Wim Taymans
1
-9
/
+9
2008-10-06
gst/gstbin.c: Keep track of pads that are being linked/unlinked and resync th...
Olivier Crete
1
-14
/
+85
2008-08-25
gst/gstbin.c: Take the (recursive) state lock between getting the locked stat...
Wim Taymans
1
-0
/
+6
2008-08-25
gst/gstbin.c: When an element is in the locked state we still want to update ...
Wim Taymans
1
-3
/
+3
2008-08-04
gst/gstbin.c: Fix race for bins that simulate ASYNC state changes by inserting
Wim Taymans
1
-7
/
+27
2008-07-31
Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.
Sebastian Dröge
1
-6
/
+2
2008-06-25
gst/gstbin.c: Only care about latency min and max when the sink is actually a...
Wim Taymans
1
-8
/
+10
2008-04-25
gst/gstbin.c: Use the GLib stuff to create a private structure.
Antoine Tremblay
1
-8
/
+9
2008-04-23
docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section.
Stefan Kost
1
-5
/
+0
2008-03-22
Define G_PARAM_STATIC_STRINGS if it's undefined (GLib < 2.13.0) and use it ev...
Sebastian Dröge
1
-1
/
+1
2008-02-05
Revert previous changes to the behaviour of GstPadTemplates, etc and the poss...
Sebastian Dröge
1
-10
/
+14
2008-02-03
Don't use base_init where not absolutely necessary. For example it's not nece...
Sebastian Dröge
1
-10
/
+3
2007-11-22
docs/random/ensonic/profiling.txt: More ideas.
Stefan Kost
1
-1
/
+10
2007-11-19
gst/gstbin.c: Change email, cleanups add some more debug and comments.
Wim Taymans
1
-17
/
+32
2007-11-18
gst/: Fix build with --disable-gst-debug. Fixes #497859.
Stefan Kost
1
-2
/
+1
2007-10-14
gst/gstbin.c: Correctly set the next state if all of our async children commi...
Wim Taymans
1
-0
/
+1
2007-10-13
gst/gstbin.c: Don't shadow local variable.
Tim-Philipp Müller
1
-2
/
+0
2007-10-09
gst/gstbin.c: Work around a problem with pipelines containing (semi)loops unt...
Wim Taymans
1
-4
/
+12
2007-09-17
gst/gstbin.c: A latency query fails when one of the sinks fail.
Wim Taymans
1
-4
/
+6
2007-09-17
Fix minor compilation warnings shown with Forte.
Jan Schmidt
1
-1
/
+2
2007-09-13
gst/: Move latency query from GstPipeline to GstBin so that we can also use i...
Wim Taymans
1
-3
/
+69
2007-08-16
gst/gstbin.c: Improve debugging.
Wim Taymans
1
-21
/
+32
2007-08-16
gst/gstbin.c: Fix annoying bug in the sorted iterator where a sink that is no...
Wim Taymans
1
-3
/
+26
2007-08-14
gst/gstbin.c: Move ASYNC_START message posting to where it belongs, similar t...
Wim Taymans
1
-27
/
+29
2007-08-14
gst/gstbin.c: Always change the state of a NO_PREROLL element even if it has ...
Wim Taymans
1
-0
/
+9
2007-08-07
docs/design/part-TODO.txt: Add some more TODO items
Wim Taymans
1
-0
/
+8
2007-08-02
gst/gstbin.c: Don't forget about the fact that some element went ASYNC even a...
Wim Taymans
1
-5
/
+19
2007-07-18
gst/gstbin.c: Check that the state_cookie hasn't changed since the continue_f...
Jan Schmidt
1
-0
/
+11
2007-06-19
gst/gstbin.c: Move the common code for posting state-change messages into one...
Wim Taymans
1
-75
/
+85
2007-06-18
gst/gstbin.*: Immediatly commit the toplevel bin state when receiving an asyn...
Wim Taymans
1
-372
/
+238
2007-06-07
gst/gstbin.c: Add helper function to find messages.
Wim Taymans
1
-77
/
+76
2007-05-25
gst/gstbin.c: Make sure that the child bin stops after completing the async s...
Wim Taymans
1
-2
/
+9
[next]