Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
2e18cdfe
Commit
2e18cdfe
authored
Mar 03, 2010
by
Simon Morlat
Browse files
improve tracing, try to fix specfile.
parent
aa90f1de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
mediastreamer2.spec.in
mediastreamer2.spec.in
+3
-3
src/msrtp.c
src/msrtp.c
+2
-1
No files found.
mediastreamer2.spec.in
View file @
2e18cdfe
...
...
@@ -8,13 +8,13 @@
%endif
Summary: Audio/Video real-time streaming
Name: mediastreamer
2
Version: @MEDIASTREAMER
2_PKGCONFIG
_VERSION@
Name: mediastreamer
Version: @MEDIASTREAMER_VERSION@
Release: 1
License: LGPL
Group: Applications/Communications
URL: http://linphone.org/mediastreamer2/
Source0: %{name}-@MEDIASTREAMER
2_PKGCONFIG
_VERSION@.tar.gz
Source0: %{name}-@MEDIASTREAMER_VERSION@.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%ifarch %ix86
BuildArch: i686
...
...
src/msrtp.c
View file @
2e18cdfe
...
...
@@ -421,7 +421,8 @@ static int receiver_set_session(MSFilter * f, void *arg)
d
->
rate
=
8000
;
else
d
->
rate
=
pt
->
clock_rate
;
}
else
{
ms_warning
(
"Receiving undefined payload type ?"
);
ms_warning
(
"Receiving undefined payload type %i ?"
,
rtp_session_get_recv_payload_type
(
s
));
}
d
->
session
=
s
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment