mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
rtp: fix build issue in gstrtph264pay.c
This commit is contained in:
parent
7bf3a1bf95
commit
c81fff0471
1 changed files with 3 additions and 1 deletions
|
@ -377,7 +377,9 @@ gst_rtp_h264_pay_getcaps (GstRTPBasePayload * payload, GstPad * pad,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (append_unrestricted) {
|
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);
|
icaps = gst_caps_intersect (caps, template_caps);
|
||||||
|
|
Loading…
Reference in a new issue