summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update docsTim-Philipp Müller2019-04-11132-259/+449
|
* Back to developmentTim-Philipp Müller2019-03-04128-241/+251
|
* Update docsTim-Philipp Müller2019-02-26129-142/+161
|
* vcdsrc: Remove unusable VCD sourceBastien Nocera2019-02-183-46/+0
| | | | | | | | | | | | | | | | | | The VCD source was ported in 2014 (commit 89eb1e9), but the necessary "cdxaparse" plugin, which is used to "Parse a .dat file (VCD) into raw mpeg1" was never ported. This means that the probable main user for the feature, totem, hasn't actually been able to play back VCDs, since 2012, when it switched to using GStreamer 1.0. Note that even if cdxaparse was finally ported, a lot of work would still be necessary before it is considered usable. Notably, it is missing disc image support [1] and some VCDs just cannot be opened for reading [2]. [1]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/898 [2]: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/899
* Update docsTim-Philipp Müller2019-01-17133-265/+929
|
* Remove openglmixers plugin, moved to -baseTim-Philipp Müller2018-12-283-206/+0
| | | | Merged into the existing opengl plugin in -base.
* Remove compositor plugin which was moved to -baseTim-Philipp Müller2018-12-276-65/+0
| | | | https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/138
* Remove GstVideoAggregator, moved into libgstvideo in -baseTim-Philipp Müller2018-12-264-42/+0
| | | | https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/137
* stereo: remove plugin which has been merged into audiofx in -goodTim-Philipp Müller2018-12-256-74/+0
| | | | https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/457
* Remove daala pluginTim-Philipp Müller2018-12-172-21/+0
| | | | | | | Not so useful now that all effort is focused on AV1 instead. Was only ever enabled with --enable-experimental anyway. Fixes #848
* docs: update for git masterTim-Philipp Müller2018-11-021-3/+13
|
* docs: Follow-up fix for GstPlayer new subtitle-video-offset APIPhilippe Normand2018-11-011-2/+2
| | | | | | These symbols were not renamed after the initial review in Bugzilla. https://bugzilla.gnome.org/show_bug.cgi?id=797134
* player: API additions for subtitle-video-offset propertyPhilippe Normand2018-11-011-0/+3
| | | | | | | This new property contols the synchronisation offset between subtitles and video in nanoseconds. https://bugzilla.gnome.org/show_bug.cgi?id=797134
* docs: plugins: update for git masterTim-Philipp Müller2018-09-2414-26/+384
|
* docs: plugins: updateTim-Philipp Müller2018-05-055-1/+54
|
* docs: mpegts: add atsc docsStefan Ringel2018-04-231-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730940
* debugutils: Add a testsrcbin elementThibault Saunier2018-04-192-0/+14
| | | | | | | | | | | This is a simple Bin that will expose audiotestsrc or videotestsrc based on what is asked by the user either through the GstURIHandler API or through the "stream-types" property. This element also provides GstStream and GstStreamCollection so it is nicely usable from playbin3. https://bugzilla.gnome.org/show_bug.cgi?id=795366
* docs: plugins: remove stale xml data for moved or renamed pluginsTim-Philipp Müller2018-03-273-196/+0
| | | | | | | rawparse plugin moved to -base, only legacyrawparse remains. siren plugin was renamed and was listed twice. https://bugzilla.gnome.org/show_bug.cgi?id=794069
* Back to developmentTim-Philipp Müller2018-03-20126-239/+239
|
* Update docsTim-Philipp Müller2018-03-19126-126/+126
|
* Update docsTim-Philipp Müller2018-03-13127-128/+126
|
* docs: update api decorators to ignoreTim-Philipp Müller2018-03-131-1/+2
|
* docs: plugins: add some more elements and pluginsTim-Philipp Müller2018-03-121-17/+254
|
* docs: add wasapi elementsTim-Philipp Müller2018-03-105-0/+188
|
* Update docsTim-Philipp Müller2018-03-03125-238/+238
|
* Remove schroedinger pluginTim-Philipp Müller2018-03-015-850/+0
| | | | | | | No upstream (website disappeared), no maintainer, and pretty much a fringe format anyway. https://bugzilla.gnome.org/show_bug.cgi?id=776215
* docs: add new audiolatency element to docs and update docs for gitTim-Philipp Müller2018-02-28119-122/+219
|
* docs: plugins: add some more elementsTim-Philipp Müller2018-02-262-45/+408
| | | | | Many will still be missing corresponding doc sections in the source code though.
* doc: Add section for fakevideosinkNicolas Dufresne2018-02-212-0/+17
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=793624
* Back to developmentTim-Philipp Müller2018-02-15123-123/+123
|
* docs: update plugin docsTim-Philipp Müller2018-02-15128-1152/+1393
|
* audioaggregator: remove, moved to -baseTim-Philipp Müller2018-02-132-11/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791218
* audiomixer: remove, moved to -baseTim-Philipp Müller2018-02-133-111/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791218
* qt: remove plugin, moved to -goodTim-Philipp Müller2018-02-122-59/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754094
* gtk: remove, plugin has moved to -goodTim-Philipp Müller2018-02-123-118/+0
|
* webrtcbin: an element that handles the transport aspects of webrtc connectionsMatthew Waters2018-02-024-0/+132
| | | | | | | | | | | | | | | | | | | | SDP's are generated and consumed according to the W3C PeerConnection API available from https://www.w3.org/TR/webrtc/ The SDP is either created initially from the connected sink pads/attached transceivers as in the case of generating an offer or intersected with the connected sink pads/attached transceivers as in the case for creating an answer. In both cases, the rtp payloaded streams sent by the peer are exposed as separate src pads. The implementation supports trickle ICE, RTCP muxing, reduced size RTCP. With contributions from: Nirbheek Chauhan <nirbheek@centricular.com> Mathieu Duponchelle <mathieu@centricular.com> Edward Hervey <edward@centricular.com> https://bugzilla.gnome.org/show_bug.cgi?id=792523
* gl: remove GStreamer OpenGL integration library and move to -baseTim-Philipp Müller2017-12-199-1925/+264
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=754094
* docs: aggregator has moved to baseEdward Hervey2017-12-031-6/+0
|
* Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2017-12-023-44/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=739010
* codecparsers: mpegvideoparser: remove API that was deprecated 5 years agoTim-Philipp Müller2017-11-261-7/+9
| | | | | | Libraries in -bad are not covered by our API/ABI stability guarantees, and to the best of our knowledge everyone using this API has moved to the replacement APIs ages ago.
* aggregator: Remove pad iterator functionOlivier Crête2017-11-021-1/+0
| | | | | | Use new gst_element_foreach_sink_pad() from core instead. https://bugzilla.gnome.org/show_bug.cgi?id=785679
* docs: update for git masterTim-Philipp Müller2017-08-03109-245/+727
|
* gl/docs: some documentation updatesMatthew Waters2017-07-281-2/+7
| | | | Add some missing/incomplete docs
* webvttenc: Change src pad template to application/x-subtitle-vttSeungha Yang2017-07-181-2/+2
| | | | | | Use consistent mime-type with subparse element for webvtt format https://bugzilla.gnome.org/show_bug.cgi?id=784715
* wildmidi: Port to 1.0 on top of the nonstreamaudiodecoder base classCarlos Rafael Giani2017-05-221-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=768576
* aggregator: Add downstream allocation queryOlivier Crête2017-05-211-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746529
* glcontext: add public swap_buffers functionMatthew Waters2017-05-211-0/+1
| | | | That simply calls the implementation
* Release 1.12.01.12.0Sebastian Dröge2017-05-04113-113/+113
|
* Release 1.11.911.11.91Sebastian Dröge2017-04-27113-114/+122
|
* Release 1.11.901.11.90Sebastian Dröge2017-04-07113-132/+167
|