summaryrefslogtreecommitdiff
path: root/docs/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* play: Introducing the new playback libraryStephan Hesse2021-03-091-0/+1
| | | | | | | | | | | | | | This aims to be a replacement for the GstPlayer library. In GstPlay, notifications are sent as application messages through a dedicated GstBus. The GMainContext-based signal dispatcher was replaced by a GObject signal adapter, now relying on the bus to emit its signals. The signal dispatcher is now optional and fully decoupled from the GstPlay object. Co-authored with: Philippe Normand <philn@igalia.com> Fixes #394 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2061>
* transcoder: Remove un-needed gst_init callPhilippe Normand2021-02-261-2/+1
| | | | | | We can safely assume GStreamer is already initialized from here. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1840>
* docs: don't exit the subdir when optional deps aren't foundMathieu Duponchelle2020-12-031-3/+1
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1854>
* rtmp2sink: add docs section with since marker on new stop-commands propertyNazar Mokrynskyi2020-09-091-0/+1
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1256>
* docs: fix gst-docs build if opencv is not being builtTim-Philipp Müller2020-08-181-1/+6
| | | | | | | | The disabler in opencv_dep (retrieved via libs_doc) will cause a meson interpreter error if opencv is not being built: ERROR: The += operator currently only works with arrays, dicts, strings or ints Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1519>
* build/vulkan: split vulkan girMatthew Waters2020-08-151-2/+25
| | | | | | also add to docs Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1506>
* docs: include *.cc and *.hh in gst-c-sourcesMathieu Duponchelle2020-08-061-0/+4
| | | | Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1491>
* docs: Document basecamerabinsrcThibault Saunier2020-06-231-0/+1
|
* meson: mark plugins cache target as always staleMathieu Duponchelle2020-06-231-0/+1
|
* docs: generate documentation for libgstopencvMathieu Duponchelle2020-06-231-3/+11
|
* doc: Require hotdoc >= 0.11.0Thibault Saunier2020-06-041-0/+11
|
* codecs: Add basic documentation stubsThibault Saunier2020-04-081-0/+1
|
* docs: Scan C++ files tooPhilippe Normand2020-03-131-0/+2
|
* Import GstTranscoderSaunier Thibault2019-08-281-0/+1
|
* meson: Don't generate doc cache when no plugins are enabledMatthew Waters2019-08-231-1/+3
| | | | Fixes gst-build with -Dauto-features=disabled -Dbad=enabled
* build: Fix error messages for missing hotdoc extensionsTing-Wei Lan2019-07-101-1/+1
|
* docs: document gstreamer-bad-audioMathieu Duponchelle2019-06-011-2/+5
| | | | | And unprefix subproject paths, making a special case for webrtc, to not conflict with the webrtc plugin
* mpegtsmux: add SECTION commentMathieu Duponchelle2019-05-301-0/+1
| | | | | We include an example for injecting sections in the transport stream in the documentation
* docs: Stop building the doc cache by defaultThibault Saunier2019-05-161-2/+1
| | | | | | And update the cache Fixes https://gitlab.freedesktop.org/gstreamer/gst-docs/issues/36
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+184