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 719487 - encodebin - problems remuxing vorbis
encodebin - problems remuxing vorbis
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-28 12:14 UTC by Christian Fredrik Kalager Schaller
Modified: 2013-11-28 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GST Debug log (6.37 KB, application/x-bzip)
2013-11-28 12:15 UTC, Christian Fredrik Kalager Schaller
Details

Description Christian Fredrik Kalager Schaller 2013-11-28 12:14:35 UTC
Attached is a encodebin:5 log showing a pipeline trying to re-encode video and remux audio. The log shows that encodebin for reason is unable to find the vorbisparser (it is on the system).

This works:
gst-launch-1.0 filesrc location="/home/cschalle/Videos/A_Digital_Media_Primer_For_Geeks-360p.webm" ! matroskademux ! vorbisparse ! oggmux ! filesink location=output.ogg

So my assumption is that there is a bug in encodebin stopping it from pluging the vorbisparser.
Comment 1 Christian Fredrik Kalager Schaller 2013-11-28 12:15:03 UTC
Created attachment 263017 [details]
GST Debug log
Comment 2 Christian Fredrik Kalager Schaller 2013-11-28 13:20:49 UTC
Closing this again, need to investigate more as what works and what doesn't seem a bit random atm, so I need to double check it isn't my fault