From 923aa7f3e8edabf9d64783e960d5e0870fe4f6b0 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 31 Jan 2013 14:55:55 -0500 Subject: Fix Random class Random extends media, but the new abstract methods from the transcoding rework hadn't been defined yet. Reported by deselby. --- lib/class/random.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/class/random.class.php') diff --git a/lib/class/random.class.php b/lib/class/random.class.php index c7204392..104432ff 100644 --- a/lib/class/random.class.php +++ b/lib/class/random.class.php @@ -442,8 +442,8 @@ class Random implements media { } // validate_type - public function native_stream() { } - public function stream_cmd() { } + public function get_stream_types() { } + public function get_transcode_settings() { } public function has_flag() { } public function format() { } -- cgit