Any chance this is in?
On Sat, Oct 29, 2016 at 6:00 AM, Tim-Philipp Müller <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Sat, 2016-10-29 at 09:36 -0500, Carl Karsten wrote:
Nope, but you can try decodebin3 to see if it works better. Cheers -Tim _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Um.. is there some way to do that using gst-launch ?
(veyepar) juser@rad:~/Videos/veyepar/pyohio/pyohio_2016/dv/barbietootle/2016-07-30$ GST_DEBUG=5 gst-launch-1.0 filesrc location=12_55_51.ts ! decodebin3 ! audioconvert ! fakesink WARNING: erroneous pipeline: no element "decodebin3" or the code I really use: (same thing, right?) self.pipeline = Gst.parse_launch(
"filesrc name=filesrc ! decodebin ! audioconvert ! level name=wavelevel ! fakesink" https://github.com/CarlFK/veyepar/blob/master/dj/lib/gslevels.py#L34-L36 On Sat, Oct 29, 2016 at 10:04 AM, Tim-Philipp Müller <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Wed, 2016-11-02 at 22:02 -0500, Carl Karsten wrote: Hi,
If you use a sufficiently-new GStreamer version (the just-release 1.10 or any of the 1.9 pre-releases) then it should be there. Cheers -Tim -- Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |