gstreamer/plugins/elements
Sebastian Dröge b324e4b802 filesink: Flush buffers before directly writing out buffers with the SYNC_AFTER flag
Otherwise we write out the SYNC_AFTER buffer immediately, and the
previously queued up buffers afterwards which then breaks the order of
data.

Also add various debug output.
2018-08-28 14:23:32 +03:00
..
.gitignore
gstcapsfilter.c Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gstcapsfilter.h capsfilter: optimisation: avoid unnecessary gst_pad_has_current_caps() checks 2016-03-24 14:48:40 +02:00
gstconcat.c concat: Properly forward the SEGMENT seqnum 2018-06-19 07:27:33 +02:00
gstconcat.h
gstdataurisrc.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstdataurisrc.h
gstdownloadbuffer.c downloadbuffer: Don't hold the mutex while posint the download-complete message 2017-12-21 13:47:52 +02:00
gstdownloadbuffer.h downloadbuffer: remove unused struct member 2017-07-26 14:20:44 +01:00
gstelements.c elements: add dataurisrc to build 2016-11-28 11:19:12 +00:00
gstelements_private.c fakesink, identity: print metas attached to buffer in silent=false mode 2016-12-05 20:29:25 +00:00
gstelements_private.h fakesink, identity: print metas attached to buffer in silent=false mode 2016-12-05 20:29:25 +00:00
gstfakesink.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstfakesink.h
gstfakesrc.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstfakesrc.h Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstfdsink.c plugins: Don't force 64-bit file/seek functions variants on android 2018-03-02 18:25:21 +11:00
gstfdsink.h fdsink: Block in preroll_wait on unlock 2016-11-23 11:58:43 -05:00
gstfdsrc.c plugins: Don't force 64-bit file/seek functions variants on android 2018-03-02 18:25:21 +11:00
gstfdsrc.h
gstfilesink.c filesink: Flush buffers before directly writing out buffers with the SYNC_AFTER flag 2018-08-28 14:23:32 +03:00
gstfilesink.h filesink: Implement buffering internally 2018-08-16 17:01:07 +03:00
gstfilesrc.c plugins: Don't force 64-bit file/seek functions variants on android 2018-03-02 18:25:21 +11:00
gstfilesrc.h
gstfunnel.c gstbasetranform: replace GST_BASE_TRANSFORM with GST_BASE_TRANSFORM_CAST 2017-11-24 13:39:39 +01:00
gstfunnel.h gstbasetranform: replace GST_BASE_TRANSFORM with GST_BASE_TRANSFORM_CAST 2017-11-24 13:39:39 +01:00
gstidentity.c Use proper GtkDoc notation for NULL/FALSE/TRUE 2017-10-03 13:54:25 -07:00
gstidentity.h identity: Add a drop-allocation property 2017-09-06 10:03:20 -04:00
gstinputselector.c inputselector: Forward LATENCY query to all sinkpads 2018-08-01 14:23:04 +03:00
gstinputselector.h
gstmultiqueue.c Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gstmultiqueue.h multiqueue: Make min-interleave-time a configurable property 2017-03-09 12:09:57 +11:00
gstoutputselector.c inputselector, outputselector: add guards for wrong pads being set as active pads 2018-04-17 18:57:17 +01:00
gstoutputselector.h
gstqueue.c queue: Ignore thresholds if a query is queued 2018-03-01 16:31:57 -05:00
gstqueue.h queue/queue2: Protect against spurious condition variable wakeups 2016-12-13 21:03:54 +02:00
gstqueue2.c queue2: use GstQueueArray 2018-06-04 11:10:05 +01:00
gstqueue2.h queue2: use GstQueueArray 2018-06-04 11:10:05 +01:00
gstsparsefile.c plugins: Don't force 64-bit file/seek functions variants on android 2018-03-02 18:25:21 +11:00
gstsparsefile.h
gststreamiddemux.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gststreamiddemux.h
gsttee.c Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gsttee.h
gsttypefindelement.c typefind: Add new gst_type_find_helper_get_range_full() that returns flow return 2018-08-01 14:23:04 +03:00
gsttypefindelement.h
gstvalve.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstvalve.h
Makefile.am Remove plugin specific static build option 2017-05-16 13:29:38 -04:00
meson.build Meson: Use library() to build both static and shared libs 2018-04-25 00:40:30 +01:00