From d757b681f6b5856756de4c3f3de82247b0f5aa47 Mon Sep 17 00:00:00 2001 From: Hyunil Date: Mon, 3 Jul 2017 14:40:29 +0900 Subject: [PATCH] correct typo Change-Id: I115b9734fb2b1ed396f2977a402dcb467735c626 Signed-off-by: Hyunil --- src/mm_player_priv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mm_player_priv.c b/src/mm_player_priv.c index ebb1da9..5f23669 100644 --- a/src/mm_player_priv.c +++ b/src/mm_player_priv.c @@ -1963,7 +1963,7 @@ __mmplayer_gst_rtp_no_more_pads(GstElement *element, gpointer data) // @ /* NOTE : we can remove fakesink here if there's no rtp_dynamic_pad. because whenever * we connect autoplugging element to the pad which is just added to rtspsrc, we increase - * num_dynamic_pad. and this is no-more-pad situation which means mo more pad will be added. + * num_dynamic_pad. and this is no-more-pad situation which means no more pad will be added. * So we can say this. if num_dynamic_pad is zero, it must be one of followings * [1] audio and video will be dumped with filesink. -- 2.7.4