Skip to content

Instantly share code, notes, and snippets.

View jdm's full-sized avatar

Josh Matthews jdm

View GitHub Profile
0:00:13.376579000 16916 00000210ACAAF180 INFO GST_ELEMENT_FACTORY gstelementfactory.c:359:gst_element_factory_create: creating element "playbin" named "playbin"
0:00:13.396751000 16916 00000210ACAAF180 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "scaletempo"
0:00:13.414610000 16916 00000210ACAAF180 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstBaseTransform@00000210AC832180> adding pad 'sink'
0:00:13.442011000 16916 00000210ACAAF180 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstBaseTransform@00000210AC832180> adding pad 'src'
0:00:13.456844000 16916 00000210ACAFC180 INFO GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "appsink"
0:00:13.484717000 16916 00000210ACAFC180 INFO GST_ELEMENT_PADS gstelement.c:669:gst_element_add_pad:<GstBaseSink@00000210AC836F40> adding pad 'sink'
0:00:13.508951000 16916 00000210ACAFC180 INFO playbin gstplaybin2
gst_dlls = [
"gstapp.dll",
"gstaudioconvert.dll",
"gstaudiofx.dll",
"gstaudioparsers.dll",
"gstaudioresample.dll",
"gstautodetect.dll",
"gstcoreelements.dll",
"gstdeinterlace.dll",
"gstplayback.dll",
let plugins = [
"gstapp.dll",
"gstaudioconvert.dll",
"gstaudioresample.dll",
"gstautodetect.dll",
"gstcoreelements.dll",
"gstplayback.dll",
"gstinterleave.dll",
"gstopengl.dl",
"gstopus.dll",
struct NoDebug(T);
impl<T> Deref for NoDebug<T> {
type Target = T;
fn deref(&self) -> &T {
&self.0
}
}
impl<T> DerefMut for NoDebug<T> {
@jdm
jdm / bad log
Created February 15, 2019 04:28
 0:08.70 INFO Repetition 2
 0:08.70 SUITE_START: web-platform-test - running 1 tests
 0:08.70 INFO Running reftest tests
 0:08.70 INFO No reftest tests to run
 0:08.70 INFO Running wdspec tests
 0:08.70 INFO No wdspec tests to run
 0:08.70 INFO Running testharness tests
 0:08.70 INFO Starting runner
 0:08.70 INFO No more tests
 0:08.72 INFO No more tests
INFO Repetition 18
SUITE_START: web-platform-test - running 1 tests
INFO Running reftest tests
INFO No reftest tests to run
INFO Running wdspec tests
INFO No wdspec tests to run
INFO Running testharness tests
INFO No more tests
INFO Starting runner
INFO No more tests
<style>
.dragscroll {
border: 1px solid rgb(31, 40, 49);
/*background-color : #283849;*/
overflow: auto;
}
.vertical.dragscroll {
width: 270px;
height: 380px;
@jdm
jdm / dl.json
Created September 7, 2018 00:18
display list
This file has been truncated, but you can view the full file.
{
"list": [
{
"PushStackingContext": {
"base": {
"bounds": [
[
0.0,
0.0
],
This file has been truncated, but you can view the full file.
09-06 20:12:41.817 20153 20227 I simpleservo: {
09-06 20:12:41.817 20153 20227 I simpleservo: "list": [
09-06 20:12:41.817 20153 20227 I simpleservo: {
09-06 20:12:41.817 20153 20227 I simpleservo: "PushStackingContext": {
09-06 20:12:41.817 20153 20227 I simpleservo: "base": {
09-06 20:12:41.817 20153 20227 I simpleservo: "bounds": [
09-06 20:12:41.817 20153 20227 I simpleservo: [
09-06 20:12:41.817 20153 20227 I simpleservo: 0.0,
09-06 20:12:41.817 20153 20227 I simpleservo: 0.0
09-06 20:12:41.817 20153 20227 I simpleservo: ],
<img src="https://www.google.ca/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" onload="foo()">
<script>
onload = function() {
console.log("framed page's load handler");
};
function foo() {
console.log("image's load handler");
}
</script>