summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-06-25 14:03:07 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-06-25 14:03:07 +0200
commit5736513eb062871f5f04470b5bb6f7842516a615 (patch)
treefada896e5232efe70532b407970cad70983d7a28
parenta5b4432f000f9ed6fa596cd9ba23b10e66474802 (diff)
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.
-rw-r--r--ext/libav/gstavcodecmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/libav/gstavcodecmap.c b/ext/libav/gstavcodecmap.c
index 69a2cec..966f544 100644
--- a/ext/libav/gstavcodecmap.c
+++ b/ext/libav/gstavcodecmap.c
@@ -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) {