{"id":18352736,"url":"https://github.com/membraneframework/membrane_fake_plugin","last_synced_at":"2026-01-06T21:11:48.154Z","repository":{"id":39972823,"uuid":"105872444","full_name":"membraneframework/membrane_fake_plugin","owner":"membraneframework","description":"Fake Membrane sinks that drop incoming data","archived":false,"fork":false,"pushed_at":"2023-11-17T14:48:25.000Z","size":213,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-01T12:49:28.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/membraneframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-05T09:37:51.000Z","updated_at":"2021-12-30T16:27:06.000Z","dependencies_parsed_at":"2024-11-05T21:51:31.718Z","dependency_job_id":null,"html_url":"https://github.com/membraneframework/membrane_fake_plugin","commit_stats":{"total_commits":46,"total_committers":12,"mean_commits":"3.8333333333333335","dds":0.6086956521739131,"last_synced_commit":"be6202956120966b00da5534f6355f07fe70ffc2"},"previous_names":["membraneframework/membrane-element-fake"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_fake_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_fake_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_fake_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/membraneframework%2Fmembrane_fake_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/membraneframework","download_url":"https://codeload.github.com/membraneframework/membrane_fake_plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245669540,"owners_count":20653166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T21:37:06.816Z","updated_at":"2025-12-12T00:27:24.654Z","avatar_url":"https://github.com/membraneframework.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Membrane Fake Plugin\n\n[![Hex.pm](https://img.shields.io/hexpm/v/membrane_fake_plugin.svg)](https://hex.pm/packages/membrane_fake_plugin)\n[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_fake_plugin)\n[![CircleCI](https://circleci.com/gh/membraneframework/membrane_fake_plugin.svg?style=svg)](https://circleci.com/gh/membraneframework/membrane_fake_plugin)\n\nThis package provides fake sink elements that consume \u0026 drop incoming data.\nThey are particularly useful for testing or when making a filter-oriented pipeline.\n\nIt comes in 2 variants: `Membrane.Fake.Sink.Buffers` and\n`Membrane.Fake.Sink.Bytes` which differ in units they use when making demands.\n\nIt is part of [Membrane Multimedia Framework](https://membraneframework.org).\n\n## Installation\n\nAdd the following line to your `deps` in `mix.exs`.  Run `mix deps.get`.\n\n```elixir\n{:membrane_fake_plugin, \"~\u003e 0.11.0\"}\n```\n\n## Sample Usage\n\n```elixir\ndefmodule Fake.Pipeline do\n  use Membrane.Pipeline\n  alias Membrane.{File, Fake}\n\n  @impl true\n  def handle_init(_) do    \n    links = [child(:file_src,%File.Source{location: \"/tmp/some_samples.raw\"}) |\u003e child(:fake_sink, Fake.Sink.Buffers)]\n\n    {[spec: links], %{}}\n  end\nend\n```\n\n## Copyright and License\n\nCopyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=membrane_fake_plugin)\n\n[![Software Mansion](https://logo.swmansion.com/logo?color=white\u0026variant=desktop\u0026width=200\u0026tag=membrane-github)](https://swmansion.com/?utm_source=git\u0026utm_medium=readme\u0026utm_campaign=membrane_fake_plugin)\n\nLicensed under the [Apache License, Version 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fmembrane_fake_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmembraneframework%2Fmembrane_fake_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmembraneframework%2Fmembrane_fake_plugin/lists"}