DeviceInfoPipeWire: move include for PipeWireSession out of the header
Moving the header file and definitions for PipeWireSession to the source file allows DeviceInfoPipeWire to be reimplemented or used in wrappers without the consumer needing to add PipeWire includes and definitions. Bug: webrtc:15654 Change-Id: I895059d50bdf9e6ed152eca729c618261701457a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/327381 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Jan Grulich <grulja@gmail.com> Cr-Commit-Position: refs/heads/main@{#41163}
This commit is contained in:
parent
eb6106e9d0
commit
8b54e37cac
@ -20,10 +20,10 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "modules/video_capture/linux/pipewire_session.h"
|
||||
#include "modules/video_capture/video_capture.h"
|
||||
#include "modules/video_capture/video_capture_defines.h"
|
||||
#include "modules/video_capture/video_capture_impl.h"
|
||||
#include "modules/video_capture/video_capture_options.h"
|
||||
#include "rtc_base/logging.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include "modules/video_capture/device_info_impl.h"
|
||||
#include "modules/video_capture/linux/pipewire_session.h"
|
||||
#include "modules/video_capture/video_capture_options.h"
|
||||
|
||||
namespace webrtc {
|
||||
namespace videocapturemodule {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user