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
/
gstinterface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-04
gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...
Sebastian Dröge
1
-4
/
+6
2009-04-03
Remove unused variables detected by LLVM's Clang static analyzer.
Edward Hervey
1
-4
/
+0
2008-02-29
gst/gstinterface.c: Don't crash if the element supports the interface queried...
Tim-Philipp Müller
1
-0
/
+7
2005-10-15
various style fixes
Thomas Vander Stichele
1
-0
/
+1
2005-10-15
whitespace fixes
Thomas Vander Stichele
1
-1
/
+1
2005-09-21
inlined more docs
Stefan Kost
1
-0
/
+9
2004-05-03
remove gst_info remove gstlog.h, fold back to gstinfo.h update translations
Thomas Vander Stichele
1
-1
/
+1
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
1
-5
/
+5
2004-03-13
gst-indent run on core
Thomas Vander Stichele
1
-24
/
+17
2004-01-30
make sure all API gets built sync .c with .h
Thomas Vander Stichele
1
-1
/
+7
2003-12-27
gst/gstcaps.c: add sanity checks
Benjamin Otte
1
-3
/
+3
2003-12-07
Rename GstInterface to GstImplementsInterface (see bug #122423)
Ronald S. Bultje
1
-26
/
+28
2003-11-18
Add GstElement as a prerequisite for GstInterface
Ronald S. Bultje
1
-0
/
+3
2003-09-29
cast -> check, since we don't need the result. This also removes a warning wh...
Ronald S. Bultje
1
-1
/
+1
2003-09-13
Make interface hack work with multiple interfaces per element
Ronald S. Bultje
1
-3
/
+5
2003-09-13
Implement generic interface stuff, with per-instance support checking instead...
Ronald S. Bultje
1
-0
/
+170