Add metadata reading example that loops over a list of filenames, dumping any tags...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 26 Aug 2005 13:28:01 +0000 (13:28 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 26 Aug 2005 13:28:01 +0000 (13:28 +0000)
commite4b8f77538863f343a6868789a92bdd2b8b67eae
tree028bfe41a1d6ea47e82631a758c5a0ec8a5c50cb
parent2ad2bf44d23a962045a73c7f87ba1789c3d510ac
Add metadata reading example that loops over a list of filenames, dumping any tags found.

Original commit message from CVS:
* configure.ac:
* examples/Makefile.am:
* examples/metadata/Makefile.am:
* examples/metadata/read-metadata.c: (message_loop),
(have_pad_handler), (make_pipeline), (print_tag), (main):
Add metadata reading example that loops over a list of filenames,
dumping any tags found.

* gst/gstbus.c: (gst_bus_dispose):
* gst/gstelement.c: (gst_element_dispose):
Release a few potentially-held references in dispose.
ChangeLog
configure.ac
examples/Makefile.am
examples/metadata/Makefile.am [new file with mode: 0644]
examples/metadata/read-metadata.c [new file with mode: 0644]
gst/gstbus.c
gst/gstelement.c
tests/old/examples/Makefile.am
tests/old/examples/metadata/Makefile.am [new file with mode: 0644]
tests/old/examples/metadata/read-metadata.c [new file with mode: 0644]