From: Joshua N. Pritikin Date: Thu, 24 Jul 2003 02:14:47 +0000 (+0000) Subject: fix type in documentation X-Git-Tag: BRANCH-ERROR-ROOT~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=876398c49336a4a38dab46ef5c18417bab1a63d9;p=platform%2Fupstream%2Fgstreamer.git fix type in documentation Original commit message from CVS: fix type in documentation --- diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 453738e..fb1f53a 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -247,7 +247,7 @@ GstDebugCategory *_gst_debug_category_new (gchar * name, * * If you define a category for a plugin or a feature of it, name the category * like the feature. So if you wanted to write a "filesrc" element, you would - * name the category "filesink". Use lowercase letters only. + * name the category "filesrc". Use lowercase letters only. * If you define more than one category for the same element, append an * underscore and an identifier to your categories, like this: "filesrc_cache" *