# Generated by Makefile. Do not edit.

commit ce24afc337572ba9f2e0b9693756dde7fcac4543
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Mon Jun 21 15:06:25 2010 +0530

    xml: Support ID3 in MP3 profiles
    
    This also makes encoding work, since a container needs to be provided
    for encoding.

 data/mp3.xml |   33 +++++++++++++++++++++++++--------
 1 files changed, 25 insertions(+), 8 deletions(-)

commit 9f442945c3c0fc3d6f01788deae9c6f248c01d9e
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 24 18:16:57 2010 +0530

    build: Get rid of gst-convenience warning
    
    Suppress the unstable API warning so we don't miss other warnings.

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 4872007d251da8d5a11c6021388feff4401ca08c
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 24 18:12:46 2010 +0530

    tests: Move XML test cases
    
    Undo unnecessary nesting now that this is a spearate package.

 tests/dlna/xml/dlna-profile-illegal-base.xml       |   10 ------
 tests/dlna/xml/dlna-profile-illegal-parent.xml     |   11 -------
 tests/dlna/xml/dlna-profile-missing-attribute.xml  |    8 -----
 tests/dlna/xml/dlna-profile-parent-order.xml       |   30 --------------------
 tests/dlna/xml/dlna-profiles-empty.xml             |    6 ----
 .../dlna/xml/dlna-profiles-restrictions-order.xml  |   20 -------------
 tests/dlna/xml/field-no-value.xml                  |   12 --------
 tests/dlna/xml/range-invalid.xml                   |   13 --------
 tests/dlna/xml/restriction-duplicate.xml           |   12 --------
 tests/dlna/xml/restriction-forward-reference.xml   |   13 --------
 tests/dlna/xml/restrictions-illegal-parent.xml     |   11 -------
 tests/dlna/xml/value-empty.xml                     |   13 --------
 tests/dlna/xml/value-invalid.xml                   |   13 --------
 tests/xml/dlna-profile-illegal-base.xml            |   10 ++++++
 tests/xml/dlna-profile-illegal-parent.xml          |   11 +++++++
 tests/xml/dlna-profile-missing-attribute.xml       |    8 +++++
 tests/xml/dlna-profile-parent-order.xml            |   30 ++++++++++++++++++++
 tests/xml/dlna-profiles-empty.xml                  |    6 ++++
 tests/xml/dlna-profiles-restrictions-order.xml     |   20 +++++++++++++
 tests/xml/field-no-value.xml                       |   12 ++++++++
 tests/xml/range-invalid.xml                        |   13 ++++++++
 tests/xml/restriction-duplicate.xml                |   12 ++++++++
 tests/xml/restriction-forward-reference.xml        |   13 ++++++++
 tests/xml/restrictions-illegal-parent.xml          |   11 +++++++
 tests/xml/value-empty.xml                          |   13 ++++++++
 tests/xml/value-invalid.xml                        |   13 ++++++++
 26 files changed, 172 insertions(+), 172 deletions(-)

commit 47b1dd4063a825d5c3b84380ddfb5685e36754d9
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 24 18:11:04 2010 +0530

    doc: Build documentation using gtk-doc

 Makefile.am                 |    4 +-
 configure.ac                |    2 +
 doc/Makefile.am             |   86 +++++++++++++++++++++++++++++++++++++++++++
 doc/gupnp-dlna-docs.sgml    |   62 +++++++++++++++++++++++++++++++
 doc/gupnp-dlna-sections.txt |   68 ++++++++++++++++++++++++++++++++++
 doc/gupnp-dlna.types        |    3 +
 doc/version.xml.in          |    1 +
 7 files changed, 224 insertions(+), 2 deletions(-)

commit 642cec131c85367cf9b8c218916f0f61e3cd3341
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 24 18:00:09 2010 +0530

    libgupnp-dlna: Update GUPnPDLNADiscoverer documentation
    
    This adds documentation for the undocumented parts of the
    GUPnPDLNADiscoverer API and updates other bits.

 libgupnp-dlna/gupnp-dlna-discoverer.c |   67 ++++++++++++++++++++++++++++++++-
 libgupnp-dlna/gupnp-dlna-discoverer.h |   12 ++----
 2 files changed, 69 insertions(+), 10 deletions(-)

commit 3794de4597f453c6963fc960648c29bbd0cc5be5
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 24 17:59:30 2010 +0530

    libgupnp-dlna: Document GUPnPDLNAInformation

 libgupnp-dlna/gupnp-dlna-information.c |   48 +++++++++++++++++++++++++++++--
 1 files changed, 44 insertions(+), 4 deletions(-)

commit 44bd40eb2ab735723fba6ccf0c26664fa4030924
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 24 17:58:15 2010 +0530

    libgupnp-dlna: Don't install gupnp-dlna-load.h
    
    The API to load profiles from disk is not public.

 libgupnp-dlna/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 8442ff31df29bf288ac7ae2526fdadfbc9eeca43
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Jun 24 14:51:32 2010 +0530

    libgupnp-dlna: Return const pointers from get functions
    
    The gupnp_dlna_information_get* functions return pointers to internal
    structure members (since these are not expected to be modified), so
    these should be made const pointers.

 libgupnp-dlna/gupnp-dlna-information.c |    6 +++---
 libgupnp-dlna/gupnp-dlna-information.h |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 55ad6adc5846bf244ee1b89b607a6f7a6495c431
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Mon Jun 21 13:22:22 2010 +0530

    xml: Use 3GPP container correctly
    
    This corrects some ambiguous use of 3GP as an alternative to the ISO
    MPEG4 container.

 data/aac.xml   |   15 ---------------
 data/mpeg4.xml |   15 ++-------------
 2 files changed, 2 insertions(+), 28 deletions(-)

commit 7dbc61382a2579a34f6dda09a119d896cd9fe093
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Sat Jun 19 23:37:44 2010 +0530

    Initial commit

 AUTHORS                                            |    1 +
 COPYING                                            |  482 ++++++++
 ChangeLog                                          |    4 +
 INSTALL                                            |  236 ++++
 Makefile.am                                        |   23 +
 NEWS                                               |    4 +
 README                                             |   11 +
 README.gst-convenience                             |   25 +
 autogen.sh                                         |    5 +
 configure.ac                                       |   52 +
 data/Makefile.am                                   |   21 +
 data/aac.xml                                       |  115 ++
 data/ac3.xml                                       |   23 +
 data/amr.xml                                       |   55 +
 data/avc.xml                                       |  213 ++++
 data/common.xml                                    |  206 ++++
 data/dlna-profiles.rng                             |  159 +++
 data/jpeg.xml                                      |   63 +
 data/lpcm.xml                                      |   66 +
 data/mp3.xml                                       |   54 +
 data/mpeg-ts.xml                                   |  347 ++++++
 data/mpeg1.xml                                     |   86 ++
 data/mpeg4.xml                                     |  500 ++++++++
 data/png.xml                                       |   53 +
 data/wma.xml                                       |   74 ++
 doc/dlna-profiles-example.xml                      |  217 ++++
 gst-convenience/Makefile.am                        |   16 +
 gst-convenience/gst-libs/Makefile.am               |    1 +
 gst-convenience/gst-libs/gst/Makefile.am           |    5 +
 .../gst-libs/gst/discoverer/Makefile.am            |   87 ++
 .../gst/discoverer/gstdiscoverer-enumtypes.c       |   48 +
 .../gst/discoverer/gstdiscoverer-enumtypes.h       |   21 +
 .../gst/discoverer/gstdiscoverer-marshal.c         |   87 ++
 .../gst/discoverer/gstdiscoverer-marshal.h         |   20 +
 .../gst/discoverer/gstdiscoverer-marshal.list      |    1 +
 .../gst-libs/gst/discoverer/gstdiscoverer-types.c  |  446 +++++++
 .../gst-libs/gst/discoverer/gstdiscoverer.c        | 1251 ++++++++++++++++++++
 .../gst-libs/gst/discoverer/gstdiscoverer.h        |  331 ++++++
 gst-convenience/gst-libs/gst/gettext.h             |   69 ++
 gst-convenience/gst-libs/gst/gst-i18n-plugin.h     |   37 +
 gst-convenience/gst-libs/gst/profile/Makefile.am   |   82 ++
 gst-convenience/gst-libs/gst/profile/gstprofile.c  |  553 +++++++++
 gst-convenience/gst-libs/gst/profile/gstprofile.h  |  234 ++++
 .../gst-libs/gst/profile/profile-enumtypes.c       |   29 +
 .../gst-libs/gst/profile/profile-enumtypes.h       |   19 +
 .../gstreamer-discoverer-gupnp-dlna-0.10.deps      |    2 +
 .../gstreamer-discoverer-gupnp-dlna-0.10.vapi      |  106 ++
 .../gstreamer-profile-gupnp-dlna-0.10.deps         |    1 +
 .../gstreamer-profile-gupnp-dlna-0.10.vapi         |   78 ++
 gupnp-dlna-1.0-uninstalled.pc.in                   |   11 +
 gupnp-dlna-1.0.pc.in                               |   11 +
 libgupnp-dlna/Makefile.am                          |   56 +
 libgupnp-dlna/gupnp-dlna-discoverer.c              |  140 +++
 libgupnp-dlna/gupnp-dlna-discoverer.h              |   97 ++
 libgupnp-dlna/gupnp-dlna-information.c             |  205 ++++
 libgupnp-dlna/gupnp-dlna-information.h             |   73 ++
 libgupnp-dlna/gupnp-dlna-load.c                    |  748 ++++++++++++
 libgupnp-dlna/gupnp-dlna-load.h                    |   43 +
 libgupnp-dlna/gupnp-dlna-marshal.list              |    2 +
 libgupnp-dlna/gupnp-dlna-profile.c                 |   70 ++
 libgupnp-dlna/gupnp-dlna-profile.h                 |   73 ++
 libgupnp-dlna/gupnp-dlna-profiles.c                |  442 +++++++
 tests/Makefile.am                                  |    5 +
 tests/dlna-profile-parser.c                        |  111 ++
 tests/dlna/xml/dlna-profile-illegal-base.xml       |   10 +
 tests/dlna/xml/dlna-profile-illegal-parent.xml     |   11 +
 tests/dlna/xml/dlna-profile-missing-attribute.xml  |    8 +
 tests/dlna/xml/dlna-profile-parent-order.xml       |   30 +
 tests/dlna/xml/dlna-profiles-empty.xml             |    6 +
 .../dlna/xml/dlna-profiles-restrictions-order.xml  |   20 +
 tests/dlna/xml/field-no-value.xml                  |   12 +
 tests/dlna/xml/range-invalid.xml                   |   13 +
 tests/dlna/xml/restriction-duplicate.xml           |   12 +
 tests/dlna/xml/restriction-forward-reference.xml   |   13 +
 tests/dlna/xml/restrictions-illegal-parent.xml     |   11 +
 tests/dlna/xml/value-empty.xml                     |   13 +
 tests/dlna/xml/value-invalid.xml                   |   13 +
 77 files changed, 8878 insertions(+), 0 deletions(-)

commit 5dc6021842e6d41fb9f87fcfe225ed8c390b4268
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Sun Jun 20 20:18:16 2010 +0530

    misc: Add .gitignore

 .gitignore |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)