summaryrefslogtreecommitdiffstats
path: root/tests/icles/metadata_editor.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-07Add more tags. Improve test app.Edgard Lima1-29/+290
Original commit message from CVS: Add more tags. Improve test app.
2008-02-02ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for ↵Tim-Philipp Müller1-3/+2
the release, it's not ready to be autoplug... Original commit message from CVS: * ext/metadata/gstmetadatademux.c: Demote metadatademux to GST_RANK_NONE for the release, it's not ready to be autoplugged yet. * tests/icles/metadata_editor.c: Fix printf format warning for GType on ppc32 by removing it, since it doesn't make sense to print the GType value anyway.
2008-01-29ext/metadata/README: Formatting.Stefan Kost1-0/+1
Original commit message from CVS: * ext/metadata/README: Formatting. * tests/icles/metadata_editor.c: Include stdlib.h.
2008-01-27tests/icles/metadata_editor.c: Printf format fix.Stefan Kost1-1/+2
Original commit message from CVS: * tests/icles/metadata_editor.c: Printf format fix.
2008-01-26configure.ac: Check for libglade-2.0, for the metadata-editor example.Tim-Philipp Müller1-2/+2
Original commit message from CVS: * configure.ac: Check for libglade-2.0, for the metadata-editor example. * tests/icles/Makefile.am: Only try to build the metadata-editor example if we have gtk and glade (otherwise the build would just fail ...); fix build in uninstalled setup. * tests/icles/metadata_editor.c: (on_cell_edited), (ui_add_columns): Fix compiler warnings (use GLib macros to cast pointer <-> int).
2008-01-25Add lot of documentation.Edgard Lima1-0/+1015
Original commit message from CVS: Add lot of documentation.