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 697153 - Porting to 1.0 guide doesn't mention subtitle MIME types changed
Porting to 1.0 guide doesn't mention subtitle MIME types changed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: Normal normal
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-03 00:24 UTC by Brendan Long
Modified: 2013-04-03 09:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add subtitle MIME types to porting guide (813 bytes, patch)
2013-04-03 00:24 UTC, Brendan Long
committed Details | Review

Description Brendan Long 2013-04-03 00:24:46 UTC
Created attachment 240449 [details] [review]
Add subtitle MIME types to porting guide

It looks like MIME types for subtitles changed like this in the 1.0 port:

    text/plain -> text/x-raw
    text/x-pango-markup -> text/x-raw, format={ pango-markup }

This should be mentioned in the porting guide.

Examples of plugins using text/x-raw:

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-matroskademux.html

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-plugins/html/gst-plugins-base-plugins-textoverlay.html
Comment 1 Tim-Philipp Müller 2013-04-03 09:22:18 UTC
Thanks, pushed with minor fix (text/plain -> text/x-raw,format=utf8):

commit 71787d40f3d6340ec22787705bfe829aece86c54
Author: Brendan Long <b.long@cablelabs.com>
Date:   Tue Apr 2 18:17:00 2013 -0600

    porting-to-1.0.txt: subtitle text media types changed as well
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697153