summaryrefslogtreecommitdiff
path: root/gst/asfmux
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2013-11-29 13:23:40 +0000
committerTim-Philipp Müller <tim@centricular.com>2013-11-29 13:23:40 +0000
commita27b79cbe46e6a738306be50990ea8da0ab5212e (patch)
tree4c40cb372ca61ff46bae427fc27e02e625647eaa /gst/asfmux
parentbc7989071fbee7959a21860192aacf5dcc6ce31b (diff)
downloadgstreamer-plugins-bad-a27b79cbe46e6a738306be50990ea8da0ab5212e.tar.gz
rtpasfpay: init rtp buffer fixing rtp packet creation
https://bugzilla.gnome.org/show_bug.cgi?id=719553
Diffstat (limited to 'gst/asfmux')
-rw-r--r--gst/asfmux/gstrtpasfpay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/asfmux/gstrtpasfpay.c b/gst/asfmux/gstrtpasfpay.c
index ae60c46e8..ce821fd97 100644
--- a/gst/asfmux/gstrtpasfpay.c
+++ b/gst/asfmux/gstrtpasfpay.c
@@ -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) {