diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2005-08-26 13:28:01 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2005-08-26 13:28:01 +0000 |
commit | e4b8f77538863f343a6868789a92bdd2b8b67eae (patch) | |
tree | 028bfe41a1d6ea47e82631a758c5a0ec8a5c50cb /examples/Makefile.am | |
parent | 2ad2bf44d23a962045a73c7f87ba1789c3d510ac (diff) |
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.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index ec9b8b1cd..e73eaab0a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -11,6 +11,7 @@ dirs = \ thread \ plugins \ mixer \ + metadata \ controller \ cutter \ pingpong \ |