summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <zxombie@hotpop.com>2003-08-21 04:42:56 +0000
committerDavid Schleef <ds@schleef.org>2003-08-21 04:42:56 +0000
commit4fed0853adc77c0ab80e50ea5920fc21a25659f3 (patch)
tree522ab348821d7f9317ebdd1773b7aa855ecf6d60
parentb3e56c4bde48ef161817b903ce2bd74b789fda4c (diff)
downloadgstreamer-plugins-bad-4fed0853adc77c0ab80e50ea5920fc21a25659f3.tar.gz
compilation problems on FreeBSD.
Original commit message from CVS: Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes compilation problems on FreeBSD.
-rw-r--r--gst-libs/ext/mplex/inputstrm.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/ext/mplex/inputstrm.cc b/gst-libs/ext/mplex/inputstrm.cc
index 4a19724a5..64edec54f 100644
--- 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;
}