From 8a723cfc93a36bde321ead69bd4ad9b50764b7dc Mon Sep 17 00:00:00 2001 From: Zhang Wanming Date: Fri, 31 Dec 2010 16:50:57 +0800 Subject: [PATCH] gstfdsink: fix typo Signed-off-by: Zhang Wanming --- plugins/elements/gstfdsink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/elements/gstfdsink.c b/plugins/elements/gstfdsink.c index 3389f1f..6383d2a 100644 --- a/plugins/elements/gstfdsink.c +++ b/plugins/elements/gstfdsink.c @@ -521,7 +521,7 @@ gst_fd_sink_do_seek (GstFdSink * fdsink, guint64 new_offset) fdsink->current_pos = new_offset; - GST_DEBUG_OBJECT (fdsink, "File desciptor %d to seek to position " + GST_DEBUG_OBJECT (fdsink, "File descriptor %d to seek to position " "%" G_GUINT64_FORMAT, fdsink->fd, fdsink->current_pos); return TRUE; @@ -529,7 +529,7 @@ gst_fd_sink_do_seek (GstFdSink * fdsink, guint64 new_offset) /* ERRORS */ seek_failed: { - GST_DEBUG_OBJECT (fdsink, "File desciptor %d failed to seek to position " + GST_DEBUG_OBJECT (fdsink, "File descriptor %d failed to seek to position " "%" G_GUINT64_FORMAT, fdsink->fd, new_offset); return FALSE; } -- 2.7.4