[gstreamer-bugs] [Bug 633555] discoverer: use specific types in getters, rename some boolean getters

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 1 04:06:32 PDT 2010


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.20

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-11-01 11:06:25 UTC ---
I've pushed this, since it breaks e.g. pitivi and the patch reportedly fixes
that:

<thiblahute>  Hello, I just recompiled gstreamer using jhbuild (I got some
issue with gst-plugin-bad and had to desactivate -Werror), and am trying to
launch pitivi now, but am getting:

Traceback (most recent call last):
  File "bin/pitivi", line 138, in <module>
    _run_pitivi()
  File "bin/pitivi", line 131, in _run_pitivi
    import pitivi.application as ptv
  File "pitivi/application.py", line 51, in <module>
    from pitivi.ui.mainwindow import PitiviMainWindow
  File "pitivi/ui/mainwindow.py", line 32, in <module>
    import gst.pbutils
ImportError:
/home/thiblahute/src/gstreamer/install/lib/python2.6/site-packages/gst-0.10/gst/pbutils.so:
undefined symbol: gst_discoverer_video_info_get_interlaced

Any idea what is wrong?

<__tim> thiblahute, the API was changed in gst-plugins-base git, gst-python git
needs updating for that
<__tim> thiblahute, https://bugzilla.gnome.org/show_bug.cgi?id=633555
<thiblahute> __tim: Ok, I am going to have a look at it then.
<thiblahute> __tim: Works perfectly with the patch, is it closed to be applied?


commit 366f1650a510faf6d80f7d856432d4c839196ae2
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Sat Oct 30 16:18:59 2010 +0100

    pbutils: update for discoverer API changes in last gst-plugins-base
pre-release

    https://bugzilla.gnome.org/show_bug.cgi?id=633311

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