summaryrefslogtreecommitdiffstats
path: root/gst/mpegaudioparse/gstmpegaudioparse.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-23 06:56:55 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-23 06:56:55 +0000
commit9161ba1c22b8ac35faf76f34d84f34e16c51ef84 (patch)
tree5bcbe90884ac119d63d59d1f45d32e5f174047f0 /gst/mpegaudioparse/gstmpegaudioparse.c
parent789be9a726efbdffd802c1b770b76148460e6220 (diff)
downloadgst-plugins-bad-9161ba1c22b8ac35faf76f34d84f34e16c51ef84.tar.gz
gst-plugins-bad-9161ba1c22b8ac35faf76f34d84f34e16c51ef84.tar.bz2
gst-plugins-bad-9161ba1c22b8ac35faf76f34d84f34e16c51ef84.zip
some changes, can't remember what :-)
Original commit message from CVS: some changes, can't remember what :-)
Diffstat (limited to 'gst/mpegaudioparse/gstmpegaudioparse.c')
-rw-r--r--gst/mpegaudioparse/gstmpegaudioparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c
index b1431c73..9b685209 100644
--- a/gst/mpegaudioparse/gstmpegaudioparse.c
+++ b/gst/mpegaudioparse/gstmpegaudioparse.c
@@ -95,7 +95,7 @@ static GstElementClass *parent_class = NULL;
//static guint gst_mp3parse_signals[LAST_SIGNAL] = { 0 };
GType
-mp3parse_get_type(void) {
+gst_mp3parse_get_type(void) {
static GType mp3parse_type = 0;
if (!mp3parse_type) {