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
8cb15675
Commit
8cb15675
authored
Jan 08, 2013
by
Ghislain MARY
Browse files
Fix compilation errors.
parent
1e964ec5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/Makefile.am
src/Makefile.am
+2
-1
src/mediastream.c
src/mediastream.c
+1
-1
src/private.h
src/private.h
+1
-1
No files found.
src/Makefile.am
View file @
8cb15675
...
...
@@ -45,7 +45,8 @@ nodist_EXTRA_libmediastreamer_base_la_SOURCES = dummy.cxx
if
ORTP_ENABLED
BUILT_SOURCES
+=
voipdescs.h
libmediastreamer_voip_la_SOURCES
+=
msvoip.c
\
libmediastreamer_voip_la_SOURCES
+=
private.h
\
msvoip.c
\
mediastream.c
\
audiostream.c
\
ringstream.c
\
...
...
src/mediastream.c
View file @
8cb15675
...
...
@@ -146,7 +146,7 @@ void start_ticker(MediaStream *stream) {
stream
->
ticker
=
ms_ticker_new_with_params
(
&
params
);
}
const
char
*
const
media_stream_type_str
(
MediaStream
*
stream
)
{
const
char
*
media_stream_type_str
(
MediaStream
*
stream
)
{
switch
(
stream
->
type
)
{
default:
case
AudioStreamType
:
...
...
src/private.h
View file @
8cb15675
...
...
@@ -35,7 +35,7 @@ void start_ticker(MediaStream *stream);
void
payload_type_changed
(
RtpSession
*
session
,
unsigned
long
data
);
const
char
*
const
media_stream_type_str
(
MediaStream
*
stream
);
const
char
*
media_stream_type_str
(
MediaStream
*
stream
);
void
media_stream_free
(
MediaStream
*
stream
);
...
...
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