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

« back to all changes in this revision

Viewing changes to gst/gstghostpad.h

  • 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:
62
62
GstProxyPad*     gst_proxy_pad_get_internal     (GstProxyPad *pad);
63
63
 
64
64
 
65
 
gboolean            gst_proxy_pad_event_default                  (GstPad *pad, GstObject *parent,
66
 
                                                                  GstEvent *event);
67
 
gboolean            gst_proxy_pad_query_default                  (GstPad *pad, GstObject *parent,
68
 
                                                                  GstQuery *query);
69
65
GstIterator*        gst_proxy_pad_iterate_internal_links_default (GstPad *pad, GstObject *parent) G_GNUC_MALLOC;
70
66
GstFlowReturn       gst_proxy_pad_chain_default                  (GstPad *pad, GstObject *parent,
71
67
                                                                  GstBuffer *buffer);
74
70
GstFlowReturn       gst_proxy_pad_getrange_default               (GstPad *pad, GstObject *parent,
75
71
                                                                  guint64 offset, guint size,
76
72
                                                                  GstBuffer **buffer);
77
 
void                gst_proxy_pad_unlink_default                 (GstPad * pad);
78
73
 
79
74
#define GST_TYPE_GHOST_PAD              (gst_ghost_pad_get_type ())
80
75
#define GST_IS_GHOST_PAD(obj)           (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_GHOST_PAD))
122
117
 
123
118
gboolean         gst_ghost_pad_construct         (GstGhostPad *gpad);
124
119
 
125
 
void             gst_ghost_pad_unlink_default         (GstPad * pad);
126
 
GstPadLinkReturn gst_ghost_pad_link_default           (GstPad * pad, GstPad * peer);
127
 
 
128
120
gboolean         gst_ghost_pad_activate_mode_default  (GstPad * pad, GstObject * parent,
129
121
                                                       GstPadMode mode, gboolean active);
130
122