[Bug 747534] Add deadline option to gstvp8dec
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 8 19:02:00 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747534
--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 301163:
--> (https://bugzilla.gnome.org/review?bug=747534&attachment=301163)
::: ext/vpx/gstvp8dec.c
@@ +532,3 @@
} else {
+ // Automatically determine deadline
+ deadline = gst_video_decoder_get_max_decode_time (decoder, frame);
Maybe this should be all automatic? If we're in a live pipeline, chances are
good that we want realtime and nothing else. So maybe no need for a new
property?
--
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