From: Edward Hervey Date: Thu, 31 Aug 2006 14:03:44 +0000 (+0000) Subject: gst/gst-0.10.10.ignore: API addition X-Git-Tag: 1.19.3~485^2~762 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f017ec3e97c03f35efe561d6fdbf5da48755680;p=platform%2Fupstream%2Fgstreamer.git gst/gst-0.10.10.ignore: API addition Original commit message from CVS: * gst/gst-0.10.10.ignore: API addition * gst/gst.defs: Added new ghostpad functions. --- diff --git a/ChangeLog b/ChangeLog index 29c769f..324d09f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-08-31 Edward Hervey + + * gst/gst-0.10.10.ignore: + API addition + * gst/gst.defs: + Added new ghostpad functions. + 2006-08-29 Edward Hervey * gst/gst.override: diff --git a/gst/gst-0.10.10.ignore b/gst/gst-0.10.10.ignore index 9861f65..d9e4b1d 100644 --- a/gst/gst-0.10.10.ignore +++ b/gst/gst-0.10.10.ignore @@ -2,4 +2,6 @@ ignore gst_segtrap_is_enabled gst_segtrap_set_enabled + gst_ghost_pad_new_from_template + gst_ghost_pad_new_no_target_from_template %% diff --git a/gst/gst.defs b/gst/gst.defs index 2d88c42..dc82e9a 100644 --- a/gst/gst.defs +++ b/gst/gst.defs @@ -2094,6 +2094,25 @@ ) ) +(define-function ghost_pad_new_from_template + (c-name "gst_ghost_pad_new_from_template") + (return-type "GstPad*") + (parameters + '("const-gchar*" "name") + '("GstPad*" "target") + '("GstPadTemplate*" "templ") + ) +) + +(define-function ghost_pad_new_no_target_from_template + (c-name "gst_ghost_pad_new_no_target_from_template") + (return-type "GstPad*") + (parameters + '("const-gchar*" "name") + '("GstPadTemplate*" "templ") + ) +) + (define-method get_target (of-object "GstGhostPad") (c-name "gst_ghost_pad_get_target")