gst_plugins_symbian/tsrc/gstreamertestmodule/inc/GStreamerTestClass.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_symbian/tsrc/gstreamertestmodule/inc/GStreamerTestClass.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_symbian/tsrc/gstreamertestmodule/inc/GStreamerTestClass.h	Wed Sep 01 12:16:41 2010 +0100
@@ -85,7 +85,6 @@
 _LIT( KTagVolumeRampProperty,"volumeramp");
 _LIT( KTagPriorityProperty,"priority");
 _LIT( KTagPereferenceProperty,"preference");
-_LIT( KTagNumBuffersProperty,"num-buffers");
 _LIT( KTagFourCCProperty,"fourcc");
 _LIT( KTagMimeTypeProperty,"mimetype");
 
@@ -102,7 +101,7 @@
 #ifdef __WINSCW__
 _LIT( KGStreamerTestClassLogPath, "\\logs\\testframework\\" ); 
 #else
-_LIT( KGStreamerTestClassLogPath, "c:\\logs\\" );
+_LIT( KGStreamerTestClassLogPath, "e:\\testing\\Log\\" );
 #endif
 
 // Log file
@@ -155,9 +154,6 @@
     GstElement *iFakesink;
     GstElement *iFilesink;
     GstElement *iEncoder;
-    GstElement *iAACEncoder;
-    GstElement *iQtMux;
-    GstElement *iAmrMux;
     GstElement *iFilter;
     GstElement *iWavenc;
     GstBus* iBus;
@@ -217,10 +213,7 @@
 		    ERESAMPLER,
 		    ECONVERTER,
 		    EDEVSOUNDSRC,
-		    EDEVSOUNDSINK,
-		    ENOKIAAACENCODER,
-		    ENOKIAQTMUX,
-		    ENOKIAAMRMUX,
+		    EDEVSOUNDSINK
 		    };
 		
       enum TElementCustomInterfaces
@@ -460,15 +453,10 @@
 		TInt CustomIntfcProp( CStifItemParser& aItem );
 		
 		TInt SetCapsInPipeLine( CStifItemParser& aItem );
-		TInt StopRecording( CStifItemParser& aItem );
-		TInt GstReliabilitytestRecording( CStifItemParser& aItem );
-		TInt GstReliabilitytestPlaypause( CStifItemParser& aItem );
-		TInt SeekElement( CStifItemParser& aItem );
-		TInt CheckProperties ( CStifItemParser& aItem );
+		
 		TInt SetMainLoopRun( CStifItemParser& aItem );
 		TInt GetConfigureData();
 		TInt SetConfigureData();
-		TInt PlayBack( CStifItemParser& aItem );