inputselector: Only proxy the allocation query for the active pad and send reconfigur...
[platform/upstream/gstreamer.git] / gst /
2012-06-18 Wim Taymanspad: move gst_pad_set_caps() to compat
2012-06-18 Wim Taymansutils: fix some docs
2012-06-18 Sebastian Rasmussenclock: fix compiler warning
2012-06-18 Wim Taymansminiobject: hide qdata array layout
2012-06-18 Evan Nemersonatomic queue: register as boxed type
2012-06-18 Evan Nemersonintrospection: assorted introspection and documentation...
2012-06-18 Evan Nemersontoc setter: change GstTocSetterIFace to GstTocSetterInt...
2012-06-18 Wim Taymansbufferpool: update docs a little
2012-06-18 Wim Taymansbufferpool:check caps argument
2012-06-15 Wim Taymanscaps: NULL is not a valid caps anymore
2012-06-15 Wim Taymansdocs: improve API docs
2012-06-15 Tim-Philipp Mülleralllocator: no need to store structure size inside...
2012-06-15 Tim-Philipp Müllerquery: no need to store the size of the structure insid...
2012-06-15 Tim-Philipp Müllerevent: no need to store the size of the structure insid...
2012-06-15 Tim-Philipp Müllerbufferlist: no need to store the size of the structure...
2012-06-15 Tim-Philipp Müllercaps: no need to store the size of the caps structure...
2012-06-15 Tim-Philipp Müllermessage: no need to store size of the message structure...
2012-06-15 Tim-Philipp Müllersample: no need to store the size of the sample structu...
2012-06-15 Tim-Philipp Müllertaglist: no need to store the size of the tag list...
2012-06-15 Wim Taymansminiobject: expand docs a little
2012-06-15 Wim Taymansminiobject: add qdata
2012-06-15 Wim Taymansminiobject: fix error in the weak ref handling
2012-06-14 Wim Taymansminiobject: remove the size field
2012-06-14 Wim Taymansmemory: make GstMemory a miniobject
2012-06-14 Wim Taymanstrace: always print miniobject refcount
2012-06-14 Wim Taymansmemory: fix copy function
2012-06-14 Wim Taymansmemory: make GstAllocator a miniobject
2012-06-14 Vincent Penquerc'helement: fix pad transfer annotation from none to full
2012-06-14 Wim Taymansmessage: add the running-time to the async-done message
2012-06-14 Wim Taymanspipeline: use reset_time message to reset the start...
2012-06-14 Wim Taymansmessage: add a new message to reset time
2012-06-13 Wim Taymansbin: always recurse into bins when doing state changes
2012-06-12 Tim-Philipp Müllerdatetime: clean-ups and new API adjustments
2012-06-12 Oleksij Rempeldatetime: allow GstDateTime where not all fields are set
2012-06-12 Tim-Philipp Müllermessage: fix up minor inconsistency in structure name...
2012-06-12 Evan Nemersonintrospection: add some missing annotations
2012-06-12 Stefan Sauerchildproxy: add a few more comments
2012-06-11 Stefan Sauerchildproxy: fix signal handler signatures in class
2012-06-11 Stefan Sauerchildproxy: use GstChildProxy instead of GObject on...
2012-06-11 Wim Taymanselement: remove unused UNPARENTING flag
2012-06-11 Wim Taymansbin: reorganize _remove_func to avoid races
2012-06-11 Matej Knoppgstelement: Start over if subclass removed the next...
2012-06-09 Tim-Philipp Müllerdatetime: remove fallback code for old GLibs
2012-06-08 Edward Herveygstutils: Faster read macros
2012-06-07 Edward Herveyregistry: We name the registry after the target cpu
2012-06-06 Wim Taymanselement: fix pad cleanup in dispose
2012-06-06 Sebastian Drögeevent: Don't make the TOC event a multi-sticky event
2012-06-06 Havard GraffMake sure that unlinked pads do not cause a return...
2012-06-06 Wim Taymansevent: add name to sticky_multi events
2012-06-06 Wim Taymansquery: improve docs
2012-06-06 Wim Taymanspad: only serialized events can't pass after EOS
2012-06-05 Tim-Philipp Müllergst_tag_list_free -> gst_tag_list_unref
2012-06-05 Wim Taymansutils: improve debug
2012-06-05 Wim Taymanspad: don't pause task on EOS
2012-06-05 Wim Taymanspad: fix event type check
2012-06-04 Wim Taymanspad: fix 'res' may be used uninitialized in this function
2012-06-04 Sebastian Drögepad: Don't accept any buffers or events after EOS
2012-06-04 Sebastian Drögepad: Always return errors for EOS events immediately
2012-06-04 Sebastian Drögepad: Only forward caps events to a pad if it accepts...
2012-06-02 Sebastian DrögeRevert "pad: Return FALSE if pushing of sticky events...
2012-06-02 Tim-Philipp Müllerpad: fix variable-set-but-not-used compiler warning
2012-06-02 Sebastian Drögepad: If pushing a sticky event failed, make sure to...
2012-06-02 Sebastian Drögepad: Return FALSE if pushing of sticky events failed
2012-05-29 Tim-Philipp Müllertaglist: add guards to make sure taglist is writable...
2012-05-29 Tim-Philipp Müllertaglist: avoid unnecessary string copying when register...
2012-05-27 Tim-Philipp Müllergst_tag_list_free() -> gst_tag_list_unref()
2012-05-27 Tim-Philipp Müllertaglist: make GstTagList a GstMiniObject
2012-05-27 Tim-Philipp Müllercaps: log freeing of caps at same log level as creation...
2012-05-26 Tim-Philipp Müllermessage, event: update for tag lists not being structur...
2012-05-26 Tim-Philipp Müllertaglist: make proper struct not just a GstStructure
2012-05-25 Josep Torradebugutils: Fix static linking on OS X
2012-05-23 Edward Herveyuri: Add some debug statements
2012-05-21 Stefan Sauerdocs: improve the seeking docs more.
2012-05-21 Stefan Sauerdocs: fix a typo and clarify event handling a bit more
2012-05-21 Wim Taymansbin: try harder to avoid state changes in wrong direction
2012-05-21 Anton Belkatoc: Add boxed types for GstToc and GstTocEntry
2012-05-20 Tim-Philipp Müllertoc: fix type of pad parameter to gst_toc_entry_new_wit...
2012-05-20 Tim-Philipp Müllertoc: use correct GType for tag lists
2012-05-20 Tim-Philipp Müllertoc: avoid unnecessary GValue acrobatics
2012-05-20 Tim-Philipp Müllertoc: use global quark table
2012-05-20 Tim-Philipp Müllertoc: fix internal TOC query and event structure names
2012-05-19 Tim-Philipp Müllerpluginfeature: make GstPluginFeature structure private
2012-05-19 Tim-Philipp Müllerpluginfeature: add gst_plugin_feature_get_plugin()
2012-05-19 Tim-Philipp Müllerelementfactory: make object struct opaque for now
2012-05-19 Tim-Philipp Müllerelementfactory: add gst_element_factory_get_metadata_keys()
2012-05-17 Anton Belkadocs: fix gst_structure_to_string() docs
2012-05-15 Sebastian Drögegst: Rename gst_toc_entry_type_to_string() to gst_toc_e...
2012-05-15 Anton Belkatoc: API: Add gst_toc_entry_type_to_string()
2012-05-11 Sebastian Rasmussengst: Only include init/deinit of alloc tracing when...
2012-05-09 Raimo Järvigst: Fix compiler warnings on mingw-w64
2012-05-04 Sreerenj Balachandranmemory: add missing parameter to default_mem_map()
2012-05-01 Tim-Philipp Müllertypefindfactory: make object struct opaque for now
2012-05-01 Tim-Philipp Müllertypefindfactory: fix return type of gst_type_find_facto...
2012-05-01 Tim-Philipp Müllertypefindfactory: add gst_type_find_factory_has_function()
2012-05-01 Thiago Santosgstcaps: Update docs for gst_caps_is_equal
2012-05-01 Tim-Philipp Mülleruri: require URI protocol bit to be at least 3 characte...
2012-05-01 Matej Knoppghostpad: set result on accept caps query when there...
2012-04-30 Vincent Penquerc'hevent: add new seek snap flags
2012-04-29 Tim-Philipp Müllerdocs: remove reference to removed API in plugin docs
2012-04-29 Tim-Philipp Müllerplugin: avoid some relocations
next