summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pay.c
diff options
context:
space:
mode:
authorVille Syrjala <ville.syrjala@movial.fi>2006-11-16 07:26:17 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-11-16 07:26:17 +0000
commit77fe86dc4e66235260006c234a5328e48ad843aa (patch)
tree2977a01abf3ebf26f66b4c3ab9002070d7a674f8 /gst/rtp/gstrtph263pay.c
parent0cbacacba35ac4aeaad8fb5b0a5d67577c94edc6 (diff)
gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)
Original commit message from CVS: Patch by: Ville Syrjala <ville.syrjala@movial.fi> * gst/rtp/gstrtph263pay.c: * gst/rtp/gstrtph263pdepay.c: * gst/rtp/gstrtph263ppay.c: Specify H.263 variant and version in the caps (fixes #361637)
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 =