mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue