summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph263pay.c')
-rw-r--r--gst/rtp/gstrtph263pay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c
index 5f86fee2..273f4e50 100644
--- a/gst/rtp/gstrtph263pay.c
+++ b/gst/rtp/gstrtph263pay.c
@@ -154,7 +154,8 @@ static GstStaticPadTemplate gst_rtp_h263_pay_sink_template =
GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
- GST_STATIC_CAPS ("video/x-h263")
+ GST_STATIC_CAPS ("video/x-h263, "
+ "variant = (string) \"itu\", " "h263version = (string) \"h263\"")
);
static GstStaticPadTemplate gst_rtp_h263_pay_src_template =