From 4a96ce9561d1691d7560d5edbfd2b54a5729422f Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 9 Oct 2012 14:37:21 +0200 Subject: [PATCH] Add plugins for RTSP streaming to Mac. --- dist/macdeploy.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/macdeploy.py b/dist/macdeploy.py index f1ef17452..4b743018c 100755 --- a/dist/macdeploy.py +++ b/dist/macdeploy.py @@ -78,6 +78,10 @@ GSTREAMER_PLUGINS=[ # CD support 'libgstcdio.so', + + # RTSP streaming + 'libgstrtp.so', + 'libgstrtsp.so', ] GSTREAMER_SEARCH_PATH=[