Add a comment for wma
authorJeremy Simon <jsimon13@yahoo.fr>
Sun, 23 Nov 2003 21:44:55 +0000 (21:44 +0000)
committerJeremy Simon <jsimon13@yahoo.fr>
Sun, 23 Nov 2003 21:44:55 +0000 (21:44 +0000)
Original commit message from CVS:
Add a comment for wma
Add mpeg4 audio pipeline (aac)

tools/gst-launch-ext.in

index bfec863..5ff7f7a 100755 (executable)
@@ -109,6 +109,7 @@ read_config ($0);
   "fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
   "m1v", "mpegdemux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",
   "m2v", "mpegdemux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",
+  "m4a", "qtdemux ! { queue .audio_00! faad ! $cfg{AUDIOSINK} }",
   "mod", "modplug !  $cfg{AUDIOSINK}",
   "mp2", "mad ! $cfg{AUDIOSINK}",
   "mp3", "mad ! $cfg{AUDIOSINK}",
@@ -120,6 +121,7 @@ read_config ($0);
   "vob", "mpegdemux name=demux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }  { demux. ! queue ! a52dec ! $cfg{AUDIOSINK} }",
   "wav", "wavparse ! $cfg{AUDIOSINK}",
   "wm", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
+### a wma file can use wmav1 or wmav2 codec so we must use spider to decode it  
   "wma", "asfdemux name=demux ! spider ! $cfg{AUDIOSINK}",
   "wmv", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
 );