After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322937 - Avidemux can't push audio if video pad not attached
Avidemux can't push audio if video pad not attached
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.9.6
Other Linux
: Normal normal
: 0.9.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-01 15:05 UTC by Michael Dominic K.
Modified: 2005-12-01 23:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Dominic K. 2005-12-01 15:05:24 UTC
In other words, you can't really play just sound of an AVI file.

I reported that back on the mailing list:

http://sourceforge.net/mailarchive/message.php?msg_id=13335700

File: http://www.blondeisthenight.com/gst/mjpeg.avi
Testcase C prg: http://www.blondeisthenight.com/gst/pushing.c
Comment 1 Edward Hervey 2005-12-01 15:17:42 UTC
The following line works fine (which is what you're doing in your c file) :
filesrc location=mjpeg.avi ! decodebin ! alsasink

Same goes for filesrc location=mjpeg.avi ! decodebin ! xvimagesink
Comment 2 Michael Smith 2005-12-01 23:38:27 UTC
This seems to work fine in 0.9.7 (possibly due to decodebin fixes), as discussed
on irc earlier.