mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
smoothstreaming: fix WMV caps
Makes this show at least a picture: http://playready.directtaps.net/smoothstreaming/TTLSS720VC1/To_The_Limit_720.ism/Manifest
This commit is contained in:
parent
4711da22e9
commit
99c1dce8db
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue