dvb/parsechannels: warn on ignored key/value pairs
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 17 Aug 2016 23:21:34 +0000 (16:21 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Thu, 18 Aug 2016 18:27:57 +0000 (11:27 -0700)
Otherwise at runtine, users get the misleading
parsing-OK message with no info on, for example,
properties that failed to map because of a typo.

sys/dvb/parsechannels.c

index 4837e27..e39cd94 100644 (file)
@@ -340,7 +340,7 @@ parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin,
     }
 
     if (!property_found)
-      GST_DEBUG_OBJECT (dvbbasebin, "Failed to map property '%s'", k);
+      GST_WARNING_OBJECT (dvbbasebin, "Failed to map property '%s'", k);
 
     keys_p++;
   }