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

« back to all changes in this revision

Viewing changes to gst/gstcaps.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-06-08 09:38:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120608093804-q9gzihfevul7nqtc
Tags: 0.11.92-1
* debian/control.in:
  + Update automake, autoconf and libtool build dependencies.
* New upstream release, "High Hopes":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/gst-codec-info.c:
  + Updated for API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
  g_ptr_array_free (GST_CAPS_ARRAY (caps), TRUE);
178
178
 
179
179
#ifdef DEBUG_REFCOUNT
180
 
  GST_CAT_LOG (GST_CAT_CAPS, "freeing caps %p", caps);
 
180
  GST_CAT_TRACE (GST_CAT_CAPS, "freeing caps %p", caps);
181
181
#endif
182
182
  g_slice_free1 (GST_MINI_OBJECT_SIZE (caps), caps);
183
183
}