diff --git a/.ci/macos/Brewfile b/.ci/macos/Brewfile
index c32360eee0879c674ccf20ee56f3ca344787380b..4ef9967c5de15dafa4090401b6b5d81235ca6247 100644
--- a/.ci/macos/Brewfile
+++ b/.ci/macos/Brewfile
@@ -1,9 +1,14 @@
 tap "nlohmann/json"
 
+brew "pkg-config"
 brew "clang-format"
 brew "cmake"
 brew "ninja"
 brew "openssl"
 brew "qt5"
 brew "python3"
-brew "nlohmann_json"
\ No newline at end of file
+brew "nlohmann_json"
+brew "gstreamer"
+brew "gst-plugins-base"
+brew "gst-plugins-good"
+brew "gst-plugins-bad"
\ No newline at end of file