summaryrefslogtreecommitdiff
path: root/tests/dlna-encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersgupnp-dlna-0.6Jens Georg2012-08-311-2/+2
|
* Remove explicit calls to g_thread_init()Riko Yamada2012-06-231-2/+1
| | | | | | | With recent glib, g_type_init() initializes the thread system for us and g_thread_init() has been deprecated in GLib-2.32. https://bugzilla.gnome.org/show_bug.cgi?id=673472
* libgupnp-dlna: Use encoding-profile from plugins-baseParthasarathi Susarla2011-01-211-3/+5
| | | | | | | | | | | - 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.
* tests: remove dependency on pbutils and build dlna-encodingParthasarathi Susarla2010-10-041-1/+0
|
* license: Change to the LGPL v2.1Arun Raghavan2010-08-241-3/+3
| | | | | The terms remain the same, essentially. It's just a nomenclature change (s/Library/Lesser/g).
* libgupnp-dlna: add getters for propertiesParthasarathi Susarla2010-08-161-1/+3
| | | | | This patch adds the getters for relaxed_mode and extended_mode of GUPnPDLNADiscoverer
* libgupnp-dlna: Move profile list to DLNADiscovererClassArun Raghavan2010-08-141-2/+7
| | | | | | | | | | | | | Instead of keeping the profile list loaded from disk in a static global variable, we now make this a static member on the GUPnPDLNADiscoverer class. Corresponding to this, we move _get_profile() (and future API of a similar nature) from the library-wide namespace into the class' namespace. Based on a patch from: Parthasarathi Susarla <partha.susarla@collabora.co.uk>
* libgupnp-dlna: Make GUPnPDLNAProfile opaqueArun Raghavan2010-08-121-3/+5
| | | | | This moves the public members of GUPnPDLNAProfile into a private structure, accessible by getter methods and properties.
* tests: Add a transcoding exmpleArun Raghavan2010-06-241-0/+238
This takes an input file and transcodes to a given DLNA profile