X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstpadtemplate.h;h=636b143b80afa602c468af96e4db2f0a87079979;hb=35a1822d7aea497876618bbc685360f7837aada2;hp=7bbbf16fffcf1f5a95c55d0863d8e54051803d8d;hpb=05635b374f5bc0645e3a99d3efc864d70c01e98c;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstpadtemplate.h b/gst/gstpadtemplate.h index 7bbbf16..636b143 100644 --- a/gst/gstpadtemplate.h +++ b/gst/gstpadtemplate.h @@ -16,8 +16,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ @@ -52,7 +52,7 @@ G_BEGIN_DECLS * @GST_PAD_ALWAYS: the pad is always available * @GST_PAD_SOMETIMES: the pad will become available depending on the media stream * @GST_PAD_REQUEST: the pad is only available on request with - * gst_element_get_request_pad(). + * gst_element_request_pad(). * * Indicates when this pad will become available. */ @@ -126,6 +126,7 @@ struct _GstPadTemplate { GstPadPresence presence; GstCaps *caps; + /*< private >*/ gpointer _gst_reserved[GST_PADDING]; }; @@ -135,6 +136,7 @@ struct _GstPadTemplateClass { /* signal callbacks */ void (*pad_created) (GstPadTemplate *templ, GstPad *pad); + /*< private >*/ gpointer _gst_reserved[GST_PADDING]; };