summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 68173bd)
raw | patch | inline | side by side (parent: 68173bd)
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Tue, 8 Nov 2011 00:32:36 +0000 (00:32 +0000) | ||
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Tue, 8 Nov 2011 00:32:36 +0000 (00:32 +0000) |
diff --git a/gst/gstcaps.c b/gst/gstcaps.c
index 92fd995e41fddab5644d53a33d678e5993d36c01..ef3f8fff5e4293de67a6da54235e3451a06a77ac 100644 (file)
--- a/gst/gstcaps.c
+++ b/gst/gstcaps.c
*
* Returns: %TRUE if @structure is a subset of @caps
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_caps_is_subset_structure (const GstCaps * caps,
diff --git a/gst/gstelement.h b/gst/gstelement.h
index f0d23539ed72e5723f25d07d4967f27ed7d3426e..e22999c7ec5a044ab551b45d4762ef5641856644 100644 (file)
--- a/gst/gstelement.h
+++ b/gst/gstelement.h
* @get_query_types: get the supported #GstQueryType of this element
* @query: perform a #GstQuery on the element
* @request_new_pad_full: called when a new pad is requested. Since: 0.10.32.
- * @state_changed: called immediately after a new state was set. Since: 0.10.35.
+ * @state_changed: called immediately after a new state was set. Since: 0.10.36.
*
* GStreamer element class. Override the vmethods to implement the element
* functionality.
diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c
index d198fec5e6158da340cab9b6b27fecc0d98773a6..d8fb3ea263124a988bf13eed85fe9b86212ba04e 100644 (file)
--- a/gst/gstghostpad.c
+++ b/gst/gstghostpad.c
* Returns: (transfer none) (array zero-terminated=1): a zero-terminated array
* of #GstQueryType.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
const GstQueryType *
gst_proxy_pad_query_type_default (GstPad * pad)
*
* Returns: TRUE if the event was handled.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_event_default (GstPad * pad, GstEvent * event)
*
* Returns: TRUE if the query could be performed.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_query_default (GstPad * pad, GstQuery * query)
* Returns: a #GstIterator of #GstPad, or NULL if @pad has no parent. Unref each
* returned pad with gst_object_unref().
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstIterator *
gst_proxy_pad_iterate_internal_links_default (GstPad * pad)
* An error can occur if the pad is not connected or when the downstream
* peer elements cannot provide an acceptable buffer.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_bufferalloc_default (GstPad * pad, guint64 offset, guint size,
*
* Returns: a #GstFlowReturn from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_chain_default (GstPad * pad, GstBuffer * buffer)
*
* Returns: a #GstFlowReturn from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_chain_list_default (GstPad * pad, GstBufferList * list)
*
* Returns: a #GstFlowReturn from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstFlowReturn
gst_proxy_pad_getrange_default (GstPad * pad, guint64 offset, guint size,
*
* Returns: a #gboolean from the pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_checkgetrange_default (GstPad * pad)
*
* Returns: (transfer full): the caps of the pad with incremented ref-count
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstCaps *
gst_proxy_pad_getcaps_default (GstPad * pad)
*
* Returns: TRUE if the pad can accept the caps.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_acceptcaps_default (GstPad * pad, GstCaps * caps)
*
* Invoke the default fixatecaps function of the proxy pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_proxy_pad_fixatecaps_default (GstPad * pad, GstCaps * caps)
* Returns: TRUE if the caps could be set. FALSE if the caps were not fixed
* or bad parameters were provided to this function.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_proxy_pad_setcaps_default (GstPad * pad, GstCaps * caps)
* Returns: (transfer full): the target #GstProxyPad, can be NULL.
* Unref target pad after usage.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstProxyPad *
gst_proxy_pad_get_internal (GstProxyPad * pad)
*
* Invoke the default unlink function of the proxy pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_proxy_pad_unlink_default (GstPad * pad)
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_internal_activate_push_default (GstPad * pad, gboolean active)
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_internal_activate_pull_default (GstPad * pad, gboolean active)
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_activate_push_default (GstPad * pad, gboolean active)
*
* Returns: %TRUE if the operation was successful.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_activate_pull_default (GstPad * pad, gboolean active)
*
* Returns: #GstPadLinkReturn of the operation
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstPadLinkReturn
gst_ghost_pad_link_default (GstPad * pad, GstPad * peer)
*
* Invoke the default unlink function of a ghost pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_ghost_pad_unlink_default (GstPad * pad)
*
* Returns: %TRUE if the operation was successful
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_ghost_pad_setcaps_default (GstPad * pad, GstCaps * caps)
diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c
index 3993e02a718ca47984506d9485ad0ce2a8b0ec8b..2454ca8fbf3933a3abaecc73ecf1620d625e727b 100644 (file)
--- a/gst/gstminiobject.c
+++ b/gst/gstminiobject.c
* (gst_mini_object_ref() adds a strong reference, that is, forces the object
* to stay alive).
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_mini_object_weak_ref (GstMiniObject * object,
*
* Removes a weak reference callback to a mini object.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_mini_object_weak_unref (GstMiniObject * object,
diff --git a/gst/gststructure.c b/gst/gststructure.c
index 3db8ea3743bffa97cbeab2327be3876283738981..e37767edbcb16f2af5d526e4af3588aec4e5df04 100644 (file)
--- a/gst/gststructure.c
+++ b/gst/gststructure.c
*
* Returns: TRUE if the two structures have the same name and field.
*
- * Since: 0.10.35
+ * Since: 0.10.36
**/
gboolean
gst_structure_is_equal (const GstStructure * structure1,
@@ -3009,7 +3009,7 @@ gst_structure_intersect_field2 (GQuark id, const GValue * val1, gpointer data)
*
* Returns: Intersection of @struct1 and @struct2
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
GstStructure *
gst_structure_intersect (const GstStructure * struct1,
*
* Returns: %TRUE if intersection would not be empty
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_structure_can_intersect (const GstStructure * struct1,
*
* Returns: %TRUE if @subset is a subset of @superset
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
gboolean
gst_structure_is_subset (const GstStructure * subset,
index f28c0cd90a1d7146e225a72a8e4305ae0127e560..1ccdc2c8128eecb561fb677f1cd5644bb67ec405 100644 (file)
* by the parsing process. If there is such a latency, which depends on the
* particular parsing of the format, it typically corresponds to 1 frame duration.
*
- * Since: 0.10.34
+ * Since: 0.10.36
*/
void
gst_base_parse_set_latency (GstBaseParse * parse, GstClockTime min_latency,
index c9269abcfc1ed2594d822355b3576c76ba036ad4..f0609a19536f2daa8616612e321a5111fc441e04 100644 (file)
* read past current tracked size. Otherwise, size is checked for upon each
* read.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
void
gst_base_src_set_dynamic_size (GstBaseSrc * src, gboolean dynamic)
index f62a488c66380e7829034c8fd8cac2dec05ae8c4..c143cbfdbc40aef5b6bf2a8e8a6c688bb79dec4b 100644 (file)
* buffers are dropped by input-selector that might be needed
* when switching the active pad.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
g_object_class_install_property (gobject_class, PROP_SYNC_STREAMS,
g_param_spec_boolean ("sync-streams", "Sync Streams",
index 1596670416c2eff44c55b307a04ca7990158d1a4..0c226b6a7bd08e69bc0eb6369a39ccb4c44ea278 100644 (file)
* streams by keeping the order in which buffers and events arrived compared
* to active and linked streams.
*
- * Since: 0.10.35
+ * Since: 0.10.36
*/
g_object_class_install_property (gobject_class, PROP_SYNC_BY_RUNNING_TIME,
g_param_spec_boolean ("sync-by-running-time", "Sync By Running Time",