summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation for GStreamer specific API of GUPnP-DLNA.Krzesimir Nowak2013-01-163-1/+152
|
* Document new API, fix annotations.Krzesimir Nowak2013-01-163-10/+21
| | | | | | Most of the GUPnPDLNA*Information API is skipped by GObject Introspection, though. I have to learn whether it is possible to have API returning simple structs by value to be bindable.
* Fix out-of-srcdir build when --enable-gtk-doc is used.Krzesimir Nowak2012-12-182-2/+2
| | | | Gtk-doc docs about DOC_SOURCE_DIR are misleading.
* Prepare 0.9.0gupnp-dlna-0.9.0Jens Georg2012-11-302-0/+2
|
* Upgrade build system to build all the new codeKrzesimir Nowak2012-11-301-82/+2
| | | | Also, bumped API version to 2.0.
* Split documentation generation into two partsKrzesimir Nowak2012-11-307-86/+248
| | | | | | One part is for general users of GUPnP-DLNA API - i.e. about GUPnPDLNAProfile and GUPnPDLNAProfileGuesser. The other part is a semi public API for metadata extractor plugin writers.
* Change API and so versionJens Georg2012-11-211-1/+1
|
* docs: Add "new" discoverer methodsJens Georg2011-12-081-0/+4
|
* Rename gupnp-dlna-load.[hc] to profile-loading.[hc]Parthasarathi Susarla2011-02-231-1/+1
|
* Get rid of nasty warnings when building docsLuis de Bethencourt2011-02-031-1/+1
| | | | | Added a SCANGOBJ_OPTIONS in the Makefile.am so gst_init is executed before using gstreamer in the gupnp-dlna-scan.
* libgupnp-dlna: Use encoding-profile from plugins-baseParthasarathi Susarla2011-01-211-2/+0
| | | | | | | | | | | - Give up on the local copy of gstprofile (from gst-convenience) and use the encoding-profile api from gst-plugins-base. - Stop using GstEncodingProfile for in memory representation of the on disk XML profiles but rather create GstEncodingProfile on the fly. - We now use a single GstCaps variable each for audio/video and container instead of a GList and merge them as they are processed from the XML file.
* doc: remove dependence on the internal copy of discovererParthasarathi Susarla2010-11-081-2/+2
|
* docs: Add GUPnPDLNAProfile generated docsArun Raghavan2010-08-143-1/+4
| | | | | | Since the GUPnPDLNAProfile object is now part of the public API (we return it from a couple of GUPnPDLNADiscoverer functions), we add it to the generated documentation as well.
* docs: Add a note about Gst initialisationArun Raghavan2010-08-141-0/+5
| | | | | This is particularly important now that we load profiles at Discoverer class initialisation time.
* doc: Build documentation using gtk-docArun Raghavan2010-06-245-0/+220
|
* Initial commitArun Raghavan2010-06-201-0/+217