summaryrefslogtreecommitdiff
path: root/docs/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* Update docsTim-Philipp Müller2018-03-1931-31/+31
|
* Update docsTim-Philipp Müller2018-03-1331-31/+31
|
* Update docsTim-Philipp Müller2018-03-0331-31/+31
|
* Back to developmentTim-Philipp Müller2018-02-1531-31/+31
|
* docs: update plugin docsTim-Philipp Müller2018-02-1531-62/+62
|
* docs: add audiomixer + audiointerleave to plugin docsTim-Philipp Müller2018-02-137-1/+118
|
* docs: update plugin docs for recent changesTim-Philipp Müller2018-02-1310-18/+279
|
* GstAudioAggregator: hook up to buildTim-Philipp Müller2018-02-131-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=791218
* docs: plugins: add opengl plugin to docsTim-Philipp Müller2017-12-199-1/+2639
|
* docs: update for git masterTim-Philipp Müller2017-12-1929-59/+59
|
* Release 1.12.01.12.0Sebastian Dröge2017-05-0429-29/+29
|
* Release 1.11.911.11.91Sebastian Dröge2017-04-2729-29/+29
|
* Release 1.11.901.11.90Sebastian Dröge2017-04-0730-80/+90
|
* docs: Fix broken URL in reference manualFrancisco Velazquez2017-03-271-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=780566
* Fix plugin filenames to match pugin namesNicolas Dufresne2017-03-083-3/+16
| | | | | | | - libgstencodebin.so is now libgstencoding.so - libgstximage.so is now libgstximagesink.so (meson only) https://bugzilla.gnome.org/show_bug.cgi?id=779344
* rawparse: Move to gst-plugins-baseSebastian Dröge2017-02-2534-54/+392
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=774544
* Release 1.11.21.11.2Sebastian Dröge2017-02-2428-27/+77
|
* Release 1.11.11.11.1Sebastian Dröge2017-01-1229-40/+71
|
* Release 1.10.01.10.0Sebastian Dröge2016-11-0127-27/+27
|
* Release 1.9.901.9.90Sebastian Dröge2016-09-3027-27/+27
|
* Release 1.9.21.9.2Sebastian Dröge2016-09-0128-28/+36
|
* Add more files to .gitignoreTim-Philipp Müller2016-07-231-0/+1
|
* docs: add playbin3, decodebin3, parsebin, urisourcebin to docsTim-Philipp Müller2016-07-223-0/+212
| | | | Docs still need some fleshing out though.
* Release 1.9.11.9.1Sebastian Dröge2016-07-0631-54/+936
|
* plugin-doc: Minor re-orderNicolas Dufresne2016-06-211-1/+1
|
* Automatic update of plugins doc filesNicolas Dufresne2016-06-217-152/+102
|
* docs: Update for git masterSebastian Dröge2016-05-1528-70/+100
|
* Release 1.8.01.8.0Sebastian Dröge2016-03-2427-27/+27
|
* Release 1.7.911.7.91Sebastian Dröge2016-03-1527-27/+27
|
* Release 1.7.901.7.90Sebastian Dröge2016-03-0128-28/+29
|
* docs: add Opus to docsTim-Philipp Müller2016-02-266-2/+238
|
* Release 1.7.21.7.2Sebastian Dröge2016-02-1930-27/+40
|
* Release 1.7.11.7.1Sebastian Dröge2015-12-2426-52/+52
|
* docs: update to gitSebastian Dröge2015-12-1628-61/+90
|
* audio-converter: move audio converter to audio libsWim Taymans2015-11-061-1/+0
| | | | Move the audio-converter helper to the audio library.
* docs: add alsamidisrc to docsStefan Sauer2015-10-015-2/+44
|
* Release 1.6.01.6.0Sebastian Dröge2015-09-2526-26/+26
|
* Release 1.5.911.5.91Sebastian Dröge2015-09-1826-26/+26
|
* Release 1.5.901.5.90Sebastian Dröge2015-08-1927-35/+45
|
* x/xv_image_sink: rename for consitencyStefan Sauer2015-07-061-12/+12
| | | | | Insert '_' to match the CamelCase. This is needed so that the plugin docs can guess the names from the type name.
* docs: update master doc for pluginsStefan Sauer2015-07-061-7/+15
|
* docs: order and canonicalize the -sections.txt fileStefan Sauer2015-07-031-261/+384
| | | | | | Have all sections in alphabetical order. Also make the macro order consistent. This is a preparation for generating the file. Remove GET_CLASS macro for some elements, since it is not used and the header is not installed.
* Release 1.5.21.5.2Sebastian Dröge2015-06-2427-26/+46
|
* docs: remove variables that we define in the snippet from commonStefan Sauer2015-06-071-3/+0
| | | | This is syncing our Makefile.am with upstream gtkdoc.
* Release 1.5.11.5.1Sebastian Dröge2015-06-0729-69/+187
|
* tcp: Add element socketsrcWilliam Manley2015-03-134-0/+31
| | | | | | | | | | | | | | | | `socketsrc` can be considered a source counterpart to `multisocketsink`. It can be considered a generalization of `tcpclientsrc` and `tcpserversrc`: it contains all the logic required to communicate over the socket but none of the logic for creating the sockets/establishing the connection in the first place, allowing the user to accomplish this externally in whatever manner they wish making it applicable to other types of sockets besides TCP. This commit essentially copies the implementation directly from tcpserversrc. Later patches will tidy the implementation up and re-implement `tcpclientsrc` and `tcpserversrc` in terms of `socketsrc`. See https://bugzilla.gnome.org/show_bug.cgi?id=739546
* docs: update to gitTim-Philipp Müller2014-11-1529-58/+65
|
* Release 1.4.01.4.0Sebastian Dröge2014-07-1928-28/+28
|
* Release 1.3.911.3.91Sebastian Dröge2014-07-1127-27/+27
|
* Release 1.3.901.3.90Sebastian Dröge2014-06-2828-28/+28
|