From 002521fd01682ffcb3be4eef0b60dd8d3b3873ac Mon Sep 17 00:00:00 2001 From: LRN Date: Sun, 19 Aug 2012 13:52:57 +0000 Subject: Disable global tag sending in gst for now, fix the test --- src/plugins/gstreamer_extractor.c | 2 ++ src/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 index 78fb5af..a1a08ee 100644 --- 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 index 58cfbf8..bba9b75 100644 --- 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", -- cgit v1.2.3