mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
codecmap: realvideo does not have systemstream property
realvideo does not have the systemstream property and nobody ever sets it so better remove it here to make it link to something else.
This commit is contained in:
parent
a5b4432f00
commit
5736513eb0
1 changed files with 1 additions and 2 deletions
|
@ -791,8 +791,7 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
|
|||
/* FIXME: context->sub_id must be filled in during decoding */
|
||||
caps =
|
||||
gst_ff_vid_caps_new (context, NULL, codec_id, encode,
|
||||
"video/x-pn-realvideo", "systemstream", G_TYPE_BOOLEAN, FALSE,
|
||||
"rmversion", G_TYPE_INT, version, NULL);
|
||||
"video/x-pn-realvideo", "rmversion", G_TYPE_INT, version, NULL);
|
||||
if (context) {
|
||||
gst_caps_set_simple (caps, "format", G_TYPE_INT, context->sub_id, NULL);
|
||||
if (context->extradata_size >= 8) {
|
||||
|
|
Loading…
Reference in a new issue