summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2001-09-22 12:27:12 +0000
committerSteve Baker <steve@stevebaker.org>2001-09-22 12:27:12 +0000
commitc30947dc3ebf0d6364abbad674337321e84a5664 (patch)
tree3a2a4bc5ee52602fece953bb2f2e759c2bd3b61c
parent813d84543a153352a5706759d2070baf3d248b48 (diff)
downloadgstreamer-c30947dc3ebf0d6364abbad674337321e84a5664.tar.gz
crashes that only happen when debugging is on aren't very nice
Original commit message from CVS: crashes that only happen when debugging is on aren't very nice
-rw-r--r--gst/gstparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstparse.c b/gst/gstparse.c
index 292b1b7112..67e823a1a8 100644
--- a/gst/gstparse.c
+++ b/gst/gstparse.c
@@ -382,7 +382,7 @@ gst_parse_launch_cmdline(int argc,char *argv[],GstBin *parent,gst_parse_priv *pr
}
}
- if (!sinkpads) GST_DEBUG(0,"can't find a sink pad for %s\n", gst_element_get_name (previous));
+ if (!sinkpads) GST_DEBUG(0,"can't find a sink pad for element\n");
else GST_DEBUG(0,"have sink pad %s:%s\n",GST_DEBUG_PAD_NAME(GST_PARSE_LISTPAD(sinkpads)));
if (!srcpads && sinkpads && previous) {