summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-131-5/+3
| | | | They can describe in more detail (such as component sizes) the requested format.
* Add old plugins names to cruft listNicolas Dufresne2017-03-123-9/+9
| | | | | | | This helps fixing uninstalled setup. Also fixes some path in plugin xml files. https://bugzilla.gnome.org/show_bug.cgi?id=779344
* Fix doc generationNicolas Dufresne2017-03-081-1/+1
| | | | | | | | This regression was caused by the renaming of plugin-sdp into plugin-sdpelem. The doc reference needed an update. Also, add the old xml to the cruft file list. https://bugzilla.gnome.org/show_bug.cgi?id=779344
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-082-3/+46
| | | | | | | | | | | | - libgstgtksink.so -> libgstgtk.so - libgstteletextdec.so -> libgstteletex.so - libgstcamerabin2.so -> libgstcamerabin.so - libgstonvif.so -> libgstrtponvif.so (meson only) - sdp -> sdpelem (avoid clash with libgstsdp) - gstsiren -> siren - libgstkmssink.so -> libgstkms.so https://bugzilla.gnome.org/show_bug.cgi?id=779344
* Update Edgard Lima's emailEdgard Lima2017-02-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779230
* Release 1.11.21.11.2Sebastian Dröge2017-02-24115-114/+459
|
* audiomixmatrix: New element that mixes audio channelsVivia Nikolaidou2017-02-231-0/+16
| | | | | | | | | | This element transforms a given number of input channels into a given number of output channels according to a given transformation matrix. The matrix coefficients must be between -1 and 1. In the auto mode, input/output channels are automatically negotiated and the transformation matrix is a truncated or zero-padded identity matrix. https://bugzilla.gnome.org/show_bug.cgi?id=777376
* fdk-aac: fix version numberStefan Sauer2017-01-201-0/+0
| | | | As pointed out on irc, the version was menat to be 0.1.4.
* player: Add support for selecting a specific video sinkLyon Wang2017-01-171-0/+1
| | | | | | | | - Add overlay video renderer "video-sink" property, so that can be set - In create_video_sink, it returns video sink instead of always NULL - Add new renderer_new_with_sink() API to set video sink https://bugzilla.gnome.org/show_bug.cgi?id=776490
* player: Add get video snapshot APILyon Wang2017-01-171-0/+3
| | | | | | | Add get video snapshot API: gst_player_get_video_snapshot() https://bugzilla.gnome.org/show_bug.cgi?id=773709
* glutils: document functionsMatthew Waters2017-01-131-1/+1
|
* glutils: privatise matrix multiplication/videoaffinetransformation retrievalMatthew Waters2017-01-131-2/+0
|
* gl/utils: also take care of the local GL context in query functionsMatthew Waters2017-01-131-1/+0
| | | | | Simplifies a deduplicates a lot of code in elements retrieving/setting the local OpenGL context.
* glutils: remove trivial helper functionMatthew Waters2017-01-131-1/+0
| | | | | gst_gl_caps_replace_all_caps_features() is only used in two places and can be trivially reproduced.
* gl/docs: add symbols from -unused.txtMatthew Waters2017-01-131-1/+50
|
* gl/docs: some type fixes of type namesMatthew Waters2017-01-131-5/+5
|
* Release 1.11.11.11.1Sebastian Dröge2017-01-12114-208/+242
|
* gl: add necessary get_type() functions for allocation params structuresMatthew Waters2017-01-101-2/+5
| | | | All using the existing GstGLAllocationParams infrastructure
* gl/docs/sections.txt: remove non-existant symbolsMatthew Waters2017-01-101-6/+0
|