miniobject: fix debug
[platform/upstream/gstreamer.git] / gst /
2011-04-06 Wim Taymansminiobject: fix debug
2011-04-06 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-06 Sebastian Drögebus: Add private API to set a GstBus in child mode
2011-04-06 Sebastian DrögeRevert "bus: Only create the signalling socket pair...
2011-04-06 Sebastian DrögeRevert "bus: Check if pending messages are in the queue"
2011-04-06 Sebastian Drögebus: Check if pending messages are in the queue
2011-04-05 Sebastian Drögebus: Only create the signalling socket pair when required
2011-04-05 Sebastian Drögestructure: Add date as a type abbreviation of GDate
2011-04-04 Wim TaymansMerge branch 'master' into 0.11
2011-04-04 Andoni Morales Ala... gstpoll: retry reading the control socket to release...
2011-04-04 Sebastian Drögestructure: Don't allow invalid GDates in all structures...
2011-04-04 Thomas Kristensenpoll: don't call WSAWaitForMultipleEvents with no events
2011-04-03 Tim-Philipp Müllerdocs: add pointer to part-seeking.txt design docs to...
2011-04-02 Bastien Nocerautils: Avoid using "type" as name for a variable and...
2011-04-01 Sebastian Drögeelement: When requesting an existing pad print a g_crit...
2011-04-01 Sebastian Drögeelement: Use gint64/guint64 string parsing functions
2011-04-01 Josep Torraelement: strto[u]l() returns a g[u]long
2011-04-01 Wim TaymansMerge branch 'master' into 0.11
2011-03-31 Wim TaymansMerge branch 'master' into 0.11
2011-03-31 Wim Taymansbufferlist: simplify bufferlists
2011-03-30 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-30 Wim Taymansdocs: update docs
2011-03-30 Wim Taymansdocs: update documentation
2011-03-30 Wim Taymansbuffer: more API tweaks
2011-03-30 Wim Taymansdesign: update docs
2011-03-29 Wim Taymansmemory: further memory tweaking
2011-03-29 Wim Taymansbuffer: implement COPY_MERGE
2011-03-29 Wim Taymansbuffer: clean up _span and add more g_return_if..
2011-03-29 Sebastian Drögeelement: Fix sanity checks for request pad templates...
2011-03-29 Wim Taymansbuffer: optimize memory handling
2011-03-29 Sebastian Drögeelement: Add some more sanity checks to the pad name...
2011-03-29 Sebastian Drögeelement: Check %u too when trying to find a pad templat...
2011-03-29 Wim Taymansbuffer: move implementation details in private struct
2011-03-29 Wim Taymansbuffer: more buffer updates
2011-03-28 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-28 Wim Taymansbuffer: fix subbuffers
2011-03-28 Wim Taymansbuffer: implemet trim and set_size
2011-03-28 Wim Taymansbuffer: more fixes
2011-03-28 Wim Taymansbuffer: add more methods
2011-03-28 Wim Taymansgst: add class init
2011-03-28 Wim Taymansbuffer: fix remaining unit tests
2011-03-28 Wim Taymansbuffer: fix unit test
2011-03-28 Wim Taymansmemory: remove memory metadata again
2011-03-28 Wim Taymansmemory: more fixes
2011-03-28 Wim Taymansmemory: more work on implementing buffer memory
2011-03-28 Wim Taymansmemory: more work on porting the unit tests
2011-03-28 Wim Taymansmemory: port code to new buffer data API
2011-03-28 Wim Taymansmemory: more fixes
2011-03-28 Wim TaymansWIP use memory in buffer
2011-03-28 Wim Taymansmemory: more improvements
2011-03-28 Wim Taymansmemory: more memory improvements
2011-03-28 Wim Taymansmemory: add more memory operations
2011-03-28 Wim Taymansmemory: add memory implementation
2011-03-28 Wim Taymansmemory: add API for handling memory blocks
2011-03-28 Wim Taymansmeta: fix docs
2011-03-28 Arun Raghavanbasesrc: Return FALSE if we don't handle an event
2011-03-24 Edward Herveygstcaps: new API : gst_caps_intersect_full
2011-03-22 Thiago Santosgstelement: Fix typo in the docs
2011-03-22 Thiago Santostagsetter: Removing unused debug category
2011-03-21 Jason D. Clintonbuild: fix build with -Werror with GCC 4.6.0
2011-03-19 Sebastian Drögeevent: Add since marker to GST_EVENT_SINK_MESSAGE
2011-03-17 Tim-Philipp Müllertask: fix GST_TASK_BROADCAST
2011-03-17 Sebastian Drögeutils: Remove deprecated gst_element_factory_can_{sink...
2011-03-17 Sebastian DrögeMerge branch 'master' into 0.11
2011-03-16 Sebastian Drögepad: Document that pad blocks only make sense for sink...
2011-03-16 Sebastian Drögeghostpad: The internally linked pad of the proxypad...
2011-03-11 Jonas Holmbergbufferlist: Use a GQueue instead of a GList
2011-03-10 Tim-Philipp Müllerutils: fix ABI break when compiling gstreamer with...
2011-03-10 Wim TaymansMerge branch 'master' into 0.11
2011-03-09 Thijs Vermeirgstutils: replace gst_element_factory_can_{sink,src...
2011-03-08 Wim Taymansmeta: implement transform function
2011-03-08 Wim TaymansMerge branch 'master' into 0.11
2011-03-08 Stefan Kostpadtemplate: add missing ; in example (and trim whitespace)
2011-03-08 Stefan Koststructure: gst_structure_empty_new() does better error...
2011-03-08 Stefan Kostcaps,structure: trim trailing whitespace
2011-03-08 Jonathan Matthewcaps: don't create broken caps for invalid media types
2011-03-04 Wim Taymansminiobject: remove FIXME
2011-03-04 Wim Taymansgst: add flag registration
2011-03-04 Wim Taymanspad: more preroll lock to basesink
2011-03-04 Wim Taymansbufferpool: add more debug info
2011-03-04 Wim Taymansbufferpool: add debug
2011-03-04 Wim Taymansbufferpool: add some more debug info
2011-03-04 Wim Taymansbufferpool: add caps to the config
2011-03-02 Wim Taymansbuffer: release buffer to pool in dispose
2011-03-02 Wim Taymansbuffer: add pool to buffer structure
2011-03-02 Wim Taymansgst: add pool flags type
2011-03-02 Wim Taymansbufferpool: Refactor stopping of the pool
2011-03-02 Wim Taymansbufferpool: Rework buffer management a little
2011-03-02 Wim Taymansbufferpool: memory management cleanups
2011-03-02 Stefan Kostbufferpool: also allow NULL params in _acquire
2011-03-02 Wim Taymansbufferpool: more updates
2011-03-02 Wim Taymansbufferpool: rename 'flushing' to 'active'
2011-03-02 Wim Taymansbufferpool: prealloc when unset flushing
2011-03-02 Wim Taymansbufferpool: use quarks for structure fields
2011-03-02 Wim Taymansbufferpool: use GstStructure to configure the pool
2011-03-02 Wim Taymansbufferpool: add simple bufferpool helper object
2011-03-02 Wim TaymansMerge branch 'master' into 0.11
2011-02-28 Tim-Philipp Müllerdocs: typo fixes
2011-02-28 Stefan Kostdocs: small updates as suggested on a blog
2011-02-28 Wim Taymansmeta: add timing metadata
next