From e16c50551bed9fb6ad68965bcf739200429b6bf7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 8 Dec 2002 14:50:09 +0000 Subject: parallel install fixes Original commit message from CVS: parallel install fixes --- gst/wavparse/Makefile.am | 2 +- gst/wavparse/gstwavparse.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/wavparse') diff --git a/gst/wavparse/Makefile.am b/gst/wavparse/Makefile.am index 060a2133..8e8bfe5a 100644 --- a/gst/wavparse/Makefile.am +++ b/gst/wavparse/Makefile.am @@ -1,4 +1,4 @@ -plugindir = $(libdir)/gst +plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ plugin_LTLIBRARIES = libgstwavparse.la diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c index 27cda784..ab6fceb4 100644 --- a/gst/wavparse/gstwavparse.c +++ b/gst/wavparse/gstwavparse.c @@ -412,7 +412,7 @@ gst_wavparse_pad_convert (GstPad *pad, bytes_per_sample = wavparse->channels * wavparse->width / 8; if (bytes_per_sample == 0) { g_warning ("bytes_per_sample is 0, internal error\n"); - g_warning ("channels %d, width %d\n", + g_warning ("channels %d, width %d\n", wavparse->channels, wavparse->width); return FALSE; } -- cgit