[Bug 645152] encodebin fails when "x-ac3" stream inside "video/mpegts" container

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 18 10:34:05 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=645152
  GStreamer | gst-plugins-base | git

--- Comment #3 from Edward Hervey <bilboed at gmail.com> 2011-03-18 17:34:03 UTC ---
Do not use gst_element_get_compatible_pad(), it has side effects you don't seem
to be controlling in Rygel.

The parameters you gave work fine btw, you can try with the encoding examples
in gst-plugins-base/tests/examples/encoding

./encoding -o file://... \
   -v "video/mpeg,mpegversion=2,systemstream=False,framerate=25/1" \
   -f "video/mpegts,systemstream=True,packetsize=188" -a "audio/x-ac3" \
   <inputfile>

=> produces a valid file with mpeg2video and ac3 in mpeg-ts

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list