~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to common/gst.supp

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-11 19:27:10 UTC
  • mfrom: (11.7.12) (33.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20111211192710-f52020gqtas8705f
Tags: 0.10.35.2-1
* New upstream pre-release:
  + debian/rules,
    debian/build-deps.in:
    - Build-depend on GStreamer core >= 0.10.35.2.
    - Build-depend on GLib >= 2.24.
    - Build-depend on GTK+ 3.0.
    - Build-depend on zlib.
  + debian/patches/99_ltmain_as-needed.patch:
    - Refresh to apply cleanly again.
  + debian/libgstreamer-plugins-base.symbols:
    - Update symbols file with new API.
* debian/rules:
  + Remove all dependency_libs from the .la files.
* debian/control.in:
  + Put GI package into section introspection.
* debian/build-deps.in,
  debian/compat,
  debian/control.in,
  debian/gir1.2-gst-plugins-base.install,
  debian/gstreamer-alsa.install,
  debian/gstreamer-gnomevfs.install,
  debian/gstreamer-plugins-base.install,
  debian/gstreamer-x.install,
  debian/libgstreamer-plugins-base-dev.install,
  debian/libgstreamer-plugins-base.install,
  debian/rules:
  + Transition package to multi-arch (Closes: #647485).
    Patch taken from the Ubuntu package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3894
3894
   obj:*/sed
3895
3895
}
3896
3896
 
 
3897
{
 
3898
   <weird one when re-reading registry>
 
3899
   Memcheck:Addr8
 
3900
   ...
 
3901
   obj:*/sed
 
3902
}
 
3903
 
3897
3904
# GLib 2.23 interface vtable
3898
3905
{
3899
3906
   <insert_a_suppression_name_here>
3927
3934
   fun:_gst_plugin_loader_client_run
3928
3935
   fun:main
3929
3936
}
 
3937
 
 
3938
{
 
3939
   <warning with libc 2.13-2 as in Debian/unstable on amd64>
 
3940
   Memcheck:Cond
 
3941
   fun:*strcasecmp*
 
3942
   ...
 
3943
   fun:__dcigettext
 
3944
}
 
3945
 
 
3946
{
 
3947
   <warning with libc 2.13-2 as in Debian/unstable on amd64>
 
3948
   Memcheck:Value8
 
3949
   fun:*strcasecmp*
 
3950
   ...
 
3951
   fun:__dcigettext
 
3952
}
 
3953
 
 
3954
{
 
3955
   <GstSystemClock is a singleton and does not leak>
 
3956
   Memcheck:Leak
 
3957
   fun:malloc
 
3958
   ...
 
3959
   fun:gst_poll_new
 
3960
   fun:gst_poll_new_timer
 
3961
   fun:gst_system_clock_init
 
3962
}
 
3963