gst/playback/gstdecodebin.c: pango layout should be considered as row.

Original commit message from CVS:
2006-02-19  Julien MOUTTE  <julien@moutte.net>

* gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
should be considered as row.
This commit is contained in:
Julien Moutte 2006-02-19 00:40:38 +00:00
parent 3491deae9c
commit 1993f0dfaf
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-19 Julien MOUTTE <julien@moutte.net>
* gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
should be considered as row.
2006-02-19 Julien MOUTTE <julien@moutte.net>
* gst/playback/gststreaminfo.c: (gst_stream_type_get_type),

View file

@ -471,7 +471,8 @@ 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/plain") ||
g_str_has_prefix (mimetype, "text/x-pango-layout");
}
static void