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 110253 - incorrect mikmod caps handling
incorrect mikmod caps handling
Status: RESOLVED DUPLICATE of bug 116387
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.1
Other All
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-08 12:15 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (3.08 KB, patch)
2003-04-08 12:15 UTC, Benjamin Otte (Company)
none Details | Review

Description Benjamin Otte (Company) 2003-04-08 12:15:12 UTC
Fixes this bug:

gst-launch filesrc location=music.mod ! mikmod use16bit=false stereo=false
! alsasink

untested, no mikmod here.
Comment 1 Benjamin Otte (Company) 2003-04-08 12:15:37 UTC
Created attachment 15559 [details] [review]
Fix
Comment 2 David Schleef 2003-04-08 19:25:35 UTC
What does the use16bit=false parameter do that caps negotiation will not?
Comment 3 Benjamin Otte (Company) 2003-04-09 00:10:46 UTC
You may fix caps nego to try the different formats if you want to, but
currently the output format is set by properties.
Comment 4 Ronald Bultje 2003-04-12 15:03:22 UTC
Applied. Keeping it open so we can (long-term) move it over to doing
all this during capsnego instead of with props... Anyway, that's
long-term stuff, not for now. Definately not worth waiting for for 0.6.1.
Comment 5 Thomas Vander Stichele 2003-05-11 17:54:47 UTC
how's this going ?
Comment 6 Ronald Bultje 2003-05-12 14:51:43 UTC
Same here. ;).
Comment 7 Ronald Bultje 2003-07-06 14:20:59 UTC
I've got this one locally, too.

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