Automatic update of common submodule
[platform/upstream/gstreamer.git] / gst / gsttocsetter.c
index 8ec723e..f5c7ea5 100644 (file)
@@ -15,8 +15,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.
  */
 
 /**
@@ -111,8 +111,6 @@ gst_toc_setter_get_data (GstTocSetter * setter)
  *
  * Reset the internal TOC. Elements should call this from within the
  * state-change handler.
- *
- * Since: 0.10.37
  */
 void
 gst_toc_setter_reset (GstTocSetter * setter)
@@ -130,10 +128,8 @@ gst_toc_setter_reset (GstTocSetter * setter)
  * modified without making it writable first.
  *
  *
- * Returns: (transfer full): TOC set, or NULL. Unref with gst_toc_unref()
- *     when no longer needed
- *
- * Since: 0.10.37
+ * Returns: (transfer full) (nullable): TOC set, or %NULL. Unref with
+ *     gst_toc_unref() when no longer needed
  */
 GstToc *
 gst_toc_setter_get_toc (GstTocSetter * setter)
@@ -159,10 +155,8 @@ gst_toc_setter_get_toc (GstTocSetter * setter)
  * @setter: a #GstTocSetter.
  * @toc: (allow-none): a #GstToc to set.
  *
- * Set the given TOC on the setter. Previously setted TOC will be
- * unrefed before setting a new one.
- *
- * Since: 0.10.37
+ * Set the given TOC on the setter. Previously set TOC will be
+ * unreffed before setting a new one.
  */
 void
 gst_toc_setter_set_toc (GstTocSetter * setter, GstToc * toc)