[gstreamer-bugs] [Bug 580214] Equalizer starts distorting the sound after a while.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 7 02:22:20 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=580214

  GStreamer | gst-plugins-good | Ver: 0.10.22

Yogesh Marwaha changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




------- Comment #4 from Yogesh Marwaha  2009-05-07 09:22 UTC -------
I did the above but get no good result.

1) Added a volume element and set it to 50% - did not help.
2) Added a capsfilter (as below), but it results in error when it is set to
audio/x-raw-float (audio/x-raw-int works with same problem of distortion)
    GstElement *capsFilter;
    GstCaps *caps;
    caps = gst_caps_new_simple("audio/x-raw-float", NULL);
    capsFilter = gst_element_factory_make("capsfilter", "gravity-capsfilter");
    g_object_set(G_OBJECT(capsFilter), "caps", caps, NULL);
Error thrown was "Internal GStreamer error: pad problem.  Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer."
3) Tried audioconvert before capsfilter, now the above error was not shown but
playback was paused.

I'm not sure I did the things (2/3) correctly as I'm still new to GStreamer.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=580214.




More information about the Gstreamer-bugs mailing list