From ec9841f4ecff7ff4a5f623f47c4df24cd18ef827 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Sun, 7 Dec 2003 22:49:04 +0000 Subject: Hm, darn, forgot to commit one dir Original commit message from CVS: Hm, darn, forgot to commit one dir --- gst-libs/gst/riff/riff.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'gst-libs/gst/riff/riff.c') diff --git a/gst-libs/gst/riff/riff.c b/gst-libs/gst/riff/riff.c index 53a922a6..9c0ce2ae 100644 --- a/gst-libs/gst/riff/riff.c +++ b/gst-libs/gst/riff/riff.c @@ -1,5 +1,7 @@ -/* GStreamer - * Copyright (C) <1999> Erik Walthinsen +/* GStreamer RIFF I/O + * Copyright (C) 2003 Ronald Bultje + * + * riff.c: plugin registering * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -18,22 +20,22 @@ */ #ifdef HAVE_CONFIG_H -# include "config.h" +#include "config.h" #endif -#include +#include static gboolean plugin_init (GstPlugin *plugin) { - return TRUE; + return gst_library_load ("gstbytestream"); } GST_PLUGIN_DEFINE ( GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gstriff", - "RIFF convenience routines", + "riff", + "RIFF I/O functions", plugin_init, VERSION, GST_LICENSE, -- cgit v1.2.1