projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc79890
)
rtpasfpay: init rtp buffer fixing rtp packet creation
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 29 Nov 2013 13:23:40 +0000
(13:23 +0000)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 29 Nov 2013 13:23:40 +0000
(13:23 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=719553
gst/asfmux/gstrtpasfpay.c
patch
|
blob
|
history
diff --git
a/gst/asfmux/gstrtpasfpay.c
b/gst/asfmux/gstrtpasfpay.c
index
ae60c46
..
ce821fd
100644
(file)
--- 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) {