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 357988 - [libvisual] Problem with certain visualizations
[libvisual] Problem with certain visualizations
Status: RESOLVED DUPLICATE of bug 357800
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-27 15:51 UTC by Sven Arvidsson
Modified: 2006-09-28 15:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Arvidsson 2006-09-27 15:51:51 UTC
Some of the libvisual visualization plugins seems to be defective or odd.

scope
Mostly just black. When size is set to Small, I sometimes see a horizontal line of static in the lower part of the video screen. This happens mostly after seeking in a song.

jakdaw
Visualization visible in beginning of song and after seeking, slowly seems to fade to black.

jess 
When using size Small, displays some sort of white shape, and some white blinking pixels in the lower bottom of the video screen. Sometimes displays a horizontal line of static similar to scope. If size is larger than Small, only the white shape is visible.
Comment 1 Tim-Philipp Müller 2006-09-27 16:16:56 UTC
What's your gst-plugins-base version?

 $ gst-inspect-0.10 libvisual | grep Version


What libvisual version is your GStreamer libvisual plugin built against? (0.2 or 0.4?)


 $ ldd /usr/lib/gstreamer0.10/libgstlibvisual.so | grep libvisual

(Assuming your GStreamer is installed from package into /usr/lib).


Comment 2 Sven Arvidsson 2006-09-27 16:26:44 UTC
Version:              0.10.9

and

libvisual-0.4.so.0 => /usr/lib/libvisual-0.4.so.0 (0xa7c03000)
Comment 3 Dennis Smit 2006-09-28 15:30:33 UTC
The problem here is that the gstreamer libvisual element is only working for libvisual 0.2.0

0.4.0 has a different audio input system and the visuals listed earlier simply show next to nothing without audio.


If I am not mistaken Jonathan Matthew is working on a solution for this problem.

Comment 4 Tim-Philipp Müller 2006-09-28 15:44:52 UTC
> 0.4.0 has a different audio input system and the visuals listed earlier simply
> show next to nothing without audio.
> 
> If I am not mistaken Jonathan Matthew is working on a solution for this
> problem.

Duplicate of bug #357800 then, should be fixed in -base CVS.


*** This bug has been marked as a duplicate of 357800 ***