summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2015-08-28audiobasesink: Fix incorrect/missing custom slaving method documentationCarlos Rafael Giani1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=754199
2015-08-19Release 1.5.90Sebastian Dröge27-35/+45
2015-07-06x/xv_image_sink: rename for consitencyStefan Sauer1-12/+12
Insert '_' to match the CamelCase. This is needed so that the plugin docs can guess the names from the type name.
2015-07-06docs: update master doc for pluginsStefan Sauer1-7/+15
2015-07-06docs: Add new symbols to the docs and .def filesSebastian Dröge1-0/+4
2015-07-03docs: order and canonicalize the -sections.txt fileStefan Sauer1-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.
2015-06-24Release 1.5.2Sebastian Dröge27-26/+46
2015-06-19Add gst_video_multiview_guess_half_aspect() to the docsJan Schmidt1-0/+1
2015-06-11video: Add multiview/stereo supportJan Schmidt1-0/+23
Add flags and enums to support multiview signalling in GstVideoInfo and GstVideoFrame, and the caps serialisation and deserialisation. videoencoder: Copy multiview settings from reference input state Add gst_video_multiview_* support API and GstVideoMultiviewMeta meta https://bugzilla.gnome.org/show_bug.cgi?id=611157
2015-06-09GstRTSPConnection: Add GTlsInteraction supportXavier Claessens1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=750471
2015-06-07docs: remove variables that we define in the snippet from commonStefan Sauer2-6/+0
This is syncing our Makefile.am with upstream gtkdoc.
2015-06-07Release 1.5.1Sebastian Dröge29-69/+187
2015-06-05rtcpbuffer: Improve documentation of new functions a bitSebastian Dröge1-0/+2
Also actually add them to the documentation.
2015-06-01encodebin: Add a way to enable/disabled a GstEncodingProfileThibault Saunier1-0/+2
Summary: So that the user can easily use the same encoding profile to render with/without audio/video stream. API: gst_encoding_profile_is_disabled gst_encoding_pofile_set_enabled https://bugzilla.gnome.org/show_bug.cgi?id=749056
2015-05-30part-stereo-multiview-video: Add a section of open design questionsJan Schmidt1-8/+111
2015-05-19discoverer: Add serialization methods.Mathieu Duponchelle1-0/+3
[API] gst_discoverer_info_to_variant [API] gst_discoverer_info_from_variant [API] GstDiscovererSerializeFlags + Serializes as a GVariant + Adds a test + Does not serialize potential GstToc (s) https://bugzilla.gnome.org/show_bug.cgi?id=748814
2015-05-18docs: a random set of trivial fixes for the library docsStefan Sauer1-3/+36
Warnings down to 35, unused symbols doen to 112.
2015-05-18docs: add fdmemory to docsStefan Sauer2-0/+25
2015-05-18docs: a random set of trivial fixes for the library docsStefan Sauer1-10/+1
All those where super straight forward from the warnings gtkdoc prints. It kind of makes sense to apply them before the list of warnings is >100 and people complain that gtkdoc is noisy.
2015-05-18mikey: fix a bunch of doc warningsStefan Sauer1-5/+17
Rename header/source mismatch of parameters. Update the exposed API in sections.txt.
2015-05-04video: add NV61 format supportAurélien Zanelli1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=746466
2015-05-04docs: add new video API to docsTim-Philipp Müller1-0/+3
2015-04-03doc: Add gst_video_encoder_get_allocator() to docNicolas Dufresne1-0/+1
2015-03-13tcp: Add element socketsrcWilliam Manley4-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
2015-03-13docs: Add new video functions and objects. Cleanup a little.Jan Schmidt2-11/+80
Add GstVideoChroma, GstVideoDither, GstVideoScaler and friends to the docs. Remove and clean up a few obsolete/deleted refs and typos
2015-02-13install-plugins: add new API to exports .def and to docsTim-Philipp Müller1-0/+3
https://bugzilla.gnome.org/show_bug.cgi?id=744465
2015-02-09rtspmessage: add API to add and get custom headersTim-Philipp Müller1-0/+4
Add API to add and get custom headers that are not covered by our header fields enum. This is backwards compatible in that it will also work for our defined fields, so if we ever add a new header field to the enum, get_header_by_name() for the same header string will still work. API: gst_rtsp_message_add_header_by_name() API: gst_rtsp_message_take_header_by_name() API: gst_rtsp_message_remove_header_by_name() API: gst_rtsp_message_get_header_by_name()
2014-11-28encodebin: Add a way to disable caps renegotiation for output stream formatThibault Saunier1-0/+2
In some cases, the user might want the stream outputted by encodebin to be in the exact same format during all the stream. We should let the user specify when this is the case. This commit add some API in the GstEncodingProfile to determine whether the format can be renegotiated after the encoding started or not. API: gst_encoding_profile_set_allow_dynamic_output gst_encoding_profile_get_allow_dynamic_output https://bugzilla.gnome.org/show_bug.cgi?id=740214
2014-11-15docs: update to gitTim-Philipp Müller29-58/+65
2014-11-11defs: update defs and docsWim Taymans1-3/+6
2014-11-01video: add video blend helper functions to docsTim-Philipp Müller1-0/+5
I don't think those were ever meant to be made public, but they are, so we might as well document them.
2014-10-02design: Add a proposal for handling stereoscopic 3D and multiviewJan Schmidt1-0/+175
2014-09-24video: convertor -> converterWim Taymans1-6/+6
2014-09-24video: move videoconvert code to video libraryWim Taymans1-0/+11
Move the conversion code used in videoconvert to the video library and expose a simple but generic API to do arbitrary conversion. It can currently do colorspace conversion but the plan is to add videoscale to it as well. See https://bugzilla.gnome.org/show_bug.cgi?id=732415
2014-09-24video-color: add gst_video_color_matrix_get_Kr_Kb()Wim Taymans1-0/+1
Move the function to get the color matrix coefficients from videoconvert to the video library.
2014-09-12appsrc: Add push_sample() convenience function for easy appsink -> appsrc useNicola Murino1-0/+1
https://bugzilla.gnome.org/show_bug.cgi?id=728379
2014-08-15video: Add gst_video_guess_framerate() functionJan Schmidt1-0/+1
Takes a nominal frame duration and returns a standard FPS if it matches closely enough (< 0.1%), or else calculates a framerate that'll do.
2014-08-15video: Various simple docs fixesJan Schmidt1-1/+0
2014-07-19Release 1.4.0Sebastian Dröge28-28/+28
2014-07-11Release 1.3.91Sebastian Dröge27-27/+27
2014-06-28Release 1.3.90Sebastian Dröge28-28/+28
2014-06-22Release 1.3.3Sebastian Dröge27-27/+27
2014-06-11docs: add streamsynchronizer to documentationTim-Philipp Müller2-0/+16
2014-06-11docs: add playsink element to documentationTim-Philipp Müller2-7/+40
2014-06-11docs: add navigation interface to docsTim-Philipp Müller1-0/+1
2014-05-21Release 1.3.2Sebastian Dröge27-27/+27
2014-05-03discoverer: Add APIs to simply get installer details for missing pluginsThibault Saunier1-0/+1
Currently the API is far from optimal and the user has to work around our badly defined API to simply install missing plugins. API: new: gst_discoverer_info_get_missing_elements_installer_details deprecated: gst_discoverer_info_get_misc gst_discoverer_stream_info_get_misc https://bugzilla.gnome.org/show_bug.cgi?id=720596
2014-05-03Release 1.3.1Sebastian Dröge29-53/+94
2014-03-24docs: add MIKEY docsWim Taymans2-0/+94
2014-03-11docs: update plugin docs and remove old properties and signalsTim-Philipp Müller28-3352/+1271
Re-generate .args and .signals file from scratch so that old signals that no longer exist (such as the 'new-decoded-pad' signal on decodebin) no longer show up in the documentation.