gst/playback/gstdecodebin.c: That should be text/x-pango-markup, not text/x-pango-layout.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (mimetype_is_raw):
That should be text/x-pango-markup, not text/x-pango-layout.
This commit is contained in:
Tim-Philipp Müller 2006-02-19 14:09:40 +00:00
parent 8e46e3de7e
commit 67e0a285c4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-19 Tim-Philipp Müller <tim at centricular dot net>
* gst/playback/gstdecodebin.c: (mimetype_is_raw):
That should be text/x-pango-markup, not text/x-pango-layout.
2006-02-19 Julien MOUTTE <julien@moutte.net>
* ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):

View file

@ -472,7 +472,7 @@ mimetype_is_raw (const gchar * mimetype)
return g_str_has_prefix (mimetype, "video/x-raw") ||
g_str_has_prefix (mimetype, "audio/x-raw") ||
g_str_has_prefix (mimetype, "text/plain") ||
g_str_has_prefix (mimetype, "text/x-pango-layout");
g_str_has_prefix (mimetype, "text/x-pango-markup");
}
static void