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 580488 - MFXMUX: pipeline doesn't work
MFXMUX: pipeline doesn't work
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-27 18:05 UTC by Christian Fredrik Kalager Schaller
Modified: 2009-04-28 09:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2009-04-27 18:05:41 UTC
This mxfmux pipeline seems not to work:

gst-launch-0.10 filesrc location=/home/cschalle/Videos/gravity.mpg ! decodebin2 name="decode" decode. ! ffmpegcolorspace ! schroenc ! queue ! mxfmux name=mux ! gnomevfssink location=file:///tmp/test8.mxf decode. ! audioconvert ! lame ! queue ! mux.


0:00:00.105218609 24024  0x8710050 ERROR         GST_PIPELINE ./grammar.y:524:gst_parse_perform_link: could not link queue0 to mux
0:00:00.106378254 24024  0x8710050 ERROR         GST_PIPELINE ./grammar.y:524:gst_parse_perform_link: could not link lame0 to queue1
WARNING: erroneous pipeline: could not link queue0 to mux
Comment 1 Sebastian Dröge (slomo) 2009-04-28 09:21:50 UTC
Here we have two problems:
a) mxfmux doesn't support Dirac yet... as there's no Dirac/MXF spec yet :(

b) You have to specify the pad template, i.e. mpeg_audio_sink_%u for lame.
Comment 2 Christian Fredrik Kalager Schaller 2009-04-28 09:58:53 UTC
Ugh, confused stuff. Yeah, switching to something else did solve the issue :)