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
/
gstminiobject.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-01-14
gst/gstminiobject.c: Spelling fixes for the API docs.
Stefan Kost
1
-3
/
+3
2007-11-28
gst/gstminiobject.c: Some cleanup and checking against invalid function param...
Sebastian Dröge
1
-7
/
+35
2007-06-27
gst/gstminiobject.c: Remove 3 do-nothing methods.
Stefan Kost
1
-0
/
+8
2006-12-09
gst/gst.c: Ignore EINTR when reading from the child registry pipe.
Jan Schmidt
1
-1
/
+4
2006-07-24
gst/gstminiobject.c: update docs
Thomas Vander Stichele
1
-3
/
+4
2006-06-12
gst/: Use _CAST macros to avoid unneeded type checking.
Wim Taymans
1
-3
/
+10
2006-05-05
gst/: Add note about refcounting and miniobject/buffer writeability to docs. ...
Wim Taymans
1
-0
/
+7
2006-04-28
gst/gstminiobject.c: Taking a NULL miniobject is valid, fix the case where we...
Wim Taymans
1
-1
/
+4
2006-03-21
Series of fixes for dereferenced pointers that gcc 4.1 complains about.
Edward Hervey
1
-4
/
+8
2006-02-28
gst/gstbin.c: Help the compiler a bit with type registration.
Wim Taymans
1
-1
/
+1
2006-01-16
gst/gstminiobject.c: Spelling fix in docs.
Jan Schmidt
1
-1
/
+1
2005-12-15
gst/gstminiobject.c: Fix lcopy for mini objects, the mini object needs to be ...
Tim-Philipp Müller
1
-1
/
+6
2005-12-07
gst/gstbuffer.c: Small docs update.
Wim Taymans
1
-5
/
+3
2005-11-24
Doc fixes.
Wim Taymans
1
-0
/
+2
2005-11-11
gst/gstbuffer.c: Copy more flags.
Wim Taymans
1
-2
/
+2
[next]