summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-04-01 12:08:11 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-04-01 12:08:11 +0200
commit2b25ff96764cc452494fa617acd3026954b9bb2e (patch)
tree4fbdb95d62ee9223bd0bac4c410a07a99adfdbcb
parent47ee2e51fc35b8d975dfcdf1374e85a4e95f9dd1 (diff)
GnlSource: Demote a WARNING to a DEBUG
Not having a source pad is normal, it could be dynamic
-rw-r--r--gnl/gnlsource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnl/gnlsource.c b/gnl/gnlsource.c
index 6793cf0..da77105 100644
--- a/gnl/gnlsource.c
+++ b/gnl/gnlsource.c
@@ -542,7 +542,7 @@ gnl_source_change_state (GstElement * element, GstStateChange transition)
/* Do an async block on valid source pad */
if (!(get_valid_src_pad (source, source->element, &pad))) {
- GST_WARNING_OBJECT (source, "Couldn't find a valid source pad");
+ GST_DEBUG_OBJECT (source, "Couldn't find a valid source pad");
} else {
GST_LOG_OBJECT (source, "Trying to async block source pad %s:%s",
GST_DEBUG_PAD_NAME (pad));