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 <[email protected]>
baiyufei <[email protected]>
Bao Nguyen <[email protected]>
Ben Weitzman <[email protected]>
Benjamin Pracht <[email protected]>
Benny Daon <[email protected]>
bkim <[email protected]>
Bo Shi <[email protected]>
Expand Down Expand Up @@ -137,6 +138,7 @@ mchlrhw <[email protected]>
Michael MacDonald <[email protected]>
Michael MacDonald <[email protected]>
Michiel De Backker <[email protected]>
midepeter <[email protected]>
Mike Coleman <[email protected]>
Mikhail <[email protected]>
Mindgamesnl <[email protected]>
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