diff --git a/ext/smoothstreaming/gstmssmanifest.c b/ext/smoothstreaming/gstmssmanifest.c index 21e6c10657..510bcee240 100644 --- a/ext/smoothstreaming/gstmssmanifest.c +++ b/ext/smoothstreaming/gstmssmanifest.c @@ -313,7 +313,7 @@ _gst_mss_stream_video_caps_from_fourcc (gchar * fourcc) "avc", NULL); } else if (strcmp (fourcc, "WVC1") == 0) { return gst_caps_new_simple ("video/x-wmv", "wmvversion", G_TYPE_INT, 3, - NULL); + "format", G_TYPE_STRING, "WVC1", NULL); } return NULL; }