From c13a6e2281b16c631cd5895ffbed45d622f7ea72 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Wed, 27 Apr 2011 22:05:55 -0300 Subject: [PATCH] tag: xmpwriter: Rename documentation headers Fix some wrong documentation headers from the first name given to this interface. --- gst-libs/gst/tag/xmpwriter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/tag/xmpwriter.c b/gst-libs/gst/tag/xmpwriter.c index 23282b8a32..842f897582 100644 --- a/gst-libs/gst/tag/xmpwriter.c +++ b/gst-libs/gst/tag/xmpwriter.c @@ -1,4 +1,4 @@ -/* GStreamer XmpConfig +/* GStreamer TagXmpWriter * Copyright (C) 2010 Thiago Santos * * This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ */ /** - * SECTION:gstxmpconfig + * SECTION:gsttagxmpwriter * @short_description: Interface for elements that provide XMP serialization * *