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
commit905b39124fbda5e01a23e17b75e6f66efc1c9463 (patch)
treea8bcad87d05f5daf93d570d5391b491764d51d18
parentb5c527d9d86536ce9c167d141b8f7d92b49cf0c3 (diff)
downloadgstreamer-plugins-base-905b39124fbda5e01a23e17b75e6f66efc1c9463.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;
}