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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "timed value control source", 0, \
49
49
    "timed value control source base class")
50
50
 
 
51
#define gst_timed_value_control_source_parent_class parent_class
51
52
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstTimedValueControlSource,
52
53
    gst_timed_value_control_source, GST_TYPE_CONTROL_SOURCE, _do_init);
53
54
 
408
409
  g_mutex_unlock (&self->lock);
409
410
  g_mutex_clear (&self->lock);
410
411
 
411
 
  G_OBJECT_CLASS (gst_timed_value_control_source_parent_class)->finalize (obj);
 
412
  G_OBJECT_CLASS (parent_class)->finalize (obj);
412
413
}
413
414
 
414
415
static void