[vlc-devel] commit: Use libvlc_playlist_add_extended_untrusted in activex plugin. ( Laurent Aimar )

git version control git at videolan.org
Wed Feb 4 17:00:53 CET 2009


vlc | branch: 0.9-bugfix | Laurent Aimar <fenrir at videolan.org> | Wed Jan 28 20:41:55 2009 +0100| [561c0c4cd26ef2df83a90639f9f5cd1b08e8ead5] | committer: Rémi Denis-Courmont 

Use libvlc_playlist_add_extended_untrusted in activex plugin.
(cherry picked from commit c349af1472890395de9bc62566d69f6d4b881099)

Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=561c0c4cd26ef2df83a90639f9f5cd1b08e8ead5
---

 projects/activex/plugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/activex/plugin.cpp b/projects/activex/plugin.cpp
index 72d9848..6a8c3f8 100644
--- a/projects/activex/plugin.cpp
+++ b/projects/activex/plugin.cpp
@@ -535,7 +535,7 @@ HRESULT VLCPlugin::getVLC(libvlc_instance_t** pp_libvlc)
                     options[i_options++] = timeBuffer;
                 }
                 // add default target to playlist
-                libvlc_playlist_add_extended(_p_libvlc, psz_mrl, NULL, i_options, options, NULL);
+                libvlc_playlist_add_extended_untrusted(_p_libvlc, psz_mrl, NULL, i_options, options, NULL);
                 CoTaskMemFree(psz_mrl);
             }
         }




More information about the vlc-devel mailing list