[Bug 645502] [h264parse] leaks fatally on certain streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 22 04:15:11 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=645502
  GStreamer | gst-plugins-bad | git

--- Comment #2 from Fraxinas <andreas.frisch at multimedia-labs.de> 2011-03-22 11:15:06 UTC ---
okay i'm setting
  g_object_set (G_OBJECT (app->queue_video), "max-size-buffers", 0, NULL);
  g_object_set (G_OBJECT (app->queue_video), "max-size-bytes", 0, NULL);
  g_object_set (G_OBJECT (app->queue_audio), "max-size-buffers", 0, NULL);
  g_object_set (G_OBJECT (app->queue_audio), "max-size-bytes", 0, NULL);
in my code so it might as well be that. anyways, i need to find out why this
streams causes the problems. maybe because it's High at L4.0 instead of Main and
has a higher bitrate

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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