aiden-jeffrey

Results 17 comments of aiden-jeffrey

If you're only calling `getPosition`, you can pass in a UTC epoch int in milliseconds for the time, rather than a `Date` object, as the function only calls `valueOf` on...

> though admittedly not entirely generic I toyed with allowing the user to send all gstreamer events from javascript, but then I'm not sure there is an event that correlates...

> I know this wasn't the case before, but I think you will want to also add the posting of progress messages to `gst_cef_src_start()` (refer to eg rtspsrc for an...

> Oh hrm wait, this question makes me realize you're probably piggy-backing the wrong mechanism :) Yeah.

Should I use the `state_lock` and `state_cond` for the wait mechanics?

> Re progress messages, that is not what I meant So replace where I've added GST_DEBUG_OBJECT calls with your GST_ELEMENT_PROGRESS macro?

> lgtm now :) Thanks for the review.

> @aiden-jeffrey I was working on something similar a while back. Basically to allow communication between JS and the hosting app. This looks very comprehensive. Our app is also a...

I'm getting a seg fault when starting another pipeline with a cefsrc in after the first cefsrc has emmited the eos due to the javascript `signal`. It segfaults somewhere in...

> I'm getting a seg fault Managed to trick the loader to load the debug version - this is what's failing: ``` [1881725:1889451:1002/150401.084126:FATAL:startup_metric_utils.cc(54)] Check failed: application_start_ticks_.is_null(). Trace/breakpoint trap (core dumped)...