---
 gst/selector/fsselector.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gst/selector/fsselector.c b/gst/selector/fsselector.c
index 0b05dd1..c3a36d7 100644
--- a/gst/selector/fsselector.c
+++ b/gst/selector/fsselector.c
@@ -766,6 +766,7 @@ get_out:
   if (selector->current_subelement) {
     return TRUE;
   } else {
+    GST_WARNING_OBJECT (selector, "Could not find a matching element for 
caps");
     return FALSE;
   }
 }
@@ -886,6 +887,9 @@ fs_selector_sink_chain (GstPad *pad, GstBuffer *buffer)
   if (internal_srcpad) {
     ret = gst_pad_push (internal_srcpad, buffer);
     gst_object_unref (internal_srcpad);
+  } else {
+    GST_ERROR_OBJECT (selector, "Got buffer without an negotiated element,"
+                      " returning not-negotiated");
   }
 
   gst_object_unref (selector);
-- 
1.5.6.5


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Farsight-devel mailing list
Farsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/farsight-devel

Reply via email to