Code Monkey home page Code Monkey logo

Comments (7)

dmorn avatar dmorn commented on May 19, 2024

Hey @Karolk99, was it fixed as of e407f06?

from membrane_rtc_engine.

dmorn avatar dmorn commented on May 19, 2024

The issue persists on master @Karolk99.

from membrane_rtc_engine.

FelonEkonom avatar FelonEkonom commented on May 19, 2024

What has to be done, is to implement handle_child_pad_removed for input pads of WebRTC.Endpoint in RTC.Engine

from membrane_rtc_engine.

dmorn avatar dmorn commented on May 19, 2024

Yes this is what I've done in our fork. PR coming!

from membrane_rtc_engine.

dmorn avatar dmorn commented on May 19, 2024

Even though that callback is marked as optional, hence I would expect the fix to be implemented in membrane_core 😉

from membrane_rtc_engine.

mickel8 avatar mickel8 commented on May 19, 2024

Released as 0.15.1 🙂

from membrane_rtc_engine.

FelonEkonom avatar FelonEkonom commented on May 19, 2024

Even though that callback is marked as optional, hence I would expect the fix to be implemented in membrane_core 😉

Callback handle_child_pad_removed/4 is optional because you can write a module, that implements @behaviour Membrane.Bin or Membrane.Pipeline without implementing handle_child_pad_removed/4 and it will compile without a warning. When you mark callback as optional in Elixir behaviour, it means, that you might, but you are not forced to implement it in the module that implements your behaviour.

We have improved the message in the error raising on try to call not implemented handle_child_pad_removed/4 in the upcoming release, but we won't make this callback not optional.

from membrane_rtc_engine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.