[Bug 709826] mpegtsmux: performance issue
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Mar 7 11:29:26 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=709826
Edward Hervey <bilboed at bilboed.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #321353|none |needs-work
status| |
--- Comment #26 from Edward Hervey <bilboed at bilboed.com> ---
Review of attachment 321353:
--> (https://bugzilla.gnome.org/review?bug=709826&attachment=321353)
::: gst/mpegtsmux/mpegtsmux.c
@@ +1758,3 @@
+ pool_config = gst_buffer_pool_get_config (mux->pool);
+ gst_buffer_pool_config_set_params (pool_config, NULL,
+ 188 * mux->alignment, 7, 0);
the default for mux->alingment is -1 ... you might have issues :D
--
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