gstreamer/gst
Thiago Santos 77a98d98cb systemclock: handle unschedule of late entries
If the clockentry is too late and is unscheduled before it gets
a change to detect its lateness the wakeup count and the poll are
used but never properly cleaned up. This leaves it in a dirty state
that is going to mess with the next clock entry waiting requests.

https://bugzilla.gnome.org/show_bug.cgi?id=761586
2016-02-10 08:59:33 -03:00
..
parse parse_launch: make nicer log messages 2016-01-03 22:58:06 +01:00
printf
.gitignore
gettext.h
glib-compat-private.h
glib-compat.c
glib-compat.h
gst-i18n-app.h
gst-i18n-lib.h
gst.c gst: ref/unref new enum types in gst_init/deinit 2016-01-18 09:11:00 +02:00
gst.h gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not defined 2016-01-16 16:00:16 +00:00
gst_private.h tracer: add an internal ptr format for tracer serialisation 2016-01-20 09:14:12 +01:00
gstallocator.c
gstallocator.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstatomicqueue.c
gstatomicqueue.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbin.c bin: Post a LATENCY message with async-handling=TRUE if the PLAYING state is reached 2015-12-09 11:13:22 +02:00
gstbin.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbuffer.c
gstbuffer.h docs: fix some warnings and add some since markers 2016-01-03 17:50:35 +00:00
gstbufferlist.c
gstbufferlist.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstbufferpool.c
gstbufferpool.h
gstbus.c
gstbus.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstcaps.c caps: Add (transfer full) annotation to simplify() and subtract() return value 2015-12-29 14:32:47 +02:00
gstcaps.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstcapsfeatures.c
gstcapsfeatures.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstchildproxy.c
gstchildproxy.h
gstclock-linreg.c
gstclock.c clock: adjust/unadjust_with_calibration() have a clock parameter but it's useless 2016-01-06 16:25:38 +02:00
gstclock.h clock: Add gst_clock_unadjust_with_calibration() 2016-01-06 16:25:38 +02:00
gstcompat.h
gstconfig.h.in
gstcontext.c context: fix some copy and paste leftover in docs 2015-11-10 17:37:22 -03:00
gstcontext.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstcontrolbinding.c
gstcontrolbinding.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstcontrolsource.c controlsource: Annotate get_value[_array] as (method) 2015-11-30 23:17:32 +01:00
gstcontrolsource.h controlsource: fix GetValue and GetValueArray documentation 2016-01-08 18:24:06 +00:00
gstdatetime.c
gstdatetime.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstdebugutils.c gst: Rename _priv_gst_info_start_time to _priv_gst_start_time and initialize it centrally 2016-01-07 18:41:25 +02:00
gstdebugutils.h docs: mention xdot utility to view .dot files directly 2015-10-16 15:59:49 +01:00
gstdevice.c device: fix comparison in _has_classesv() 2016-01-21 15:45:30 +00:00
gstdevice.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstdevicemonitor.c GstDeviceMonitor: Clarify the behaviour of gst_device_monitor_add_filter 2016-01-14 22:07:51 +00:00
gstdevicemonitor.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstdeviceprovider.c
gstdeviceprovider.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstdeviceproviderfactory.c
gstdeviceproviderfactory.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstelement.c tracer: harmonize the query hooks 2016-01-07 23:03:48 +01:00
gstelement.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstelementfactory.c element: emit tracer's element-new hook from 'constructed' 2015-10-29 07:27:35 -03:00
gstelementfactory.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstelementmetadata.h
gsterror.c
gsterror.h
gstevent.c
gstevent.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstformat.c
gstformat.h
gstghostpad.c ghostpad: Allow deactivation with no peer. 2015-10-30 23:25:57 +11:00
gstghostpad.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstinfo.c tracer: add an internal ptr format for tracer serialisation 2016-01-20 09:14:12 +01:00
gstinfo.h info: expose debugging printf functions 2016-01-13 11:56:14 +11:00
gstiterator.c
gstiterator.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstmacros.h
gstmemory.c
gstmemory.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstmessage.c message: add function guard to gst_message_set_buffering_stats() 2016-01-16 16:01:38 +00:00
gstmessage.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstmeta.c
gstmeta.h
gstminiobject.c
gstminiobject.h
gstobject.c
gstobject.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstpad.c tracer: harmonize the query hooks 2016-01-07 23:03:48 +01:00
gstpad.h docs: fix some warnings and add some since markers 2016-01-03 17:50:35 +00:00
gstpadtemplate.c
gstpadtemplate.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstparamspecs.c
gstparamspecs.h
gstparse.c
gstparse.h parse-launch: warn when still waiting to plug sub-pipelines after no-more-pads 2016-01-03 22:58:06 +01:00
gstpipeline.c
gstpipeline.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstplugin.c plugin: Add prefix support to dependencies 2015-11-25 14:26:11 -05:00
gstplugin.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstpluginfeature.c
gstpluginfeature.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstpluginloader.c
gstpluginloader.h
gstpoll.c
gstpoll.h Fix FSF address 2012-11-03 20:44:48 +00:00
gstpreset.c Fix build with -Werror=maybe-uninitialized 2015-11-06 12:58:42 +01:00
gstpreset.h
gstprotection.c
gstprotection.h
gstquark.c quarks: revert the quark changes, we not using them anymore 2015-10-05 20:59:39 +02:00
gstquark.h quarks: revert the quark changes, we not using them anymore 2015-10-05 20:59:39 +02:00
gstquery.c query: fix docs 2015-12-04 11:57:45 +01:00
gstquery.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstregistry.c
gstregistry.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstregistrybinary.c
gstregistrybinary.h
gstregistrychunks.c tracer: split into tracer and tracerutils 2015-10-05 20:59:39 +02:00
gstregistrychunks.h
gstsample.c
gstsample.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstsegment.c segment: Return -1 if gst_segment_to_stream_time_full() considers the position not inside the segment 2015-10-26 10:53:35 +02:00
gstsegment.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gststructure.c tracer: add an internal ptr format for tracer serialisation 2016-01-20 09:14:12 +01:00
gststructure.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstsystemclock.c systemclock: handle unschedule of late entries 2016-02-10 08:59:33 -03:00
gstsystemclock.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gsttaglist.c tags: add GST_TAG_PRIVATE_DATA 2015-11-20 19:43:31 +00:00
gsttaglist.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gsttagsetter.c
gsttagsetter.h
gsttask.c
gsttask.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gsttaskpool.c
gsttaskpool.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gsttoc.c
gsttoc.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gsttocsetter.c introspection: add missing (nullable) annotations to return values 2014-06-26 18:56:38 +02:00
gsttocsetter.h
gsttrace.c alloctrace: show details of events and messages leaked 2015-10-16 12:00:50 +01:00
gsttrace.h
gsttracer.c tracer.h: don't include private noinst header gsttracerutils.h in a public header 2016-01-17 00:00:51 +00:00
gsttracer.h tracer.h: don't include private noinst header gsttracerutils.h in a public header 2016-01-17 00:00:51 +00:00
gsttracerfactory.c docs: fix some warnings and add some since markers 2016-01-03 17:50:35 +00:00
gsttracerfactory.h docs: fix some warnings and add some since markers 2016-01-03 17:50:35 +00:00
gsttracerrecord.c tracerrecord: don't leak the spec structures 2016-01-22 10:07:26 +01:00
gsttracerrecord.h tracerrecord: don't leak the spec structures 2016-01-22 10:07:26 +01:00
gsttracerutils.c tracer: rename GST_TRACER_PLUGINS env var to GST_TRACERS 2016-01-22 12:50:08 +00:00
gsttracerutils.h tracer: harmonize the query hooks 2016-01-07 23:03:48 +01:00
gsttypefind.c
gsttypefind.h
gsttypefindfactory.c
gsttypefindfactory.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gsturi.c uri: add guard to make sure gstreamer is initialized 2016-02-02 10:56:35 +00:00
gsturi.h core: Add g_autoptr() support to all types 2015-12-14 12:06:55 -05:00
gstutils.c utils: remove duplicate check 2016-01-20 11:07:17 +00:00
gstutils.h utils: use 'static inline' instead of 'inline static' for gtk-doc 2015-11-09 18:02:09 +00:00
gstvalue.c gstvalue: remove a half finishesh sentence in the docs 2016-01-20 10:02:37 +01:00
gstvalue.h
gstversion.h.in
Makefile.am tracerrecord: add a log record class 2016-01-15 21:54:01 +01:00
math-compat.h