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 402505 - visualisations don't work for some samplerates
visualisations don't work for some samplerates
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-30 16:58 UTC by Jan Schmidt
Modified: 2007-01-31 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add audioresample+audioconvert after existing audioconvert in playbin's visbin (4.57 KB, patch)
2007-01-30 16:59 UTC, Jan Schmidt
accepted-commit_now Details | Review

Description Jan Schmidt 2007-01-30 16:58:08 UTC
For example, the libvisual plugin, when compiled against libvisual 0.4 only accepts a fixed set of samplerates, and 16khz is not among them.

Following patch adds another audioresample+audioconvert after the existing audioconvert in the visualisation bin.
Comment 1 Jan Schmidt 2007-01-30 16:59:19 UTC
Created attachment 81527 [details] [review]
add audioresample+audioconvert after existing audioconvert in playbin's visbin
Comment 2 Jan Schmidt 2007-01-31 16:04:14 UTC
Committed:
        * gst/playback/gstplaybin.c: (gen_vis_element):
          Add audioresample+audioconvert in front of the visualisation
          element, so that elements like libvisual 0.4 that don't support all
          samplerates can work.

          Fixes: #402505