index
:
~thiagoss/gstreamer
1.4+tracer
caps-cache
cookies
dvb
flowcombiner-arrayiter
flowcombiner-callback
flowcombiner-hashtable
flowcombiner-notlinkedcount
flowcombiner_offsets
master
no-reconfigure
recursive-accept-caps
tracer
tracer-acceptcaps-reverted
gstreamer branch (contains GstCollectPads2)
thiagoss
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstminiobject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-27
trace: rework alloc tracing
Wim Taymans
1
-3
/
+3
2012-01-27
trace: make alloc trace work for miniobject again
Wim Taymans
1
-2
/
+12
2011-09-26
docs: fix docs
Wim Taymans
1
-0
/
+1
2011-08-29
init: add _get_type() functions
Wim Taymans
1
-24
/
+0
2011-08-29
mini-object: use ref/unref directly in boxed copy/free
Wim Taymans
1
-20
/
+2
2011-07-25
miniobject: avoid race in bufferpool release
Wim Taymans
1
-7
/
+6
2011-06-09
miniobject: add new methods to manage miniobject pointers
Wim Taymans
1
-8
/
+84
2011-05-19
Merge branch 'master' into 0.11
Wim Taymans
1
-2
/
+2
2011-05-18
docs: use the same name for the argument in prototype and docs
Stefan Kost
1
-2
/
+2
2011-05-17
miniobject: delay private data initialisation until actually needed
Tim-Philipp Müller
1
-9
/
+11
2011-05-16
Merge branch 'master' into 0.11
Sebastian Dröge
1
-2
/
+110
2011-05-14
docs: fix up some Since markers and update for new multiqueue args
Tim-Philipp Müller
1
-2
/
+2
2011-05-14
miniobject: Minor cleanup of last commit
Sebastian Dröge
1
-4
/
+4
2011-05-14
miniobject: Add weak referencing functionality
José Alburquerque
1
-4
/
+147
2011-05-03
miniobject: Fix dup_mini_object function to handle NULL gvalues
Thiago Santos
1
-4
/
+6
2011-04-16
Merge branch 'master' into 0.11
Sebastian Dröge
1
-1
/
+1
2011-04-14
gst: Add some more gobject-introspection annotations
Sebastian Dröge
1
-1
/
+1
2011-04-06
buffer: make memory writable in _peek
Wim Taymans
1
-2
/
+2
2011-04-06
miniobject: fix debug
Wim Taymans
1
-1
/
+1
2011-03-28
memory: more work on implementing buffer memory
Wim Taymans
1
-2
/
+1
2011-03-04
miniobject: remove FIXME
Wim Taymans
1
-14
/
+0
2011-02-23
miniobject: clear flags in init
Wim Taymans
1
-0
/
+1
2011-02-23
fix compilation
Wim Taymans
1
-2
/
+1
2011-02-23
miniobject: more boxed type fixing
Wim Taymans
1
-0
/
+2
2011-02-23
miniobject: make queries a boxed type
Wim Taymans
1
-1
/
+1
2011-02-23
miniobject: work on making caps a boxed type
Wim Taymans
1
-400
/
+61
2010-12-26
Revert "micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers"
Tim-Philipp Müller
1
-1
/
+1
2010-12-22
miniobject: add gobject-introspection annotation
Tim-Philipp Müller
1
-1
/
+1
2010-12-07
docs: gst: more gobject introspection annotations
Tim-Philipp Müller
1
-11
/
+13
2010-12-03
micro-optim: if (x) is cheaper than if (x > 0) for unsigned integers
Edward Hervey
1
-1
/
+1
2010-10-11
miniobject: avoid duplicate type check when freeing miniobject
Tim-Philipp Müller
1
-1
/
+4
2010-10-11
miniobject: Directly increate mini_object in mini_object_free()
Edward Hervey
1
-1
/
+5
2010-10-11
miniobject: Remove confusing DEBUG_REFCOUNT define
Edward Hervey
1
-11
/
+1
2010-08-06
gst: make _get_type() in gst/* thread safe
Shixin Zeng
1
-6
/
+7
2010-06-05
info: add new TRACE log level and move refcounting there from LOG level
Tim-Philipp Müller
1
-4
/
+3
2010-05-18
miniobject: cleanup type registration a little
Wim Taymans
1
-5
/
+3
2010-03-11
gstreamer: remove unneeded casts
Edward Hervey
1
-2
/
+1
2010-03-10
Fixes for -Wwrite-strings
Benjamin Otte
1
-2
/
+2
2010-01-18
miniobject: The GValue collection function can not assume that the destinatio...
Sebastian Dröge
1
-3
/
+8
2009-12-24
miniobject: avoid unneeded casts
Wim Taymans
1
-2
/
+2
2009-11-25
docs: fix xrefs in docs
Stefan Kost
1
-1
/
+1
2009-11-13
miniobject: avoid race when recycling buffers
Ole André Vadla Ravnås
1
-7
/
+13
2009-07-06
logging: log object type in message
Stefan Kost
1
-3
/
+4
2009-06-29
logging: add a performace log category
Stefan Kost
1
-0
/
+1
2009-06-24
miniobjects: Don't chain up to empty finalize method.
Edward Hervey
1
-0
/
+8
2008-05-03
gst/gstminiobject.c: Fix 'Since:' version in gst_value_dup_mini_object() docs...
Tim-Philipp Müller
1
-1
/
+1
2008-03-22
API: Add GST_IS_PARAM_SPEC_MINI_OBJECT, GST_PARAM_SPEC_MINI_OBJECT
Sebastian Dröge
1
-11
/
+20
2008-03-03
gst/gstminiobject.c: Import gst_private.h before any other header that might ...
Edward Hervey
1
-1
/
+1
2008-02-19
gst/gstminiobject.c: Add FIXME for 0.11 to make GstMiniObjectClass::copy() a ...
Sebastian Dröge
1
-0
/
+14
2008-02-01
gst/gstminiobject.c: When replacing a miniobject, do a quick equality check f...
Wim Taymans
1
-3
/
+8
[next]