From 0d3c154ccf3027af112464409b90a601a1758586 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 15 Apr 2008 19:02:10 +0000 Subject: [PATCH] gst/playback/gstdecodebin2.c: Fix signal docs. Original commit message from CVS: * gst/playback/gstdecodebin2.c: Fix signal docs. --- ChangeLog | 5 +++++ common | 2 +- gst/playback/gstdecodebin2.c | 16 ++++++++++++---- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0d4c9d4..4fe2838 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-15 Stefan Kost + + * gst/playback/gstdecodebin2.c: + Fix signal docs. + 2008-04-14 Tim-Philipp Müller * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init), diff --git a/common b/common index f88ff85..3bb6edf 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f88ff852da7631ad2d0be835763da6d551a63883 +Subproject commit 3bb6edfe927d6d3020d2f2a4604f54caa61cd104 diff --git a/gst/playback/gstdecodebin2.c b/gst/playback/gstdecodebin2.c index c8a5561..1b97b5c 100644 --- a/gst/playback/gstdecodebin2.c +++ b/gst/playback/gstdecodebin2.c @@ -393,7 +393,8 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::new-decoded-pad: - * @pad: the newly created pad + * @bin: The decodebin + * @pad: The newly created pad * @islast: #TRUE if this is the last pad to be added. Deprecated. * * This signal gets emitted as soon as a new pad of the same type as one of @@ -408,7 +409,8 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::removed-decoded-pad: - * @pad: the pad that was removed + * @bin: The decodebin + * @pad: The pad that was removed * * This signal is emitted when a 'final' caps pad has been removed. */ @@ -420,8 +422,9 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::unknown-type: - * @pad: the new pad containing caps that cannot be resolved to a 'final' stream type. - * @caps: the #GstCaps of the pad that cannot be resolved. + * @bin: The decodebin + * @pad: The new pad containing caps that cannot be resolved to a 'final' stream type. + * @caps: The #GstCaps of the pad that cannot be resolved. * * This signal is emitted when a pad for which there is no further possible * decoding is added to the decodebin. @@ -434,6 +437,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::autoplug-continue: + * @bin: The decodebin * @pad: The #GstPad. * @caps: The #GstCaps found. * @@ -453,6 +457,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::autoplug-factories: + * @bin: The decodebin * @pad: The #GstPad. * @caps: The #GstCaps found. * @@ -478,6 +483,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::autoplug-sort: + * @bin: The decodebin * @pad: The #GstPad. * @caps: The #GstCaps. * @factories: A #GValueArray of possible #GstElementFactory to use. @@ -499,6 +505,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::autoplug-select: + * @bin: The decodebin * @pad: The #GstPad. * @caps: The #GstCaps. * @factories: A #GValueArray of possible #GstElementFactory to use, sorted by @@ -522,6 +529,7 @@ gst_decode_bin_class_init (GstDecodeBinClass * klass) /** * GstDecodeBin2::drained + * @bin: The decodebin * * This signal is emitted once decodebin2 has finished decoding all the data. * -- 2.7.4