Skip to content

Commit 7d70961

Browse files
committed
fixup! [GStreamer] Solved some compiler warnings
1 parent 3ebee5b commit 7d70961

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,8 @@ void LibWebRTCMediaEndpoint::OnStatsDelivered(const rtc::scoped_refptr<const web
848848
logger().logAlways(LogWebRTCStats, Logger::LogSiteIdentifier("LibWebRTCMediaEndpoint"_s, "OnStatsDelivered"_s, logIdentifier()), statsLogger);
849849
}
850850
});
851+
#else
852+
UNUSED_PARAM(report);
851853
#endif
852854
}
853855

Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,6 +2567,7 @@ void MediaPlayerPrivateGStreamer::configureParsebin(GstElement* parsebin)
25672567
return exposeAutoPlug;
25682568
#else
25692569
UNUSED_PARAM(factory);
2570+
UNUSED_PARAM(player);
25702571
#endif
25712572

25722573
return tryAutoPlug;

0 commit comments

Comments
 (0)