[Bug 654634] postproc: gst-inspect-0.10 -a aborts with gstpostproc.c:360:change_mode: assertion failed: (postproc->mode)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 18 04:37:47 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=654634
  GStreamer | gst-ffmpeg | git

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-07-18 11:37:42 UTC ---
This 'fixes' / hides the bug btw:

diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c
index dd50daf..2e88b4d 100644
--- a/libpostproc/postprocess.c
+++ b/libpostproc/postprocess.c
@@ -742,7 +742,7 @@ const char pp_help[] =

 pp_mode *pp_get_mode_by_name_and_quality(const char *name, int quality)
 {
-    char temp[GET_MODE_BUFFER_SIZE];
+    char temp[GET_MODE_BUFFER_SIZE] = { 0, };
     char *p= temp;
     static const char filterDelimiters[] = ",/";
     static const char optionDelimiters[] = ":";

-- 
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