mirror of
				https://github.com/pion/mediadevices.git
				synced 2025-10-31 11:56:28 +08:00 
			
		
		
		
	Remove default adapters
* Update examples to import adapters explicitly * Remove default adapters to be imported implicitly
This commit is contained in:
		| @@ -8,6 +8,7 @@ import ( | ||||
| 	"github.com/pion/mediadevices" | ||||
| 	_ "github.com/pion/mediadevices/pkg/codec/openh264" // This is required to register h264 video encoder | ||||
| 	_ "github.com/pion/mediadevices/pkg/codec/vpx"      // This is required to register VP8/VP9 video encoder | ||||
| 	_ "github.com/pion/mediadevices/pkg/driver/camera"  // This is required to register camera adapter | ||||
| 	"github.com/pion/mediadevices/pkg/frame" | ||||
| 	"github.com/pion/rtp" | ||||
| 	"github.com/pion/webrtc/v2" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Herman
					Lukas Herman