[Telepathy-commits] [telepathy-stream-engine/master] Fix debug message

Olivier Crête olivier.crete at collabora.co.uk
Mon Jan 5 10:51:26 PST 2009


---
 src/videosink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/videosink.c b/src/videosink.c
index 7f8baba..d8c8da1 100644
--- a/src/videosink.c
+++ b/src/videosink.c
@@ -96,7 +96,7 @@ make_video_sink (gboolean is_preview)
       (videosink_name = getenv ("FS_VIDEO_SINK")) ||
       (videosink_name = getenv ("FS_VIDEOSINK")))
     {
-      g_debug ("making video sink for local preview with pipeline \"%s\"", videosink_name);
+      g_debug ("making video sink with pipeline \"%s\"", videosink_name);
       sink = gst_parse_bin_from_description (videosink_name, TRUE, NULL);
     }
   else
-- 
1.5.6.5



More information about the Telepathy-commits mailing list