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 142432 - Wrong sink MIME type in shout2send
Wrong sink MIME type in shout2send
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal trivial
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-13 01:53 UTC by Patrick Guimond
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for the wrong MIME type (627 bytes, patch)
2004-05-13 01:56 UTC, Patrick Guimond
none Details | Review

Description Patrick Guimond 2004-05-13 01:53:13 UTC
The shout2send plugin currently uses application/x-ogg as its sink MIME.
However, the current IANA standart MIME type of ogg is application/ogg, which is
everywhere  else in the plugin too.
Comment 1 Patrick Guimond 2004-05-13 01:56:45 UTC
Created attachment 27656 [details] [review]
Fix for the wrong MIME type
Comment 2 Benjamin Otte (Company) 2004-05-17 17:31:42 UTC
applied