summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/audio/audio.c
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2003-07-16 16:08:13 +0000
committerAndy Wingo <wingo@pobox.com>2003-07-16 16:08:13 +0000
commit2ff63e563b21cac87489a0d989c3aa957d5f2fb9 (patch)
tree614234db5c4422d29fd25866d20b9c4cdc8729f0 /gst-libs/gst/audio/audio.c
parent0e04196b7136fee8628669a769838ecf78416dea (diff)
downloadgst-plugins-bad-2ff63e563b21cac87489a0d989c3aa957d5f2fb9.tar.gz
gst-plugins-bad-2ff63e563b21cac87489a0d989c3aa957d5f2fb9.tar.bz2
gst-plugins-bad-2ff63e563b21cac87489a0d989c3aa957d5f2fb9.zip
actually recurse into sndfile if we are able big ladspa cleanups, mainly to comply with the buffer-frames caps proper...
Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
Diffstat (limited to 'gst-libs/gst/audio/audio.c')
-rw-r--r--gst-libs/gst/audio/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c
index cdc339e7..3190edc2 100644
--- a/gst-libs/gst/audio/audio.c
+++ b/gst-libs/gst/audio/audio.c
@@ -177,7 +177,7 @@ gst_audio_is_buffer_framed (GstPad* pad, GstBuffer* buf)
static gboolean
plugin_init (GModule *module, GstPlugin *plugin)
{
- gst_plugin_set_longname (plugin, "Convenience routines for audio plugins");
+ gst_plugin_set_longname (plugin, "Support services for audio plugins");
return TRUE;
}