[Gstreamer-bugs] [Bug 102565] New - gstfileindex is borked

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Jan 5 02:28:53 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=102565

Changed by vishnu at pobox.com.

--- shadow/102565	Sun Jan  5 05:28:53 2003
+++ shadow/102565.tmp.10065	Sun Jan  5 05:28:53 2003
@@ -0,0 +1,34 @@
+Bug#: 102565
+Product: GStreamer
+Version: cvs
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: vishnu at pobox.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.4.0
+URL: 
+Summary: gstfileindex is borked
+
+The attached patch fixes the following problems:
+
++ gstfileindex tries to allocate writer_ids even if the index is empty
+(reverse logic).
+
++ g_array_index didn't do what i expected.  Pass an explicit stride around
+to  calculate record offsets.
+
++ Store index records in increasing order instead of decreasing.
+
++ Use temporaries for most GINT64_TO/FROM_BE macros.  This probably isn't
+needed but it makes it easier to understand and debug.
+
++ Fix the indexers testsuite so it compiles again.  Pass memindex or
+fileindex on the command line.
+
++ In cache1.c, compare actual results with expected results.





More information about the Gstreamer-bugs mailing list