projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63dbc75
)
gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.
author
Wim Taymans
<wim.taymans@gmail.com>
Fri, 6 Apr 2007 12:07:30 +0000
(12:07 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 11 Aug 2009 01:30:24 +0000
(
02:30
+0100)
Original commit message from CVS:
* gst/rtpmanager/gstrtpbin.c: (create_rtcp):
Fix pad template name parsing.
gst/rtpmanager/gstrtpbin.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/gstrtpbin.c
b/gst/rtpmanager/gstrtpbin.c
index d63321f6a81206eb2b5a80aec14d80f739dd619f..eed070450029d64ba60bad504e4c162f8c89c14f 100644
(file)
--- a/
gst/rtpmanager/gstrtpbin.c
+++ b/
gst/rtpmanager/gstrtpbin.c
@@
-787,7
+787,7
@@
create_rtcp (GstRTPBin * rtpbin, GstPadTemplate * templ, const gchar * name)
GstRTPBinSession *session;
/* first get the session number */
- if (name == NULL || sscanf (name, "
send_rtp_sink
_%d", &sessid) != 1)
+ if (name == NULL || sscanf (name, "
rtcp_src
_%d", &sessid) != 1)
goto no_name;
/* get or create session */