After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 116051 - libresample doesn't handle > factor of 2 rate conversion
libresample doesn't handle > factor of 2 rate conversion
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 310380
Blocks:
 
 
Reported: 2003-06-26 20:01 UTC by Stephan Haller
Modified: 2008-11-27 17:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephan Haller 2003-06-26 20:01:30 UTC
When inserting audioscale between the audio_decoder and audio_encoder for
downscaling the decoded audio stream from 44100/48000 to 7440 for the
encoder gstreamer cannot negotiate the pads on audio_decoder.src and
audioscale.sink.
Comment 1 David Schleef 2003-09-12 10:51:39 UTC
The audioscale element now handles this correctly.  However,
libaudioresample still doesn't handle rate conversions larger than a
factor of 2, so it still doesn't work.  (And there's a test in the
media test suite.)
Comment 2 Ronald Bultje 2004-10-01 10:53:07 UTC
Is this still a GStreamer bug? I'd like to move this elsewhere.
Comment 3 David Schleef 2004-10-01 18:31:01 UTC
It's part of gst-plugins, so yes.
Comment 4 Andy Wingo 2005-07-14 15:34:57 UTC
Depending on #310380.
Comment 5 Andy Wingo 2005-07-16 15:35:32 UTC
David, do you suggest the same method be used to reduce the sample rate in
audioresample as in audioscale?
Comment 6 David Schleef 2005-07-16 20:00:21 UTC
No.  You should prod me repeatedly until I write a correct solution.
Comment 7 Jan Schmidt 2006-01-20 11:21:38 UTC
ds: *random prod*
Comment 8 Tim-Philipp Müller 2007-05-11 13:24:02 UTC
ds: prod?
Comment 9 Sebastian Dröge (slomo) 2008-11-27 17:00:36 UTC
2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	* configure.ac:
	* docs/plugins/Makefile.am:
	* docs/plugins/gst-plugins-base-plugins-sections.txt:
	* docs/plugins/gst-plugins-base-plugins.args:
	* docs/plugins/gst-plugins-base-plugins.hierarchy:
	* docs/plugins/gst-plugins-base-plugins.interfaces:
	* docs/plugins/gst-plugins-base-plugins.prerequisites:
	* docs/plugins/inspect/plugin-adder.xml:
	* docs/plugins/inspect/plugin-alsa.xml:
	* docs/plugins/inspect/plugin-audioconvert.xml:
	* docs/plugins/inspect/plugin-audiorate.xml:
	* docs/plugins/inspect/plugin-audioresample.xml:
	* docs/plugins/inspect/plugin-audiotestsrc.xml:
	* docs/plugins/inspect/plugin-cdparanoia.xml:
	* docs/plugins/inspect/plugin-decodebin.xml:
	* docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
	* docs/plugins/inspect/plugin-gdp.xml:
	* docs/plugins/inspect/plugin-gio.xml:
	* docs/plugins/inspect/plugin-gnomevfs.xml:
	* docs/plugins/inspect/plugin-libvisual.xml:
	* docs/plugins/inspect/plugin-ogg.xml:
	* docs/plugins/inspect/plugin-pango.xml:
	* docs/plugins/inspect/plugin-playback.xml:
	* docs/plugins/inspect/plugin-queue2.xml:
	* docs/plugins/inspect/plugin-subparse.xml:
	* docs/plugins/inspect/plugin-tcp.xml:
	* docs/plugins/inspect/plugin-theora.xml:
	* docs/plugins/inspect/plugin-typefindfunctions.xml:
	* docs/plugins/inspect/plugin-uridecodebin.xml:
	* docs/plugins/inspect/plugin-video4linux.xml:
	* docs/plugins/inspect/plugin-videorate.xml:
	* docs/plugins/inspect/plugin-videoscale.xml:
	* docs/plugins/inspect/plugin-videotestsrc.xml:
	* docs/plugins/inspect/plugin-volume.xml:
	* docs/plugins/inspect/plugin-vorbis.xml:
	* docs/plugins/inspect/plugin-ximagesink.xml:
	* docs/plugins/inspect/plugin-xvimagesink.xml:
	* gst/speexresample/gstspeexresample.c: (plugin_init):
	* gst/speexresample/Makefile.am:
	* tests/check/Makefile.am:
	* tests/check/elements/speexresample.c: (setup_speexresample),
	(GST_START_TEST), (test_pipeline):
	Rename the moved speexresample to audioresample, integrate into the
	build system and remove the old audioresample from the build system.
	Fixes bug #558124, #385061, #346218, #116051.