~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to libs/gst/controller/gstargbcontrolbinding.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include "gstargbcontrolbinding.h"
35
35
 
36
 
#include <math.h>
 
36
#include <gst/math-compat.h>
37
37
 
38
38
#define GST_CAT_DEFAULT control_binding_debug
39
39
GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT);