[gstreamer-bugs] [Bug 342029] New: overflow of titlenumbers

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue May 16 12:39:42 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=342029
 GStreamer | don't know | Ver: 0.10.6

           Summary: overflow of titlenumbers
           Product: GStreamer
           Version: 0.10.6
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: don't know
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: seb128 at debian.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


That bug has been opened on
https://launchpad.net/distros/ubuntu/+source/rhythmbox/+bug/40624

"If the titlenumber in the ID3 Tag is negative, the shown number goes into the
4 billions!
...
> Thanks for your bug. What version of rhythmbox do you use? Could you attach a such example to the bug, or point a location to download it or send it by mail?
...
Hello,
my rhythmbox version number is 0.9.3.1 and it's the package of an ubuntu 6.06
beta with the original repositories.
...
http://librarian.launchpad.net/2257808/rhythmbox-bug.jpg
Just a Screenshot of the bug
...


Technically isn't this underflow? Anyway, confirming:

Description of the problem:
Negative track numbers are shown as extremely large positive numbers in
rhythmbox's browser window.

Steps to reproduce:
1. Open an important mp3 in xmms.
2. Press ctrl-3 .
3. Make sure that disable ID3v2 Tag is unchecked and type -1 into the Track
number field.
4. Click save then close.
5. Open the MP3 in rhythmbox, ensure that small display is off and in the main
track display scroll to the modified track (display of track numbers will also
need to be on).

Expected result:
-1 to appear in track column.

Actual result:
4294967295 is displayed in the track column (sounds like a signed variable has
been stuck into an unsigned variable).
...
Additional information:
If the properties windows for the track is displayed the correct (negative)
track number is shown."

according to "gst-launch-0.10 -t filesrc location=.... ! decodebin ! fakesink":
"track number: 4294967295"


-- 
Configure bugmail: http://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