Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deletion of existing sample_builder implementation codes #2591

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ backkem <mail@backkem.me>
baiyufei <baiyufei@outlook.com>
Bao Nguyen <bao@n4n.dev>
Ben Weitzman <benweitzman@gmail.com>
Benjamin Pracht <benjamin@livekit.io>
Benny Daon <benny@tuzig.com>
bkim <bruce.kim.it@gmail.com>
Bo Shi <boshi@mural.co>
Expand Down Expand Up @@ -137,6 +138,7 @@ mchlrhw <4028654+mchlrhw@users.noreply.github.com>
Michael MacDonald <github@macdonald.cx>
Michael MacDonald <mike.macdonald@savantsystems.com>
Michiel De Backker <38858977+backkem@users.noreply.github.com>
midepeter <mosadomipeter@yahoo.com>
Mike Coleman <mc@fivebats.com>
Mikhail <mvrogushkov@sberbank.ru>
Mindgamesnl <matsmoolhuizen@gmail.com>
Expand Down
7 changes: 5 additions & 2 deletions pkg/media/media.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ import (

// A Sample contains encoded media and timing information
type Sample struct {
Data []byte
Timestamp time.Time
Data []byte
Timestamp time.Time

// Duration has been deprecated since it is difficult to compute correctly
// in all cases and using the timeStamp is the right thing to use
Duration time.Duration
PacketTimestamp uint32
PrevDroppedPackets uint16
Expand Down
53 changes: 0 additions & 53 deletions pkg/media/samplebuilder/sampleSequenceLocation.go

This file was deleted.

29 changes: 0 additions & 29 deletions pkg/media/samplebuilder/sampleSequenceLocation_test.go

This file was deleted.

Loading
Loading