projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5c527d
)
compilation problems on FreeBSD.
author
Andrew Turner
<zxombie@hotpop.com>
Thu, 21 Aug 2003 04:42:56 +0000
(
04:42
+0000)
committer
David Schleef
<ds@schleef.org>
Thu, 21 Aug 2003 04:42:56 +0000
(
04:42
+0000)
Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes
compilation problems on FreeBSD.
gst-libs/ext/mplex/inputstrm.cc
patch
|
blob
|
history
diff --git
a/gst-libs/ext/mplex/inputstrm.cc
b/gst-libs/ext/mplex/inputstrm.cc
index 4a19724a577e6309d7c2ed36fcbb566eb05593e1..64edec54fd4766dc7c460e84f31a950f662074c3 100644
(file)
--- a/
gst-libs/ext/mplex/inputstrm.cc
+++ b/
gst-libs/ext/mplex/inputstrm.cc
@@
-61,6
+61,7
@@
MuxStream::BufferSizeCode ()
return buffer_size / 128;
else
assert (false);
+ return 0;
}