summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-03-04Back to developmentTim-Philipp Müller128-241/+251
2019-02-26Update docsTim-Philipp Müller129-142/+161
2019-02-18vcdsrc: Remove unusable VCD sourceBastien Nocera3-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
2019-01-17Update docsTim-Philipp Müller133-265/+929
2018-12-28Remove openglmixers plugin, moved to -baseTim-Philipp Müller3-206/+0
Merged into the existing opengl plugin in -base.
2018-12-27Remove compositor plugin which was moved to -baseTim-Philipp Müller6-65/+0
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/138
2018-12-26Remove GstVideoAggregator, moved into libgstvideo in -baseTim-Philipp Müller4-42/+0
https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/137
2018-12-25stereo: remove plugin which has been merged into audiofx in -goodTim-Philipp Müller6-74/+0
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/457
2018-12-17Remove daala pluginTim-Philipp Müller2-21/+0
Not so useful now that all effort is focused on AV1 instead. Was only ever enabled with --enable-experimental anyway. Fixes #848
2018-11-02docs: update for git masterTim-Philipp Müller1-3/+13
2018-11-01docs: Follow-up fix for GstPlayer new subtitle-video-offset APIPhilippe Normand1-2/+2
These symbols were not renamed after the initial review in Bugzilla. https://bugzilla.gnome.org/show_bug.cgi?id=797134
2018-11-01player: API additions for subtitle-video-offset propertyPhilippe Normand1-0/+3
This new property contols the synchronisation offset between subtitles and video in nanoseconds. https://bugzilla.gnome.org/show_bug.cgi?id=797134
2018-09-24docs: plugins: update for git masterTim-Philipp Müller14-26/+384
2018-05-05docs: plugins: updateTim-Philipp Müller5-1/+54
2018-04-23docs: mpegts: add atsc docsStefan Ringel1-0/+12
https://bugzilla.gnome.org/show_bug.cgi?id=730940
2018-04-19debugutils: Add a testsrcbin elementThibault Saunier2-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
2018-03-27docs: plugins: remove stale xml data for moved or renamed pluginsTim-Philipp Müller3-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
2018-03-20Back to developmentTim-Philipp Müller126-239/+239
2018-03-19Update docsTim-Philipp Müller126-126/+126
2018-03-13Update docsTim-Philipp Müller127-128/+126
2018-03-13docs: update api decorators to ignoreTim-Philipp Müller1-1/+2
2018-03-12docs: plugins: add some more elements and pluginsTim-Philipp Müller1-17/+254
2018-03-10docs: add wasapi elementsTim-Philipp Müller5-0/+188
2018-03-03Update docsTim-Philipp Müller125-238/+238
2018-03-01Remove schroedinger pluginTim-Philipp Müller5-850/+0
No upstream (website disappeared), no maintainer, and pretty much a fringe format anyway. https://bugzilla.gnome.org/show_bug.cgi?id=776215
2018-02-28docs: add new audiolatency element to docs and update docs for gitTim-Philipp Müller119-122/+219
2018-02-26docs: plugins: add some more elementsTim-Philipp Müller2-45/+408
Many will still be missing corresponding doc sections in the source code though.
2018-02-21doc: Add section for fakevideosinkNicolas Dufresne2-0/+17
https://bugzilla.gnome.org/show_bug.cgi?id=793624
2018-02-15Back to developmentTim-Philipp Müller123-123/+123
2018-02-15docs: update plugin docsTim-Philipp Müller128-1152/+1393
2018-02-13audioaggregator: remove, moved to -baseTim-Philipp Müller2-11/+0
https://bugzilla.gnome.org/show_bug.cgi?id=791218
2018-02-13audiomixer: remove, moved to -baseTim-Philipp Müller3-111/+0
https://bugzilla.gnome.org/show_bug.cgi?id=791218
2018-02-12qt: remove plugin, moved to -goodTim-Philipp Müller2-59/+0
https://bugzilla.gnome.org/show_bug.cgi?id=754094
2018-02-12gtk: remove, plugin has moved to -goodTim-Philipp Müller3-118/+0
2018-02-02webrtcbin: an element that handles the transport aspects of webrtc connectionsMatthew Waters4-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
2017-12-19gl: remove GStreamer OpenGL integration library and move to -baseTim-Philipp Müller9-1925/+264
https://bugzilla.gnome.org/show_bug.cgi?id=754094
2017-12-03docs: aggregator has moved to baseEdward Hervey1-6/+0
2017-12-02Remove GstAggregator from -bad, moved to coreTim-Philipp Müller3-44/+0
https://bugzilla.gnome.org/show_bug.cgi?id=739010
2017-11-26codecparsers: mpegvideoparser: remove API that was deprecated 5 years agoTim-Philipp Müller1-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.
2017-11-02aggregator: Remove pad iterator functionOlivier Crête1-1/+0
Use new gst_element_foreach_sink_pad() from core instead. https://bugzilla.gnome.org/show_bug.cgi?id=785679
2017-08-03docs: update for git masterTim-Philipp Müller109-245/+727
2017-07-28gl/docs: some documentation updatesMatthew Waters1-2/+7
Add some missing/incomplete docs
2017-07-18webvttenc: Change src pad template to application/x-subtitle-vttSeungha Yang1-2/+2
Use consistent mime-type with subparse element for webvtt format https://bugzilla.gnome.org/show_bug.cgi?id=784715
2017-05-22wildmidi: Port to 1.0 on top of the nonstreamaudiodecoder base classCarlos Rafael Giani1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=768576
2017-05-21aggregator: Add downstream allocation queryOlivier Crête1-0/+2
https://bugzilla.gnome.org/show_bug.cgi?id=746529
2017-05-21glcontext: add public swap_buffers functionMatthew Waters1-0/+1
That simply calls the implementation
2017-05-04Release 1.12.0Sebastian Dröge113-113/+113
2017-04-27Release 1.11.91Sebastian Dröge113-114/+122
2017-04-07Release 1.11.90Sebastian Dröge113-132/+167
2017-03-13gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters1-5/+3
They can describe in more detail (such as component sizes) the requested format.