gstreamer/gst/playback
Edward Hervey d514e79bee playback: New elements
With contributions from Jan Schmidt <jan@centricular.com>

* decodebin3 and playbin3 have the same purpose as the decodebin and
playbin elements, except make usage of more 1.x features and the new
GstStream API. This allows them to be more memory/cpu efficient.

* parsebin is a new element that demuxers/depayloads/parses an incoming
stream and exposes elementary streams. It is used by decodebin3.
It also automatically creates GstStream and GstStreamCollection for
elements that don't natively create them and sends the corresponding
events and messages

* Any application using playbin can use playbin3 by setting the env
variable USE_PLAYBIN3=1 without reconfiguration/recompilation.
2016-06-30 14:15:47 +02:00
..
.gitignore playsink: remove old marshal remains 2012-07-13 12:35:44 +02:00
gstdecodebin2.c decodebin: Create a new decode element with the parser/convert capsfilter if there is a multiqueue after the parser 2016-06-02 10:50:58 +03:00
gstdecodebin3-parse.c playback: New elements 2016-06-30 14:15:47 +02:00
gstdecodebin3.c playback: New elements 2016-06-30 14:15:47 +02:00
gstparsebin.c playback: New elements 2016-06-30 14:15:47 +02:00
gstplay-enum.c playbin: add nick for soft colorbalance play flag to fix gst-inspect 2014-04-27 00:26:14 +01:00
gstplay-enum.h playback: Document GST_PLAY_FLAG_SOFT_COLORBALANCE 2015-05-30 01:11:47 +10:00
gstplayback.c playback: New elements 2016-06-30 14:15:47 +02:00
gstplayback.h playback: New elements 2016-06-30 14:15:47 +02:00
gstplaybackutils.c playback: Skip 'ANY' capsfeature while finding the count of common capsfeatures 2015-06-09 10:13:08 +02:00
gstplaybackutils.h playback: Add gstplaybackutils.{h,c} to deploy the common subroutines 2015-06-09 10:13:08 +02:00
gstplaybin2.c playbin: fix suburidecodebin leak 2016-05-17 09:55:51 +03:00
gstplaybin3.c playback: New elements 2016-06-30 14:15:47 +02:00
gstplaysink.c playsink: Don't send another step event to the audio-sink if we got step-done from there 2016-06-27 20:55:00 +03:00
gstplaysink.h playback: Add video-/audio-filter properties 2014-03-16 18:38:29 +01:00
gstplaysinkaudioconvert.c Fix FSF address 2012-11-03 23:05:09 +00:00
gstplaysinkaudioconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstplaysinkconvertbin.c base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
gstplaysinkconvertbin.h playsinkconvertbin: Remove obsolete segment tracking 2013-07-23 13:36:09 +02:00
gstplaysinkvideoconvert.c Fix FSF address 2012-11-03 23:05:09 +00:00
gstplaysinkvideoconvert.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstrawcaps.h playback: Expose XSUB formats by default 2015-12-02 16:37:50 +01:00
gststreamsynchronizer.c base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
gststreamsynchronizer.h streamsynchronizer: Send GAP event to finish preroll when change state from PLAYING to PAUSED 2015-02-16 14:09:43 +02:00
gstsubtitleoverlay.c opusenc, subtitleoverlay: use MAY_BE_LEAKED flag 2016-06-02 13:11:11 +01:00
gstsubtitleoverlay.h subtitleoverlay: Remove some more unneeded segment tracking 2013-07-23 13:41:55 +02:00
gsturidecodebin.c base: use new gst_element_class_add_static_pad_template() 2016-03-24 14:25:41 +02:00
gsturidecodebin3.c playback: New elements 2016-06-30 14:15:47 +02:00
gsturisourcebin.c playback: New elements 2016-06-30 14:15:47 +02:00
Makefile.am playback: New elements 2016-06-30 14:15:47 +02:00