mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
8e46e3de7e
commit
67e0a285c4
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue