element: Enforce that elements created by gst_element_factory_create/make() are floating
[platform/upstream/gstreamer.git] / plugins /
2017-03-09 Jan Schmidtmultiqueue: Make min-interleave-time a configurable...
2017-03-07 Seungha Yanginputselector: Always proxy position/duration query
2017-01-27 Thibault SaunierPort gtk-doc comments to their equivalent markdown...
2017-01-15 Jan Schmidtidentity: Add ts-offset property.
2017-01-02 Jan Schmidtqueue: Don't generate GST_FLOW_ERROR without logging
2016-12-21 Stefan Sauergstrusage: explicitly register to hooks
2016-12-21 Nirbheek Chauhanmeson: Derive defines from header/function names
2016-12-20 Stefan Sauerlatency: the latency is not an aggregated value
2016-12-20 Thibault Saunierleaks: Allow user to set the flags to use to retrieve...
2016-12-20 Thibault Saunierleaks: Allow tracing Gst(Mini)Object reffing operations
2016-12-20 Thibault Saunierleaks: Allow passing a GstStructure to configure the...
2016-12-20 Jan Schmidttypefind: Switch to normal mode before have-type
2016-12-18 Sebastian Drögemultiqueue: Protect against spurious wakeups of the...
2016-12-16 Stefan Sauertracers/stats: log optional fields instead of GST_CLOCK...
2016-12-13 Sebastian Drögequeue/queue2: Protect against spurious condition variab...
2016-12-13 Sebastian Drögequeue/queue2: Ensure that the streaming thread is unloc...
2016-12-12 Thibault Saunierinfo: Add a 'flags' parametter to gst_debug_get_stack_trace
2016-12-12 Edward Herveyfilesrc: Set GError in another error case
2016-12-11 Seungha Yangmultiqueue: Fix overflow on get_buffering_level()
2016-12-09 Thibault Sauniermeson: Fix build
2016-12-09 Thibault Sauniermeson: Support building with Gst debug disabled
2016-12-09 Sebastian Drögetypefind: Use gst_query_has_scheduling_mode_with_flags...
2016-12-08 Stefan Sauertracers/log: log more detail
2016-12-08 Stefan Sauertracer/log: fix hook prototype
2016-12-07 Stefan Sauertracer/latency: clear qdata
2016-12-05 Tim-Philipp Müllerfakesink, identity: print metas attached to buffer...
2016-12-05 Sebastian Drögeelements: Handle GstIterator RESYNC return value correc...
2016-12-04 Stefan Sauertracers/log: log messages in message category
2016-11-28 Nirbheek Chauhanmeson: Add Autotools changes that weren't mirrored
2016-11-28 Tim-Philipp Müllerelements: add dataurisrc to build
2016-11-28 Tim-Philipp Müllerdataurisrc: fix string leak in property getter
2016-11-28 Tim-Philipp MüllerMove dataurisrc element from -bad
2016-11-23 Olivier Crêtefdsink: Block in preroll_wait on unlock
2016-11-16 Jan Schmidtmultiqueue: Make sure not-linked streams get woken up
2016-11-15 Jan Schmidtqueues: Don't return negative position queries.
2016-11-09 Sebastian Drögefunnel: Make sure to only lock the stream lock once
2016-11-04 Thibault Sauniertracers: leaks: Use the new gst_debug_get_stack_trace
2016-11-04 Thibault Sauniergst: Use libunwind/libdw to generate backtraces if...
2016-11-02 Jan Schmidtfakesink: Add property to not drop out-of-segment buffers
2016-11-01 Sebastian Drögefunnel: Always push all sticky events whenever we forwa...
2016-11-01 Sebastian Drögetee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding...
2016-10-21 Sebastian DrögeRevert "queue: Fix race when calculating cur_level...
2016-10-20 Stian Selnesqueue: Fix race when calculating cur_level.time
2016-10-14 Thibault Saunierstats: Fix warning
2016-10-13 Vincent Penquerc'htracers: fix structure leak
2016-10-08 Edward Herveyqueue2: Implement gst_event_full_func handling
2016-10-08 Stefan Sauertracer/rusage: fix format string args
2016-09-27 Tim-Philipp Müllermeson: tracers: signal availability of libunwind and...
2016-09-26 Thibault Sauniermeson: Build tracers
2016-09-17 Carlos Rafael Gianiqueue2: Update buffering if its enabled and low/high...
2016-08-31 Carlos Rafael Gianimultiqueue: Add higher-resolution low/high-watermark...
2016-08-31 Carlos Rafael Gianimultiqueue: Distinguish between buffering percentage...
2016-08-31 Carlos Rafael Gianimultiqueue: Rename percent/percent_changed to buffering...
2016-08-30 Edward Herveymultiqueue: Fix high_time wakeup logic
2016-08-27 Thibault SaunierMake use of the new GST_ELEMENT_FLOW_ERROR API all...
2016-08-25 Carlos Rafael Gianiqueue2: Add higher-resolution low/high-watermark properties
2016-08-25 Carlos Rafael Gianiqueue2: Distinguish between buffering percentage and...
2016-08-19 Nirbheek ChauhanAdd support for Meson as alternative/parallel build...
2016-08-12 Edward Herveyqueue2: Post buffering messages earlier in ringbuffer...
2016-08-08 Josep Torramultiqueue: removed redundant call to g_thread_self
2016-07-25 Jan Schmidtinputselector: Handle stream-group-done
2016-07-25 Jan Schmidtinputselector: Wake other pads when selected goes EOS
2016-07-20 Guillaume Desmottestracers: leaks: update type filter later for unknown...
2016-07-11 Guillaume Desmottesleaks: check return values of libunwind calls
2016-07-11 Edward Herveyqueue2: Fix average input rate calculation on small...
2016-07-08 Guillaume Desmottesleaks: warn if object is destroyed while the tracer...
2016-07-08 Guillaume Desmottesleaks tracer: use G_OS_UNIX to check for signal support
2016-07-08 Guillaume Desmottesleaks tracer: add creation stack trace support
2016-07-08 Guillaume Desmottesleaks tracer: add checkpoint support using SIGUSR2
2016-07-08 Guillaume Desmottesleaks tracer: log alive objects when receiving SIGUSR1
2016-07-07 Sebastian Drögefunnel: Only forward sticky events on GAP events if...
2016-07-01 Edward Herveymultiqueue: Fix behaviour with not-linked and eos pads
2016-06-30 Tim-Philipp Müllermultiqueue: add gtk-doc blurb for new pad property
2016-06-30 Edward Herveymultiqueue: Add a pad property to "group" streams
2016-06-21 Vincent Penquerc'hqueue2: fix crash deleting current region for small...
2016-06-17 Nicolas Dufresnetee: Properly handle return value when only 1 pad
2016-06-03 Tim-Philipp Müllertracers: leaks: some micro-optimisations
2016-06-02 Guillaume Desmottestracers: add leaks tracer
2016-05-15 Sebastian Drögequeue: Only unblock upstream waiting for the query...
2016-05-11 Sebastian Drögetypefind: Only push a CAPS event downstream if the...
2016-04-29 Matej Knoppmultiqueue: Ignore time when determining whether sparse...
2016-04-15 Carlos Rafael Gianimultiqueue: Recheck buffering status after changing...
2016-04-15 Carlos Rafael Gianimultiqueue: Recalculate fill level after changing high...
2016-04-14 Vincent Penquerc'hmultiqueue: catch errors and flushing case after lock
2016-04-13 Guillaume Desmottesrusage: properly free the queue memory
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-03-24 Havard Graffvalve: don't send sticky events as a direct response...
2016-03-24 Tim-Philipp Müllercapsfilter: optimisation: avoid unnecessary gst_pad_has...
2016-03-24 Edward Herveyqueue: Use full running time for level calculation
2016-03-24 Sebastian Drögetypefind: Remove redundant assignment
2016-03-18 Jan Schmidtmultiqueue: Fix not-linked pad handling at EOS
2016-03-15 Romain Picardtypefind: Allow caps query in "have-type" signal handlers
2016-03-14 Sebastian Drögetypefind: Store caps on the pad before emitting have...
2016-03-14 Carlos Rafael Gianiconcat: Fix comment typo
2016-03-12 Sebastian DrögeRevert "typefind: Store caps on the pad before emitting...
2016-03-12 Sebastian Drögetypefind: Store caps on the pad before emitting have...
2016-02-28 Tim-Philipp Müllerelements: use new gst_element_class_add_static_pad_temp...
2016-02-27 Tim-Philipp Müllertypefind: fix indentation
2016-02-25 Sebastian Drögeidentity: Add a " " after pts: in the silent=false...
2016-02-23 Edward Herveyplugins: Check return values of gst_buffer_map()
next