index
:
~wtay/gst-plugins-base
0.10
0.10.36
0.11
0.11-data
0.11-fdo
1.0
1.2
1.4
abi-unbreak
alsasink-ringbuffer
audio-duplex
audiosink-clock
bufferpool
bufferpool-0.11
burstcache
colorspace
colorspace2
d2see
dont-set-caps
download
duplex-audio
framestep
intlinks-query
master
master-fdo
memory-improvements
memory-improvements3
mikey
mulas4wl
multisocketsink-receive
new-video-caps
new-vorbis
ogg-index
oggdemux-fix
orc-0.5-bits
playbin2-groups
qnx-0.10.25
qnx-buffering
rawhide
release
rename-events
resampler
reset-time
rhel-7.0
rhel-7.2
rhel-7.3
rhel-7.x
ring_buffer_props
rtp-list
rtsp-client-connection
rtsp-connection
sa
ste-base-0.10.25
ste-base-rtp-0.10.25
temp
tiled
timestamp-audiosrc
tp-vision
video-scaler
video-scaler-old
wim-fdo/0.11-fdo
work
GStreamer base plugins hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
playback
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-29
queue2: Remove from gst-plugins-base
Sebastian Dröge
2
-2232
/
+1
2009-10-28
Remove GST_DEBUG_FUNCPTR where they're pointless
Tim-Philipp Müller
10
-34
/
+27
2009-10-27
queue2: add custom acceptcaps function
Wim Taymans
1
-0
/
+20
2009-10-27
decodebin2: implement low/high watermark property
Wim Taymans
1
-11
/
+11
2009-10-24
uridecodebin: don't use 2 buffering elements
qnx-0.10.25
Wim Taymans
1
-2
/
+5
2009-10-24
playbin2: add flag to enable decodebin buffering
Wim Taymans
3
-2
/
+19
2009-10-24
decodebin2: buffering is implemented now
Wim Taymans
1
-4
/
+1
2009-10-24
uridecodebin: buffering is implemented now
Wim Taymans
1
-1
/
+1
2009-10-24
decodebin2: configure use-buffering on multiqueue
Wim Taymans
1
-0
/
+2
2009-10-24
uridecodebin: use 0 for max buffer size
Wim Taymans
1
-2
/
+2
2009-10-24
uridecodebin: set some reasonable defaults
Wim Taymans
1
-5
/
+10
2009-10-24
uridecodebin: set buffering properties on decodebin2
Wim Taymans
1
-4
/
+23
2009-10-24
uridecodebin: add use-buffering property
Wim Taymans
1
-4
/
+34
2009-10-24
decodebin2: refactor queue size configuration.
Wim Taymans
1
-28
/
+38
2009-10-24
decodebin2: move error path down
Wim Taymans
1
-8
/
+13
2009-10-24
decodebin2: implement max queue size properties
Wim Taymans
1
-18
/
+49
2009-10-24
decodebin2: add properties for buffering
Wim Taymans
1
-0
/
+151
2009-10-24
playbin2: Don't destroy the suburidecodebin on errors
Sebastian Dröge
1
-4
/
+5
2009-10-24
playbin2: If setting the state of the suburidecodebin fails just warn, don't ...
Sebastian Dröge
1
-7
/
+15
2009-10-24
playbin2: Don't set uridecodebin states to NULL before reusing them
Sebastian Dröge
1
-21
/
+47
2009-10-24
uridecodebin: Store unused decodebin2 instances for further usage.
Edward Hervey
1
-34
/
+72
2009-10-21
inputselector: set output caps before pushing
Wim Taymans
1
-0
/
+6
2009-10-21
inputselector: install an acceptcaps function
Wim Taymans
1
-0
/
+18
2009-10-20
decodebin2: avoid type checks
Wim Taymans
1
-2
/
+3
2009-10-20
gst/decodebin2: Ensure we get fixed caps for topology message
Edward Hervey
1
-0
/
+9
2009-10-20
gst/decodebin2: Don't expose chains if we're shutting down.
Edward Hervey
1
-0
/
+9
2009-10-16
build: fix previous commit to fully accomodate the glib-gen.mak changes
Stefan Kost
1
-1
/
+1
2009-10-16
build: use gst-glib-gen.mak to fix the glib build rules. Fixes #598114
Stefan Kost
1
-4
/
+6
2009-10-15
decodebin2: Post a element message on the bus with the stream topology
Sebastian Dröge
1
-2
/
+133
2009-10-15
decodebin2: Store the "endcaps" of a chain
Sebastian Dröge
1
-4
/
+14
2009-10-15
decodebin2: Store for every chain, which pad resulted in its creation
Sebastian Dröge
1
-4
/
+13
2009-10-14
playbin2: Use gst_object_has_ancestor() instead of our own implementation of it
Sebastian Dröge
1
-28
/
+2
2009-10-13
playbin2: Don't stop completely on initialization errors from subtitle elements
Sebastian Dröge
1
-6
/
+106
2009-10-13
decodebin2: Ignore no-more-pads from non-demuxer elements
Sebastian Dröge
1
-0
/
+4
2009-10-08
decodebin2: Fix type-punning warning
Jan Schmidt
1
-4
/
+3
2009-10-07
decodebin2: Chains with an exposed endpad are complete too
Sebastian Dröge
1
-3
/
+8
2009-10-07
decodebin2: Use the iterate internal links function instead of string magic t...
Sebastian Dröge
1
-14
/
+17
2009-10-07
uridecodebin: Don't post missing plugin messages twice
Sebastian Dröge
1
-6
/
+0
2009-10-07
decodebin2: Rewrite autoplugging and how groups of pads are exposed
Sebastian Dröge
1
-836
/
+946
2009-10-07
factorylist: Use gst_caps_can_intersect() instead of _intersect()
Sebastian Dröge
1
-6
/
+3
2009-10-07
decodebin2: Don't set the external ghostpads blocked but only their targets
Sebastian Dröge
1
-5
/
+18
2009-10-07
decodebin2: Only use the object lock for protecting the subtitle elements
Sebastian Dröge
1
-7
/
+5
2009-10-07
playbin2: Improve debugging of pad blocks
Sebastian Dröge
1
-0
/
+1
2009-10-07
playbin2/playsink: Use gst_object_ref_sink() instead of calling both separately
Sebastian Dröge
2
-18
/
+10
2009-10-01
playsink: make the lock recursive for now
Wim Taymans
1
-6
/
+6
2009-10-01
playsink: fix the vis property getter
Wim Taymans
1
-1
/
+2
2009-09-14
playsink: Expose mute,volume,vis-plugin and font-desc properties
Edward Hervey
1
-0
/
+54
2009-09-14
GstPlaySink: Expose 'reconfigure' as an action signal.
Edward Hervey
1
-0
/
+13
2009-09-14
GstPlaySink: Expose flags as a gobject property.
Edward Hervey
1
-1
/
+51
2009-09-14
playback: Register playsink as an element.
Edward Hervey
3
-6
/
+124
[next]