[Bug 750341] Not able to play video clip with tsdemux with HEVC video clip with ts file format
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 11 07:32:58 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750341
Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nicolas.dufresne at collabora.
| |co.uk
--- Comment #15 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Just a note here, it's works in push mode, fails in pull mode.
# Pull mode (stalls, as mention on the ML, timestamps seems off (frameing is
odd)
gst-launch-1.0 -v filesrc location=bbb_360p_c.ts ! tsdemux ! h265parse !
avdec_h265 ! xvimagesink
# Push mode (works)
gst-launch-1.0 -v filesrc location=bbb_360p_c.ts ! queue ! tsdemux ! h265parse
! avdec_h265 ! xvimagesink
--
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