libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 002521fd01682ffcb3be4eef0b60dd8d3b3873ac
parent 498bb9af50644ab65b12909a1a7074cc38f95701
Author: LRN <lrn1986@gmail.com>
Date:   Sun, 19 Aug 2012 13:52:57 +0000

Disable global tag sending in gst for now, fix the test

Diffstat:
Msrc/plugins/gstreamer_extractor.c | 2++
Msrc/plugins/test_gstreamer.c | 8--------
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/plugins/gstreamer_extractor.c b/src/plugins/gstreamer_extractor.c @@ -1497,10 +1497,12 @@ send_info (GstDiscovererInfo * info, PrivStruct *ps) if (ps->time_to_leave) return; + /* Disable this for now (i.e. only print per-stream tags) if ((tags = gst_discoverer_info_get_tags (info))) { gst_tag_list_foreach (tags, send_tag_foreach, ps); } + */ if (ps->time_to_leave) return; diff --git a/src/plugins/test_gstreamer.c b/src/plugins/test_gstreamer.c @@ -221,14 +221,6 @@ main (int argc, char *argv[]) 0 }, { - EXTRACTOR_METATYPE_LANGUAGE, - EXTRACTOR_METAFORMAT_UTF8, - "text/plain", - "en", - strlen ("en") + 1, - 0 - }, - { EXTRACTOR_METATYPE_MIMETYPE, EXTRACTOR_METAFORMAT_UTF8, "text/plain",