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
/
gststructure.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-27
structure: fix int->gint to be in sync with the *.h and usage
Stefan Kost
1
-1
/
+1
2009-06-24
GstStructure: Use direct values for repetitive conditionals (for/while).
Edward Hervey
1
-16
/
+24
2009-06-19
docs: make gtk-doc happy
Tim-Philipp Müller
1
-2
/
+2
2009-06-10
structure: add gst_structure_*_get*() vararg functions
Tim-Philipp Müller
1
-0
/
+247
2009-06-10
docs: a few small API doc fixes and additions
Tim-Philipp Müller
1
-1
/
+10
2009-06-07
structure: no need to clear on init
Wim Taymans
1
-1
/
+1
2009-06-05
gststructure: Fix some memory leaks. Sprinkle G_LIKELY/UNLIKELY
Jan Schmidt
1
-4
/
+6
2009-06-02
structure: fix serialisation of nested structures.
Stefan Kost
1
-10
/
+3
2009-06-01
structures: don't leak invalid or empty strings when we warn
Tim-Philipp Müller
1
-0
/
+3
2009-05-31
taglists: warn if someone tries to add empty or NULL string tags to a taglist
Tim-Philipp Müller
1
-11
/
+29
2009-05-29
structure: add gst_structure_id_new() convenience function
Tim-Philipp Müller
1
-0
/
+35
2009-04-04
gststructure: Only use methods used in g_* checks if glib checks are disabled
Edward Hervey
1
-0
/
+2
2009-04-03
gststructure: Remove dead assignment.
Edward Hervey
1
-2
/
+0
2009-03-06
apidocs: markup example as highlightable example and copy same for structure
Stefan Kost
1
-0
/
+6
2008-11-06
gst/gstcaps.c: Callgrind micro optimisations.
Wim Taymans
1
-1
/
+1
2008-11-05
gst/gststructure.c: No need to memset, we can clear the value ourselves.
Wim Taymans
1
-1
/
+2
2008-10-31
gst/gstpreset.c: Use g_unlink instead of unlink.
Stefan Kost
1
-1
/
+1
2008-08-05
gst/gststructure.c: Avoid overflows in fixation code when dealing with MAXINT...
Olivier Crete
1
-21
/
+22
2008-04-01
configure.ac: Require GLib 2.12.
Sebastian Dröge
1
-2
/
+2
2008-03-03
tests/check/gst/gststructure.c (GST_START_TEST): Add a check for the new warn...
Andy Wingo
1
-0
/
+3
2008-01-09
gst/: Yet another gratuitous GString micro-optimisation: add a (private) func...
Tim-Philipp Müller
1
-21
/
+37
2008-01-09
gst/gststructure.c: Always check UTF-8 conformance of structure strings and n...
Tim-Philipp Müller
1
-5
/
+1
2007-12-08
gst/gststructure.c: Don't crash in _from_string() if the structure name is no...
Tim-Philipp Müller
1
-4
/
+10
2007-10-24
gst/gststructure.c: Also allow white space for names so we don't break backwa...
Tim-Philipp Müller
1
-3
/
+4
2007-10-22
Added GstStructure to gst_value_table and its related functions.
Edgard Lima
1
-13
/
+25
2007-10-16
gst/gststructure.c: Allow '+' as well, it can be part of media or mime types ...
Tim-Philipp Müller
1
-1
/
+1
2007-10-16
Revert serialisation change and constrain structure-names after consensus on ...
Stefan Kost
1
-20
/
+45
2007-10-16
gst/gststructure.c: Improve serialization and fix tests.
Stefan Kost
1
-2
/
+12
2007-10-15
gst/: Add some more comments and debug output. Quote structure name to fix de...
Stefan Kost
1
-5
/
+12
2007-09-05
gst/gststructure.c: Fix fraction list fixation code. Take the fraction with t...
Wim Taymans
1
-13
/
+12
2007-08-12
gst/gststructure.c: Add Since tag to docs.
Wim Taymans
1
-0
/
+2
2007-08-12
Add function to get uint from a structure.
Wim Taymans
1
-0
/
+36
2007-07-08
gst/gststructure.c: When deserialising foo=bar without a type cast, check if ...
Tim-Philipp Müller
1
-2
/
+4
2007-01-09
docs/design/draft-latency.txt: Updates.
Wim Taymans
1
-2
/
+2
2006-12-21
docs/design/part-states.txt: two tiny additional comments
Stefan Kost
1
-2
/
+2
2006-10-26
gst/gststructure.c: If someone tries to set a non-UTF8 string field on a stru...
Tim-Philipp Müller
1
-0
/
+1
2006-09-14
releasing 0.10.10
Thomas Vander Stichele
1
-0
/
+4
2006-08-14
gst/gststructure.c: Fix typo in docs and re-wrap docs blurb to not exceed 80 ...
Tim-Philipp Müller
1
-17
/
+19
2006-07-27
gst/gstcaps.c: Fix useless assert, a uint is always positive.
Wim Taymans
1
-0
/
+6
2006-07-26
gst/gststructure.*: Add API for setting values into structures without perfor...
Jan Schmidt
1
-0
/
+66
2006-05-10
gst/gststructure.c: add some comments rename a method so that it actually say...
Thomas Vander Stichele
1
-2
/
+7
2006-05-05
gst/: Remove pre glib2.8 compatibility, fixes #340508
Wim Taymans
1
-2
/
+0
2006-03-21
gst/gststructure.c: Make sure that string fields in structures/taglists conta...
Tim-Philipp Müller
1
-0
/
+14
2006-02-28
gst/gstbin.c: Help the compiler a bit with type registration.
Wim Taymans
1
-1
/
+1
2006-01-27
doc fixes, to link to function, just write gst_cool_function(), don't prefix ...
Stefan Kost
1
-2
/
+2
2005-11-27
gst/gstelement.c: don't loop forever
Stefan Kost
1
-1
/
+1
2005-11-23
API Changes.
Jan Schmidt
1
-17
/
+72
2005-11-22
Oops, broke automatic string type parsing.
Jan Schmidt
1
-1
/
+1
2005-11-22
check/gst/capslist.h: Comment test cases
Jan Schmidt
1
-1
/
+2
2005-11-22
check/gst/gstcaps.c: Extend caps string tests to check that a caps to string ...
Jan Schmidt
1
-0
/
+2
[next]