rtpasfpay: init rtp buffer fixing rtp packet creation
https://bugzilla.gnome.org/show_bug.cgi?id=719553
This commit is contained in:
parent
bc7989071f
commit
a27b79cbe4
@ -185,7 +185,7 @@ gst_rtp_asf_pay_handle_packet (GstRtpAsfPay * rtpasfpay, GstBuffer * buffer)
|
||||
* This flag tells us to push the packet.
|
||||
*/
|
||||
gboolean force_push = FALSE;
|
||||
GstRTPBuffer rtp;
|
||||
GstRTPBuffer rtp = GST_RTP_BUFFER_INIT;
|
||||
|
||||
/* we have no output buffer pending, create one */
|
||||
if (rtpasfpay->current == NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user