mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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
This commit is contained in:
parent
813d84543a
commit
c30947dc3e
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
else GST_DEBUG(0,"have sink pad %s:%s\n",GST_DEBUG_PAD_NAME(GST_PARSE_LISTPAD(sinkpads)));
|
||||||
|
|
||||||
if (!srcpads && sinkpads && previous) {
|
if (!srcpads && sinkpads && previous) {
|
||||||
|
|
Loading…
Reference in a new issue