From: Luis de Bethencourt Date: Thu, 24 May 2012 08:29:25 +0000 (+0100) Subject: rtp: fix build issue in gstrtph264pay.c X-Git-Tag: RELEASE-0.11.92~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c81fff0471ce2190b39b8d2ef1fd6fee2c690dbb;p=platform%2Fupstream%2Fgst-plugins-good.git rtp: fix build issue in gstrtph264pay.c --- diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c index 1190795..7319526 100644 --- a/gst/rtp/gstrtph264pay.c +++ b/gst/rtp/gstrtph264pay.c @@ -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);