gstreamer/plugins/elements
Stian Selnes 2c60b7eb1f funnel: Fix racy state change
Iterator may need to be resynced, for instance if pads are released
during state change.

got_eos should be protected by the object lock of the element, not of
the pad, as is the case throughout the rest of the funnel code.

https://bugzilla.gnome.org/show_bug.cgi?id=755343
2015-09-24 12:14:57 +02:00
..
.gitignore
gstcapsfilter.c capsfilter: Only remember previous filter caps if they were actually used for something 2015-07-28 14:16:35 +03:00
gstcapsfilter.h doc/capsfilter: Document filtering modes 2015-07-28 16:57:43 -04:00
gstconcat.c concat: dot not reset pad states too early 2015-07-21 00:22:25 -03:00
gstconcat.h concat: Add adjust-base property 2015-06-22 14:11:30 +02:00
gstdownloadbuffer.c downloadbuffer, benchmarks: fix error leaks in failure code paths 2015-09-15 18:21:58 +01:00
gstdownloadbuffer.h
gstelements.c
gstelements_private.c gst_writev: define UIO_MAXIOV on iOS/OSX 2015-06-11 23:06:26 +01:00
gstelements_private.h
gstfakesink.c
gstfakesink.h
gstfakesrc.c docs: another sweep canonicalizing the plugin docs sections file 2015-07-03 12:39:57 +02:00
gstfakesrc.h
gstfdsink.c
gstfdsink.h
gstfdsrc.c Revert "doc: Workaround gtkdoc issue" 2015-05-18 13:13:55 +01:00
gstfdsrc.h
gstfilesink.c filesink: use GST_INFO_OBJECT for more detail 2015-08-04 00:12:57 +02:00
gstfilesink.h doc/filesink: Add BufferMode enumeration 2015-07-28 16:57:36 -04:00
gstfilesrc.c
gstfilesrc.h
gstfunnel.c funnel: Fix racy state change 2015-09-24 12:14:57 +02:00
gstfunnel.h funnel: add "forward-sticky-events" property 2015-06-25 10:53:55 +02:00
gstidentity.c identity: refactor and add tests using GstHarness 2015-07-07 13:05:34 +03:00
gstidentity.h
gstinputselector.c inputselector: Fix buffer leak in sync_streams & cache_buffers mode 2015-09-21 10:33:55 +02:00
gstinputselector.h
gstmultiqueue.c
gstmultiqueue.h
gstoutputselector.c
gstoutputselector.h
gstqueue.c queue: avoid slice allocs/frees for each item 2015-07-04 11:07:19 +01:00
gstqueue.h
gstqueue2.c Revert "queue2: Process SEEKING query" 2015-08-31 12:07:10 +01:00
gstqueue2.h
gstsparsefile.c
gstsparsefile.h
gststreamiddemux.c docs: add StreamidDemux to documentation 2015-07-08 17:07:49 +01:00
gststreamiddemux.h docs: add StreamidDemux to documentation 2015-07-08 17:07:49 +01:00
gsttee.c tee: fix typo in allow-not-linked property description 2015-07-14 12:44:31 +01:00
gsttee.h
gsttypefindelement.c typefindelement: reset segment only once streaming has stopped 2015-06-14 21:25:29 +01:00
gsttypefindelement.h docs: order and canonicalize the -sections.txt file 2015-07-03 11:52:22 +02:00
gstvalve.c
gstvalve.h
Makefile.am