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
/
gstquery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-24
miniobjects: Don't chain up to empty finalize method.
Edward Hervey
1
-1
/
+1
2009-05-29
structure: add gst_structure_id_new() convenience function
Tim-Philipp Müller
1
-16
/
+9
2009-05-29
micro-optimisation: use GST_QUARK in more places
Tim-Philipp Müller
1
-9
/
+9
2009-05-22
docs: fix gtk-doc warnings
Stefan Kost
1
-1
/
+1
2009-04-04
gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...
Sebastian Dröge
1
-32
/
+10
2008-12-20
API: Add URI query type. This is useful to query the URI of a sink/source ele...
Sebastian Dröge
1
-0
/
+72
2008-11-20
gst/gstquery.*: Add GstQueryType for custom queries instead of having to use ...
Wim Taymans
1
-0
/
+1
2008-08-27
gst/gstutils.c: Remove check in gst_pad_query_convert() that src_val must be ...
David Schleef
1
-2
/
+0
2008-04-16
gst/gstquery.c: Also use G_GINT64_CONSTANT for the queries.
Stefan Kost
1
-14
/
+14
2008-04-09
docs/design/part-buffering.txt: Fix some typos and set the estimated total fo...
Wim Taymans
1
-1
/
+1
2008-04-08
Rename _avail -> _range
Wim Taymans
1
-4
/
+4
2008-04-08
Add busy field and quark for the buffering query so that the app can only use...
Wim Taymans
1
-3
/
+15
2008-04-08
Reorder the message docs and headers for clarity.
Wim Taymans
1
-13
/
+214
2008-02-12
Properly chain up finalize functions to the parent class.
Sebastian Dröge
1
-0
/
+6
2007-11-01
g_type_class_ref() other types as well, see #349410 and #64764.
Tim-Philipp Müller
1
-1
/
+1
2007-06-27
gst/: Remove empty instance_init() functions to save relocs and lessen the no...
Stefan Kost
1
-8
/
+1
2007-02-02
gst/gstquery.c: Remove old structure field.
Wim Taymans
1
-1
/
+0
2007-02-02
docs/gst/gstreamer-sections.txt: Add docs for new methods.
Wim Taymans
1
-0
/
+86
2006-10-06
gst/gst.c: Fix empty declaration and type mismatch.
Josep Torre Valles
1
-2
/
+0
2006-10-02
gst/gstghostpad.c: Filter the proxied caps against the padtemplate if we have...
mrcgran
1
-1
/
+3
2006-08-28
Initialize variables when creating a new segment query.
Torsten Schoenfeld
1
-1
/
+4
2006-08-16
Add internal helpers for pre-registering quarks from static strings and using...
Jan Schmidt
1
-66
/
+82
2006-05-08
gst/gstquery.c: Added some docs for the segment query.
Wim Taymans
1
-1
/
+13
2006-05-04
Make sure gstprivate.h and/or config.h are always included first, otherwise s...
James Andrewartha
1
-1
/
+1
2006-04-05
gst/gstquery.c: Fix leaking GValues in queries, as shown by valgrind/testsuite.
Michael Smith
1
-0
/
+5
2006-02-14
Docs fixes.
Wim Taymans
1
-0
/
+23
2006-02-14
docs/gst/gstreamer-sections.txt: Reworked query docs.
Wim Taymans
1
-7
/
+127
2005-11-27
check/: Add tests for fdsrc seekability
Jan Schmidt
1
-0
/
+60
2005-11-20
Doc fixes.
Wim Taymans
1
-0
/
+18
2005-11-19
Add type to quark and type to string conversions.
Wim Taymans
1
-10
/
+32
2005-11-10
Further improve query docs. Still not happy with this.
Michael Smith
1
-8
/
+15
2005-11-09
Improve/fix documentation for GstQuery.
Michael Smith
1
-62
/
+64
2005-10-20
Yay! 1% more docs coverage.
Wim Taymans
1
-0
/
+19
2005-10-20
gst/: Docs and consistency fixes.
Wim Taymans
1
-5
/
+6
2005-10-19
gst/: API change fix.
Wim Taymans
1
-20
/
+78
2005-10-15
various style fixes
Thomas Vander Stichele
1
-0
/
+1
2005-10-15
whitespace fixes
Thomas Vander Stichele
1
-2
/
+2
2005-10-07
Add a GType to GstIterator, update callsites and tests.
Johan Dahlin
1
-2
/
+4
2005-09-26
remove queryutils headers after moving the two used functions to gstquery. a...
Thomas Vander Stichele
1
-1
/
+45
2005-09-22
gst/gstquery.*: More documentation.
Wim Taymans
1
-4
/
+136
2005-09-20
docs/gst/Makefile.am: Ignore a few more internal headers
David Schleef
1
-6
/
+0
2005-08-29
inlined and extended docs
Stefan Kost
1
-1
/
+38
2005-08-24
gst/gstquery.c (gst_query_new_convert): Spew if we try to convert a negative ...
Andy Wingo
1
-0
/
+2
2005-07-07
gst/gstquery.*: Remove old types
Wim Taymans
1
-4
/
+1
2005-05-16
check/Makefile.am: remove GstData checks
David Schleef
1
-54
/
+83
2005-05-09
Remove old query functions. Ported old code.
Wim Taymans
1
-1
/
+109
2005-05-06
gst/gstquery.h
Andy Wingo
1
-4
/
+107
2005-03-07
First THREADED backport attempt, focusing on adding locks and making sure the...
Wim Taymans
1
-8
/
+30
2004-05-07
Changes to handle compilers that don't have variadic macro support. In parti...
David Schleef
1
-1
/
+1
2004-05-03
remove gst_info remove gstlog.h, fold back to gstinfo.h update translations
Thomas Vander Stichele
1
-2
/
+1
[next]