Skip to content

Commit

Permalink
Rename Metadata to FrameMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bblaszkow06 committed Jun 4, 2019
1 parent 0d74328 commit b2a769d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
@@ -1,6 +1,6 @@
defmodule Membrane.Caps.Audio.FLAC.Metadata do
defmodule Membrane.Caps.Audio.FLAC.FrameMetadata do
@moduledoc """
Module defining metadata struct for FLAC buffers.
Module defining metadata struct for FLAC buffers with audio frames.
Based on contents of [frame header](https://xiph.org/flac/format.html#frame_header)
"""
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Expand Up @@ -22,7 +22,8 @@ defmodule Membrane.Caps.Audio.FLAC.Mixfile do
[
main: "readme",
extras: ["README.md"],
source_ref: "v#{@version}"
source_ref: "v#{@version}",
nest_modules_by_prefix: [Membrane.Caps.Audio.FLAC]
]
end

Expand Down

0 comments on commit b2a769d

Please sign in to comment.