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

« back to all changes in this revision

Viewing changes to libs/gst/base/gstbasetransform.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-14 09:04:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120914090441-1ul912ezvm3xfael
Tags: 0.11.94-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/control.in:
    - Build-depend on gtk-doc >= 1.12.
  + debian/patches/0001-netclientclock-simplify-by-using-g_socket_condition_.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
283
283
void            gst_base_transform_set_gap_aware    (GstBaseTransform *trans,
284
284
                                                     gboolean gap_aware);
285
285
 
 
286
GstBufferPool * gst_base_transform_get_buffer_pool  (GstBaseTransform *trans);
 
287
void            gst_base_transform_get_allocator    (GstBaseTransform *trans,
 
288
                                                     GstAllocator **allocator,
 
289
                                                     GstAllocationParams *params);
 
290
 
286
291
void            gst_base_transform_reconfigure_sink (GstBaseTransform *trans);
287
292
void            gst_base_transform_reconfigure_src  (GstBaseTransform *trans);
288
293
G_END_DECLS