rtp: fix build issue in gstrtph264pay.c

This commit is contained in:
Luis de Bethencourt 2012-05-24 09:29:25 +01:00
parent 7bf3a1bf95
commit c81fff0471

View file

@ -377,7 +377,9 @@ gst_rtp_h264_pay_getcaps (GstRTPBasePayload * payload, GstPad * pad,
}
if (append_unrestricted) {
gst_caps_merge_structure (caps, gst_structure_new ("video/x-h264", NULL));
caps =
gst_caps_merge_structure (caps, gst_structure_new ("video/x-h264", NULL,
NULL));
}
icaps = gst_caps_intersect (caps, template_caps);