commit | 9a8a8e72c8680140ab75832ab49aa5fb0f301aac | [log] [tgz] |
---|---|---|
author | Wim Taymans <wim.taymans@collabora.co.uk> | Sat Oct 29 09:09:45 2011 +0200 |
committer | Wim Taymans <wim.taymans@collabora.co.uk> | Wed Nov 02 09:06:37 2011 +0100 |
tree | e6dd2ee98c03c8cf41813689000302fbdc516fe9 | |
parent | 161310fa23cd82d4cf96a4a19afa5e6ad60a4f11 [diff] [blame] |
structure: fix for api update
diff --git a/gst/rtpmanager/rtpsource.c b/gst/rtpmanager/rtpsource.c index 6158c10..720ad18 100644 --- a/gst/rtpmanager/rtpsource.c +++ b/gst/rtpmanager/rtpsource.c
@@ -230,7 +230,7 @@ src->probation = RTP_DEFAULT_PROBATION; src->closing = FALSE; - src->sdes = gst_structure_empty_new ("application/x-rtp-source-sdes"); + src->sdes = gst_structure_new_empty ("application/x-rtp-source-sdes"); src->payload = -1; src->clock_rate = -1;