From d292ed48c57987425b24b99d6acee81cb0166111 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 16 Nov 2015 14:50:58 +0100 Subject: [PATCH] playback: Expose XSUB formats by default This is a workaround, we should remove this once we have a proper decoder --- gst/playback/gstrawcaps.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/playback/gstrawcaps.h b/gst/playback/gstrawcaps.h index 278c9077a3..a1e73d7eb6 100644 --- a/gst/playback/gstrawcaps.h +++ b/gst/playback/gstrawcaps.h @@ -31,6 +31,7 @@ G_BEGIN_DECLS "text/x-raw; " \ "subpicture/x-dvd; " \ "subpicture/x-dvb; " \ + "subpicture/x-xsub; " \ "subpicture/x-pgs" G_END_DECLS