summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline
diff options
context:
space:
mode:
authorJakub Mielczarek <jakub.mielczarek@symphonyteleca.com>2015-08-28 13:56:20 +0200
committerMarcin Miklas <marcin.miklas@symphonyteleca.com>2015-09-23 18:48:46 +0200
commit03ff88577a6559f27b70a8729c0c494619406192 (patch)
tree953335277086178f883d19a8b42d14d296f2c37e /lib/avtp_pipeline
parenta77ce1360bff477a43955e5add5bf678d9549aeb (diff)
downloadOpen-AVB-03ff88577a6559f27b70a8729c0c494619406192.tar.gz
Changes: intf_h264, message changed
RevBy: Marcin Miklas Details: Changed the message printed when rtp payloader cannot be found by its name in the pipeline. Change-Id: I2318953e2059c9e2623d389810fb2ed4b1c1a26e
Diffstat (limited to 'lib/avtp_pipeline')
-rw-r--r--lib/avtp_pipeline/platform/Linux/intf_h264_gst/openavb_intf_h264_gst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/avtp_pipeline/platform/Linux/intf_h264_gst/openavb_intf_h264_gst.c b/lib/avtp_pipeline/platform/Linux/intf_h264_gst/openavb_intf_h264_gst.c
index fb6b91ec..9a7f08fb 100644
--- a/lib/avtp_pipeline/platform/Linux/intf_h264_gst/openavb_intf_h264_gst.c
+++ b/lib/avtp_pipeline/platform/Linux/intf_h264_gst/openavb_intf_h264_gst.c
@@ -202,7 +202,7 @@ static void createTxPipeline(media_q_t *pMediaQ)
}
else
{
- AVB_LOG_ERROR("rtpPayloader NULL in createTxPipeline");
+ AVB_LOG_ERROR("Cannot set mtu on rtppayloader. Make sure that its name is avbrtppay in the pipeline.");
}
if (GST_STATE_CHANGE_FAILURE == gst_element_set_state(pPvtData->pipe, GST_STATE_PLAYING)) {