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
/
gstutils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-04
Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly
Tim-Philipp Müller
1
-0
/
+3
2011-10-16
gstbuffer: Add transfer annotations for gst_buffer_join()
Edward Hervey
1
-2
/
+2
2011-10-10
utils: catch invalid instance sizes in gst_type_register_static_full()
Tim-Philipp Müller
1
-0
/
+3
2011-09-07
docs, gst: typo fixes
Piotr Fusik
1
-7
/
+7
2011-08-26
utils: minor changes related to enum types
Josep Torra
1
-2
/
+2
2011-06-09
Use "const" instead G_CONST_RETURN
Javier Jardón
1
-2
/
+2
2011-06-04
Work around changes in g_atomic API
David Schleef
1
-1
/
+2
2011-04-24
minor inline documentation fix
David Schleef
1
-1
/
+1
2011-04-14
gst: Add some more gobject-introspection annotations
Sebastian Dröge
1
-2
/
+2
2011-04-14
utils: Fix caps leaks in gst_element_factory_can_accept_{any,all}_caps_in_dir...
Sebastian Dröge
1
-4
/
+12
2011-03-10
utils: fix ABI break when compiling gstreamer with -DGST_DISABLE_DEPRECATED
Tim-Philipp Müller
1
-2
/
+12
2011-03-09
gstutils: replace gst_element_factory_can_{sink,src}_caps
Thijs Vermeir
1
-29
/
+126
2011-02-28
docs: typo fixes
Tim-Philipp Müller
1
-2
/
+2
2011-02-28
docs: small updates as suggested on a blog
Stefan Kost
1
-1
/
+6
2011-02-16
utils: tell also what pad a pad is already linked against
Stefan Kost
1
-4
/
+7
2011-02-14
utils: return real error in compatible link check
Chen Rui
1
-1
/
+10
2011-01-05
GstElement: Add a more flexible way to get request pads.
Edward Hervey
1
-23
/
+5
2010-12-26
Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"
Tim-Philipp Müller
1
-4
/
+4
2010-12-17
gst: documentation fixups and annotation
Edward Hervey
1
-3
/
+4
2010-12-07
utils: remove some dead code, GST_DEBUG_COLOR is never defined
Tim-Philipp Müller
1
-30
/
+0
2010-12-07
utils: const-ify arguments to gst_object_default_error()
Tim-Philipp Müller
1
-1
/
+3
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-93
/
+116
2010-12-03
micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers
Edward Hervey
1
-4
/
+4
2010-12-03
pad: clear pad cache when installing probes
Wim Taymans
1
-0
/
+3
2010-12-02
utils: return immediately for -1 conversion
Wim Taymans
1
-2
/
+2
2010-12-02
utils: a convert query can have a -1 input value
Wim Taymans
1
-1
/
+0
2010-08-28
utils: Fix inverted assertion logic in gst_util_fraction_compare()
Sebastian Dröge
1
-1
/
+1
2010-08-28
utils: Add gst_util_fraction_compare() to compare fractions
Sebastian Dröge
1
-0
/
+48
2010-08-19
element: link_many should activate pads if needed
Thiago Santos
1
-0
/
+10
2010-08-05
utils: speed up pad linking utility functions by not trying pads that will ne...
Tim-Philipp Müller
1
-1
/
+9
2010-08-05
utils: better error logging in link_pads_filtered
Stefan Kost
1
-4
/
+18
2010-08-05
gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the oth...
Olivier Crête
1
-2
/
+4
2010-07-16
utils: Add more details about gst_element_get_compatible_pad
Edward Hervey
1
-0
/
+4
2010-07-05
docs: improve the api docs for new GstPadLinkChecks and its use
Stefan Kost
1
-0
/
+4
2010-06-23
gstutils: New gst_element_link_pads_full method
Edward Hervey
1
-9
/
+35
2010-06-04
utils: Use G_PARAM_STATIC_STRINGS for standard properties
Sebastian Dröge
1
-0
/
+2
2010-05-13
utils: Simplify fractions before doing calculations that could cause overflows
Sebastian Dröge
1
-12
/
+25
2010-05-13
utils: GCD is 0 if both parameters are 0, don't divide by zero
Sebastian Dröge
1
-15
/
+34
2010-05-13
utils: Simplify result of gst_fraction_multiply()
Sebastian Dröge
1
-4
/
+5
2010-05-04
utils: use reffed _get_caps() version
Wim Taymans
1
-3
/
+3
2010-03-15
utils: Handle iterator resyncs in gst_pad_proxy_setcaps()
Sebastian Dröge
1
-10
/
+26
2010-03-11
gstreamer: remove unneeded casts
Edward Hervey
1
-2
/
+2
2010-03-11
Fixes for -Wmissing-declarations -Wmissing-prototypes
Benjamin Otte
1
-2
/
+11
2010-03-10
utils: Use mulq instead of mul as some assemblers can't guess the size of the...
Jeremy Huddleston
1
-1
/
+1
2010-01-10
utils: defer getting the classes until we actualy need them
Stefan Kost
1
-3
/
+3
2010-01-10
utils: avoid extra hop in gst_element_link
Stefan Kost
1
-1
/
+1
2009-12-08
utils: Fix proxy_setcaps to only iterate pads of other direction
Sebastian Dröge
1
-1
/
+5
2009-12-08
utils: fix proxy_getcaps
Wim Taymans
1
-18
/
+29
2009-12-08
utils: Rename proxy iterator fold functions to have a more meaningful name
Sebastian Dröge
1
-4
/
+4
2009-12-08
utils: If one intersection gave empty caps don't continue iterating over the ...
Sebastian Dröge
1
-2
/
+8
[next]