[Bug 795758] New: Assigning rtpvrawpay MTU to exceed 1244191 bytes throws a gmem allocation error.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed May 2 16:47:39 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795758
Bug ID: 795758
Summary: Assigning rtpvrawpay MTU to exceed 1244191 bytes
throws a gmem allocation error.
Classification: Platform
Product: GStreamer
Version: 1.14.0
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: karandeep2 at msn.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
gst-launch-1.0 -v videotestsrc ! video/x-raw,width=3840,height=2160 !
rtpvrawpay mtu=1244192 ! fakesink
The above pipeline throws a memory allocation error when assigning the MTU for
GStreamer element rtpvrawpay above 1244191 bytes:
(gst-launch-1.0:21725): GLib-ERROR **: 12:02:13.849:
../../../../glib/gmem.c:105: failed to allocate 34359738456 byte
This appears to only happen in Linux, tested on Ubuntu 16.04.4 LTS x86_64
(GStreamer 1.8.3 from aptitude) and Arch x86_64 (Gstreamer 1.14.0 from pacman).
The pipeline works in Windows. It also works in Mac according to user philn
from the GStreamer IRC.
--
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