mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Rework of the gstreamer importer.
To test on Windows:
1) Install gstreamer 1.0 devel and runtime
2) Add an GSTREAMER_SDK environment variable which points to the
gstreamer base directory
3) Uncomment USE_GSTREAMER in configwin.h
This commit is contained in:
@@ -71,7 +71,6 @@ It handles initialization and termination by subclassing wxApp.
|
||||
#include "effects/VST/VSTEffect.h"
|
||||
#include "widgets/ASlider.h"
|
||||
#include "FFmpeg.h"
|
||||
#include "GStreamerLoader.h"
|
||||
#include "Internat.h"
|
||||
#include "LangChoice.h"
|
||||
#include "Languages.h"
|
||||
@@ -1264,10 +1263,6 @@ bool AudacityApp::OnInit()
|
||||
FFmpegStartup();
|
||||
#endif
|
||||
|
||||
#ifdef USE_GSTREAMER
|
||||
GStreamerStartup();
|
||||
#endif
|
||||
|
||||
mImporter = new Importer;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user