Sebastian Dröge
28ff6b377d
timeoverlay: Add elapsed-running-time mode
...
This takes the first running time and the first after each flush-stop as
an offset for the running time that is rendered.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/737 >
2020-10-08 23:51:02 +03:00
Haihao Xiang
9ccc3dbd6f
gl: add support for GBR and GBRA
...
example pipeline:
gst-launch-1.0 videotestsrc ! video/x-raw,format=GBR ! glimagesink
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/789 >
2020-09-09 12:04:52 +00:00
Nicolas Dufresne
9a6730eee6
doc: Update cache with new raw pixel format
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/754 >
2020-07-14 22:03:39 -04:00
Nicolas Dufresne
29497285d7
doc: Update cache after adding a new pixel format
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/753 >
2020-07-14 17:33:31 +00:00
Seungha Yang
64e768e836
appsrc: Add support for custom GstSegment
...
Add property "handle-segment-change" for user to allow pushing
custom segment event. For now, this property can work only for
time format GstSegment.
This property can be useful in case application controls timeline
of stream such as there is timestamp discontinuity but playback is
expected to be continuous. Multi-period scenario of MPEG-DASH is an
example of this use case.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/663 >
2020-07-10 07:52:53 +00:00
Edward Hervey
6abc6f33da
docs: Update cache for removed properties
...
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/738 >
2020-07-07 15:53:23 +02:00
Edward Hervey
50be315a1a
playback: Clarify flag usage for playbin3
...
Forcing software-decoder has no effect on playbin3 now.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/738 >
2020-07-07 15:53:23 +02:00
Mathieu Duponchelle
101dc08e5b
basetextoverlay: mark valign and halign props as DOC_SHOW_DEFAULT
...
To document it, we instantiate a subclass and inspect the properties
on the created object. Subclasses (in that case textrender) may
initialize those properties with a different default, we do not
want to expose that in the base class documentation.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/723 >
2020-07-01 19:44:57 +01:00
Mathieu Duponchelle
648acbe726
docs: add GstVisual to plugins cache
2020-06-23 14:52:21 -04:00
Mathieu Duponchelle
99545b9bea
plugins_cache: add base classes
2020-06-23 14:52:20 -04:00
Thibault Saunier
930e9bada4
doc: Stop documenting properties from parents
2020-06-23 14:52:20 -04:00
Sebastian Dröge
63933da9e8
audiodecoder: Add max-errors property
...
The number of consecutive decode errors that should be tolerated before
returning flow error should be up to the application, not the element.
Hence max-error should be exposed as a property.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/720 >
2020-06-23 07:17:00 +00:00
Tim-Philipp Müller
82a58f567f
Release 1.17.1
2020-06-19 19:16:03 +01:00
Thibault Saunier
4986138c16
docs: Update plugins cache
2020-06-10 13:37:09 +00:00
Thibault Saunier
cef7c833cd
docs: Update plugins cache
2020-06-09 09:19:40 -04:00
Sebastian Dröge
b952fc5516
docs: Update gst_plugins_cache.json
2020-06-03 22:44:23 -04:00
Tim-Philipp Müller
3645c0c4cb
docs: update plugin docs cache
2019-05-29 11:14:05 +01:00
Mathieu Duponchelle
66552a8a2a
Update plugin cache
2019-05-25 19:43:33 +02:00
Thibault Saunier
b26ae29c20
docs: Update plugins documentation cache
...
Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
2019-05-16 09:33:33 -04:00
Thibault Saunier
bd72ad601f
Mark some properties as DOC_SHOW_DEFAULT
2019-05-13 11:34:08 -04:00
Thibault Saunier
27ba8d24ec
doc: Port to hotdoc
2019-05-13 11:34:08 -04:00
Thibault Saunier
cf6ed5700c
doc: Remove gtk-doc support
2019-05-13 10:21:37 -04:00
Tim-Philipp Müller
c70c6c085e
Back to development
2019-04-19 11:00:06 +01:00
Tim-Philipp Müller
232412996f
Update docs
2019-04-19 00:19:55 +01:00
Tim-Philipp Müller
d239f8bfd4
Update docs
2019-04-11 00:23:24 +01:00
Tim-Philipp Müller
be5ed3e964
Back to development
2019-03-04 09:05:02 +00:00
Tim-Philipp Müller
2864c635f7
Update docs
2019-02-26 11:43:42 +00:00
Tim-Philipp Müller
6fea581092
Update docs
2019-01-17 01:50:25 +00:00
Tim-Philipp Müller
56688ce078
gl: build gl mixer elements, moved from -base
2018-12-28 12:16:25 +01:00
Tim-Philipp Müller
2972b673c0
compositor: add to build after move from -bad
...
This replaces videomixer.
Fixes #138
2018-12-28 12:16:18 +01:00
Sebastian Dröge
0d030d37a4
overlaycomposition: Add plugin inspect file
2018-10-28 17:41:38 +00:00
Sebastian Dröge
088b4c0c52
overlaycomposition: New element that allows applications to draw GstVideoOverlayComposition on a stream
...
https://bugzilla.gnome.org/show_bug.cgi?id=797234
2018-10-28 17:03:47 +00:00
Tim-Philipp Müller
694da6b476
Back to development
2018-03-20 09:15:38 +00:00
Tim-Philipp Müller
01039a1548
Update docs
2018-03-19 20:15:02 +00:00
Tim-Philipp Müller
3c5b0f3976
Update docs
2018-03-13 19:13:18 +00:00
Tim-Philipp Müller
79725e3e2b
Update docs
2018-03-03 22:07:15 +00:00
Tim-Philipp Müller
8292ab8236
Back to development
2018-02-15 19:44:17 +00:00
Tim-Philipp Müller
fa81c0c7e9
docs: update plugin docs
2018-02-15 16:58:17 +00:00
Tim-Philipp Müller
c84c561810
docs: add audiomixer + audiointerleave to plugin docs
2018-02-13 16:43:44 +00:00
Tim-Philipp Müller
ffaec4e859
docs: update plugin docs for recent changes
2018-02-13 16:40:19 +00:00
Tim-Philipp Müller
4647d6684f
GstAudioAggregator: hook up to build
...
https://bugzilla.gnome.org/show_bug.cgi?id=791218
2018-02-13 16:09:09 +00:00
Tim-Philipp Müller
656886e781
docs: plugins: add opengl plugin to docs
2017-12-19 12:02:06 +00:00
Tim-Philipp Müller
3cd97e975f
docs: update for git master
2017-12-19 12:02:01 +00:00
Sebastian Dröge
112cc33d6a
Release 1.12.0
2017-05-04 15:37:27 +03:00
Sebastian Dröge
1debd803de
Release 1.11.91
2017-04-27 17:25:49 +03:00
Sebastian Dröge
910b2ca6d2
Release 1.11.90
2017-04-07 16:31:10 +03:00
Francisco Velazquez
b8a97007cc
docs: Fix broken URL in reference manual
...
https://bugzilla.gnome.org/show_bug.cgi?id=780566
2017-03-27 12:54:02 +01:00
Nicolas Dufresne
fb7d9e26ff
Fix plugin filenames to match pugin names
...
- libgstencodebin.so is now libgstencoding.so
- libgstximage.so is now libgstximagesink.so (meson only)
https://bugzilla.gnome.org/show_bug.cgi?id=779344
2017-03-08 20:04:17 -05:00
Sebastian Dröge
38ec8f396f
rawparse: Move to gst-plugins-base
...
https://bugzilla.gnome.org/show_bug.cgi?id=774544
2017-02-25 14:48:40 +02:00
Sebastian Dröge
b078f0ad40
Release 1.11.2
2017-02-24 15:07:06 +02:00