bin: let the pad clean up in activate
[platform/upstream/gstreamer.git] / gst /
2011-05-06 Wim Taymansbin: let the pad clean up in activate
2011-05-06 Wim Taymanselement: don't mess with pad caps in activate
2011-05-06 Wim Taymansevent: only allow fixed caps in caps event
2011-05-06 Sebastian Drögeevent: Improve documentation of gst_event_new_reconfigure()
2011-05-06 Wim Taymanselement: rename gst_element_lost_state_full()
2011-05-06 Wim Taymanspad: clean up the .h file a bit
2011-05-06 Wim Taymanspad: implement more sticky events
2011-05-06 Wim Taymansevent: reorder events
2011-05-05 Wim Taymanspad: simplify some more
2011-05-05 Wim Taymanspad: improve context passing some more
2011-05-05 Sebastian Drögepad: Fix refcount leak of the parent in the default...
2011-05-05 Wim Taymanspad: improve passing around the context
2011-05-05 Sebastian Drögegst: Update everything for the new GstIterator API
2011-05-05 Sebastian Drögeiterator: Refactor GstIterator to be more binding frien...
2011-05-05 Johan Dahliniterator: register as a boxed type
2011-05-05 Johan Dahliniterator: use GSlice
2011-05-05 Johan Dahliniterator: free struct in gst_iterator_free
2011-05-05 Johan Dahliniterator: store size in the struct
2011-05-05 Sebastian Drögecaps: Merge structures when intersecting instead of...
2011-05-05 Sebastian Drögepad: Keep track of reconfigure events and the pad-needs...
2011-05-05 Sebastian Drögeevent: Rename renegotiate event to reconfigure
2011-05-05 Olivier Crêtepad: Send renegotiate event on link
2011-05-05 Olivier Crêtepad: Drop renegotiate event if there is no getcaps...
2011-05-05 Thiago Santosevent: Adding new renegotiate event
2011-05-05 Wim Taymanspad: pass the context around
2011-05-05 Wim Taymanspad: update the context lazyly
2011-05-05 Wim Taymansgst: init the GType early
2011-05-05 Wim Taymanscontext: add foreach function
2011-05-05 Wim TaymansRevert "context: use context on buffers instead of...
2011-05-05 Miguel Angel Cabre... parse: don't unescape inside quotes
2011-05-05 Sebastian Drögebin: Only post EOS messages after reaching the PLAYING...
2011-05-05 Sebastian Drögepad: Remove unnecessary FIXME
2011-05-05 Sebastian Drögeelement: If activating one pad failed error out early...
2011-05-05 Sebastian Drögebin: If activating one pad failed error out early inste...
2011-05-05 Sebastian DrögeMerge branch 'master' into 0.11
2011-05-04 Wim Taymanscontext: use context on buffers instead of caps
2011-05-04 Wim Taymanspad: use the context to store sticky events
2011-05-04 Wim Taymanscontext: add helper object to manage events
2011-05-04 Wim Taymansevent: add new CAPS event
2011-05-03 Wim Taymanspad: more sticky events work
2011-05-03 Thiago Santosminiobject: Fix dup_mini_object function to handle...
2011-05-03 Stefan Kostdocs: fix copy'n'paste doc header mistake
2011-05-03 Stefan Kostdocs: add two trivial doc blobs
2011-05-03 Stefan Kostdocs: improve the syntax for the capsintersectmode...
2011-05-03 Stefan Kostdocs: fixup broken xref
2011-05-03 Stefan Kostdocs: fix gtk-doc syntax
2011-05-03 Stefan Kostdocs: we don't need to document private members in...
2011-05-03 Philippe Normandcore: store presets, registry and plugins in XDG direct...
2011-05-03 Sebastian DrögeMerge branch 'master' into 0.11
2011-05-02 Wim Taymansevent: add sticky flags to events
2011-05-02 Wim Taymansquery: improve allocation parameters query
2011-04-29 Tim-Philipp Müllerpluginfeature: include plugin.h in header where we...
2011-04-29 Wim TaymansRemove pad_alloc, this can now be done better
2011-04-29 Wim Taymansquery: init the ALLOCATION query correctly
2011-04-29 Wim Taymansquery: fix parsing of the ALLOCATION query
2011-04-28 Wim Taymansquery: fix typo in method name and improve docs
2011-04-28 Wim Taymansbufferpool: add query to request pool and configuration
2011-04-27 Wim Taymansbus: fix timeout handling
2011-04-27 Wim Taymansbufferpool: fix some docs
2011-04-27 Wim Taymansevent: improve argument names of segments
2011-04-26 Tim-Philipp MüllerRevert lockfree GstBus for the release
2011-04-25 Josep TorraSmall cosmetic cleanups
2011-04-25 Wim TaymansMerge branch 'master' into 0.11
2011-04-25 David Schleefminor inline documentation fix
2011-04-24 Tim-Philipp Müllerregistry: when removing a cached-but-no-longer-existing...
2011-04-24 Tim-Philipp Müllerpluginfeature: store pointer to plugin in addition...
2011-04-24 Tim-Philipp Müllerregistry: use TRACE log level to log files that don...
2011-04-21 Mark Nauwelaertsbus: also allow popping a message without timeout if...
2011-04-20 Wim Taymanselement: remove unused variable
2011-04-20 Wim Taymanselement: don't touch base_time or clock in state change
2011-04-19 Sebastian Drögebufferlist: Implement gst_buffer_list_foreach()
2011-04-19 Wim TaymansMerge branch 'master' into 0.11
2011-04-19 Wim Taymansbuffer: add method to compare buffer data
2011-04-19 Wim TaymansMerge branch 'master' into 0.11
2011-04-19 Havard Graffpad: unlock before freeing the cache to avoid deadlock
2011-04-19 Tim-Philipp Müllerdocs: add note/warning to gst_index_get_writer_id(...
2011-04-19 Tim-Philipp Müllerquery: const-ify formats arguments to gst_query_set_for...
2011-04-19 Sebastian Drögeutils: Remove GST_BOILERPLATE and friends
2011-04-18 Sebastian Drögepad: Make the size parameter of gst_pad_alloc_buffer...
2011-04-18 Sebastian Drögepad: Don't allow fixating ANY caps and remove FIXME
2011-04-18 Sebastian Drögebin: Enable DURATION query caching
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-16 Sebastian Drögegst: Don't use base_init and use G_DEFINE_TYPE instead...
2011-04-16 Sebastian Drögeelement: Inherit element metadata and pad templates...
2011-04-16 Tim-Philipp Müllergst: gobject-introspection scanner doesn't need to...
2011-04-16 Sebastian Drögegst: make sure gobject-introspection scanner calls...
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-15 Tim-Philipp Müllerpluginloader: only run gst-plugin-scanner with /usr...
2011-04-14 Sebastian Drögebufferlist: Add boxed type for GstBufferListIterator...
2011-04-14 Sebastian Drögeparse: Add boxed type for GstParseContext for gobject...
2011-04-14 Sebastian Drögegst: Add some more gobject-introspection annotations
2011-04-14 Sebastian Drögeutils: Fix caps leaks in gst_element_factory_can_accept...
2011-04-13 David Schleefparser: Allow element names to begin with digits
2011-04-13 Ole André Vadla... ghostpad: Fix pad callbacks so they handle when parent...
2011-04-11 Tim-Philipp Müllerpluginloader: fix compiler warnings
2011-04-11 Jan Schmidtpluginloader: make sure gst-plugin-scanner is called...
2011-04-11 Robert Swainpad: Allow tracking of buffers in GST_SCHEDULING debug...
2011-04-11 Wim TaymansMerge branch 'master' into 0.11
2011-04-11 Wim Taymansbuffer: add FIXME
next