[Gstreamer-bugs] [Bug 130355] Changed - MPEG4 AAC doesn't play anymore

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Jan 1 10:09:04 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=130355

Changed by rbultje at ronald.bitfreak.net.

--- shadow/130355	Thu Jan  1 12:59:12 2004
+++ shadow/130355.tmp.27446	Thu Jan  1 13:09:04 2004
@@ -1,13 +1,13 @@
 Bug#: 130355
 Product: GStreamer
 Version: 0.7.3
 OS: other
 OS Details: Mandrake Linux 10.0 (Cooker) i586
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: waschk at informatik.uni-rostock.de               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -177,6 +177,25 @@
 matroska:  matroskademux: Matroska demuxer
 matroska:  matroskamux: Matroska muxer
 gst_core_elements:  queue: Queue
 gst_core_elements:  thread: Threaded container
 gst_core_elements:  pipeline: Pipeline object
 gst_core_elements:  bin: Generic bin
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2004-01-01 13:09 -------
+gst-launch-0.7 filesrc location="01_War Ensemble.m4a" ! qtdemux ! {
+queue .audio_00! faad ! osssink }
+
+Should be
+
+gst-launch-0.7 filesrc location=file.m4a ! qtdemux .audio_00 ! faad !
+osssink
+
+or
+
+gst-launch-0.7 filesrc location=file.m4a ! qtdemux .audio_00 ! { queue
+! faad ! osssink }
+
+I'm closing it for now, since it works locally. If this doesn't work
+either, please reopen and I'll try to help finding a real solution. It
+works fine here and yeah, MPEG-4 AAC should just work since it's one
+of the "core" formats (iPod, Apple, you know..).




More information about the Gstreamer-bugs mailing list