[gstreamer-bugs] [Bug 331616] New: gst.version and gst.gst_version differ

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Feb 17 14:07:48 PST 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=331616
 GStreamer | gst-python | Ver: 0.10.2

           Summary: gst.version and gst.gst_version differ
           Product: GStreamer
           Version: 0.10.2
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: piman at sacredchao.net
         QAContact: johan at gnome.org
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
I'm running gst-python 0.10.2 with GStreamer core 0.10.3. The gst.version()
function returns something different than gst.gst_version, which is unexpected.
It also makes gathering bug report data difficult.

Steps to reproduce:
$ python
>>> pygst.require("0.10")
>>> import gst
>>> gst.version()
(0, 10, 3, 0)
>>> gst.gst_version
(0, 10, 2)


Actual results:
gst.gst_version is 0.10.2.

Expected results:
gst.gst_version should be 0.10.3.

Does this happen every time?
Yes.

Other information:
I'm not sure this is gst-python's problem, it could be an untweaked variable in
the core somewhere. But I don't know where to look to check that.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list