[Gstreamer-bugs] [Bug 108316] New - Script enum.pl produces wrong output for the numerous [...]Flags enums.

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Mar 13 08:15:03 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=108316

Changed by mhl.schulze at t-online.de.

--- shadow/108316	Thu Mar 13 11:15:03 2003
+++ shadow/108316.tmp.21615	Thu Mar 13 11:15:03 2003
@@ -0,0 +1,32 @@
+Bug#: 108316
+Product: GStreamer
+Version: cvs
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstmm
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: MHL.Schulze at t-online.de               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: Script enum.pl produces wrong output for the numerous [...]Flags enums.
+
+We use the script "enum.pl" that comes with gtkmmproc to produce
+"gst_enums.defs".
+However, the script "enum.pl" produces wrong output for the numerous
+[...]Flags enums. This is because is that it doesn't evaluate the
+[...]_FLAG_LAST in entries like:
+
+typedef enum {
+  GST_BIN_FLAG_MANAGER          = GST_ELEMENT_FLAG_LAST,
+  [...] 
+} GstBinFlags;
+
+The attached file is a patch against the output of the script "enum.pl" for
+gstreamer-0.6 to produce a valid "gst_enums.defs" file.
+(The patched "gst_enums.defs" file is already in CVS. However, I don't want
+to loose the diff". Martin.)





More information about the Gstreamer-bugs mailing list