summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r--ext/gdk_pixbuf/gstgdkpixbuf.c11
-rw-r--r--ext/gdk_pixbuf/pixbufscale.c2
2 files changed, 6 insertions, 7 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c
index 1729ef3e..93ca43dd 100644
--- a/ext/gdk_pixbuf/gstgdkpixbuf.c
+++ b/ext/gdk_pixbuf/gstgdkpixbuf.c
@@ -33,12 +33,11 @@
GST_DEBUG_CATEGORY_STATIC (gst_gdk_pixbuf_debug);
#define GST_CAT_DEFAULT gst_gdk_pixbuf_debug
-static GstElementDetails plugin_details = {
- "GdkPixbuf image decoder",
- "Codec/Decoder/Image",
- "Decodes images in a video stream using GdkPixbuf",
- "David A. Schleef <ds@schleef.org>, Renato Filho <renato.filho@indt.org.br>",
-};
+static GstElementDetails plugin_details =
+GST_ELEMENT_DETAILS ("GdkPixbuf image decoder",
+ "Codec/Decoder/Image",
+ "Decodes images in a video stream using GdkPixbuf",
+ "David A. Schleef <ds@schleef.org>, Renato Filho <renato.filho@indt.org.br>");
/* Filter signals and args */
enum
diff --git a/ext/gdk_pixbuf/pixbufscale.c b/ext/gdk_pixbuf/pixbufscale.c
index 77b955bc..a6dbe1e2 100644
--- a/ext/gdk_pixbuf/pixbufscale.c
+++ b/ext/gdk_pixbuf/pixbufscale.c
@@ -41,7 +41,7 @@ GST_DEBUG_CATEGORY (pixbufscale_debug);
/* elementfactory information */
static GstElementDetails pixbufscale_details =
-GST_ELEMENT_DETAILS ("Gdk Pixbuf scaler",
+GST_ELEMENT_DETAILS ("GdkPixbuf image scaler",
"Filter/Effect/Video",
"Resizes video",
"Jan Schmidt <thaytan@mad.scientist.com>\n"