You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ()', libcore/result.rs:916:5
stack backtrace:
0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49
1: std::sys_common::backtrace::print
at libstd/sys_common/backtrace.rs:68
at libstd/sys_common/backtrace.rs:57
2: std::panicking::default_hook::{{closure}}
at libstd/panicking.rs:381
3: std::panicking::default_hook
at libstd/panicking.rs:397
4: std::panicking::rust_panic_with_hook
at libstd/panicking.rs:577
5: std::panicking::begin_panic
at libstd/panicking.rs:538
6: std::panicking::begin_panic_fmt
at libstd/panicking.rs:522
7: rust_begin_unwind
at libstd/panicking.rs:498
8: core::panicking::panic_fmt
at libcore/panicking.rs:71
9: core::result::unwrap_failed
at /checkout/src/libcore/macros.rs:23
10: rust_media::playback::Player::new
at /checkout/src/libcore/result.rs:782
at /home/felix/Development/rust-media/playback.rs:326
at /home/felix/Development/rust-media/playback.rs:62
11: example::main
at /home/felix/Development/rust-media/example/example.rs:302
12: std::rt::lang_start::{{closure}}
at /checkout/src/libstd/rt.rs:74
13: std::panicking::try::do_call
at libstd/rt.rs:59
at libstd/panicking.rs:480
14: __rust_maybe_catch_panic
at libpanic_unwind/lib.rs:102
15: std::rt::lang_start_internal
at libstd/panicking.rs:459
at libstd/panic.rs:365
at libstd/rt.rs:58
16: main
17: __libc_start_main
18: _start
yasm 1.3.0
Compiled on May 3 2015.
Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
Run yasm --license for licensing overview and summary.
libvpx-dev:
Source: libvpx
Version: 1.6.1-3
Depends: libvpx4 (= 1.6.1-3)
Description: VP8 and VP9 video codec (development files)
VP8 and VP9 are open video codecs, originally developed by On2 and released
as open source by Google Inc. They are the successor of the VP3 codec,
on which the Theora codec was based.
.
This package contains the development libraries, header files needed by
programs that want to compile with libvpx.
The text was updated successfully, but these errors were encountered:
Reproducing steps:
Result:
rustc:
yasm:
libvpx-dev:
The text was updated successfully, but these errors were encountered: