aggregator: Assert if the sink/src pad type that is to be used is not a GstAggregator...
[platform/upstream/gstreamer.git] / libs / gst / base / gstbytewriter-docs.h
index da4c20e..3cc5962 100644 (file)
@@ -13,8 +13,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.
  */
 
 /* This header is not installed, it just contains stuff for gtk-doc to parse,
@@ -31,8 +31,6 @@
  *
  * Writes a unsigned 8 bit integer to @writer without checking if there
  * is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint8_unchecked (GstByteWriter *writer, guint8 val);
 
@@ -43,8 +41,6 @@ void gst_byte_writer_put_uint8_unchecked (GstByteWriter *writer, guint8 val);
  *
  * Writes a unsigned big endian 16 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint16_be_unchecked (GstByteWriter *writer, guint16 val);
 
@@ -55,8 +51,6 @@ void gst_byte_writer_put_uint16_be_unchecked (GstByteWriter *writer, guint16 val
  *
  * Writes a unsigned big endian 24 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint24_be_unchecked (GstByteWriter *writer, guint32 val);
 
@@ -67,8 +61,6 @@ void gst_byte_writer_put_uint24_be_unchecked (GstByteWriter *writer, guint32 val
  *
  * Writes a unsigned big endian 32 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint32_be_unchecked (GstByteWriter *writer, guint32 val);
 
@@ -79,8 +71,6 @@ void gst_byte_writer_put_uint32_be_unchecked (GstByteWriter *writer, guint32 val
  *
  * Writes a unsigned big endian 64 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint64_be_unchecked (GstByteWriter *writer, guint64 val);
 
@@ -91,8 +81,6 @@ void gst_byte_writer_put_uint64_be_unchecked (GstByteWriter *writer, guint64 val
  *
  * Writes a unsigned little endian 16 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint16_le_unchecked (GstByteWriter *writer, guint16 val);
 
@@ -103,8 +91,6 @@ void gst_byte_writer_put_uint16_le_unchecked (GstByteWriter *writer, guint16 val
  *
  * Writes a unsigned little endian 24 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint24_le_unchecked (GstByteWriter *writer, guint32 val);
 
@@ -115,8 +101,6 @@ void gst_byte_writer_put_uint24_le_unchecked (GstByteWriter *writer, guint32 val
  *
  * Writes a unsigned little endian 32 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint32_le_unchecked (GstByteWriter *writer, guint32 val);
 
@@ -127,8 +111,6 @@ void gst_byte_writer_put_uint32_le_unchecked (GstByteWriter *writer, guint32 val
  *
  * Writes a unsigned little endian 64 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_uint64_le_unchecked (GstByteWriter *writer, guint64 val);
 
@@ -139,8 +121,6 @@ void gst_byte_writer_put_uint64_le_unchecked (GstByteWriter *writer, guint64 val
  *
  * Writes a signed 8 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int8_unchecked (GstByteWriter *writer, gint8 val);
 
@@ -151,8 +131,6 @@ void gst_byte_writer_put_int8_unchecked (GstByteWriter *writer, gint8 val);
  *
  * Writes a signed big endian 16 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int16_be_unchecked (GstByteWriter *writer, gint16 val);
 
@@ -163,8 +141,6 @@ void gst_byte_writer_put_int16_be_unchecked (GstByteWriter *writer, gint16 val);
  *
  * Writes a signed big endian 24 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int24_be_unchecked (GstByteWriter *writer, gint32 val);
 
@@ -175,8 +151,6 @@ void gst_byte_writer_put_int24_be_unchecked (GstByteWriter *writer, gint32 val);
  *
  * Writes a signed big endian 32 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int32_be_unchecked (GstByteWriter *writer, gint32 val);
 
@@ -187,8 +161,6 @@ void gst_byte_writer_put_int32_be_unchecked (GstByteWriter *writer, gint32 val);
  *
  * Writes a signed big endian 64 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int64_be_unchecked (GstByteWriter *writer, gint64 val);
 
@@ -199,8 +171,6 @@ void gst_byte_writer_put_int64_be_unchecked (GstByteWriter *writer, gint64 val);
  *
  * Writes a signed little endian 16 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int16_le_unchecked (GstByteWriter *writer, gint16 val);
 
@@ -211,8 +181,6 @@ void gst_byte_writer_put_int16_le_unchecked (GstByteWriter *writer, gint16 val);
  *
  * Writes a signed little endian 24 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int24_le_unchecked (GstByteWriter *writer, gint32 val);
 
@@ -223,8 +191,6 @@ void gst_byte_writer_put_int24_le_unchecked (GstByteWriter *writer, gint32 val);
  *
  * Writes a signed little endian 32 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int32_le_unchecked (GstByteWriter *writer, gint32 val);
 
@@ -235,8 +201,6 @@ void gst_byte_writer_put_int32_le_unchecked (GstByteWriter *writer, gint32 val);
  *
  * Writes a signed little endian 64 bit integer to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_int64_le_unchecked (GstByteWriter *writer, gint64 val);
 
@@ -247,8 +211,6 @@ void gst_byte_writer_put_int64_le_unchecked (GstByteWriter *writer, gint64 val);
  *
  * Writes a big endian 32 bit float to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_float32_be_unchecked (GstByteWriter *writer, gfloat val);
 
@@ -259,8 +221,6 @@ void gst_byte_writer_put_float32_be_unchecked (GstByteWriter *writer, gfloat val
  *
  * Writes a big endian 64 bit float to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_float64_be_unchecked (GstByteWriter *writer, gdouble val);
 
@@ -271,8 +231,6 @@ void gst_byte_writer_put_float64_be_unchecked (GstByteWriter *writer, gdouble va
  *
  * Writes a little endian 32 bit float to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_float32_le_unchecked (GstByteWriter *writer, gfloat val);
 
@@ -283,8 +241,6 @@ void gst_byte_writer_put_float32_le_unchecked (GstByteWriter *writer, gfloat val
  *
  * Writes a little endian 64 bit float to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_float64_le_unchecked (GstByteWriter *writer, gdouble val);
 
@@ -296,21 +252,18 @@ void gst_byte_writer_put_float64_le_unchecked (GstByteWriter *writer, gdouble va
  *
  * Writes @size bytes of @data to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_put_data_unchecked (GstByteWriter *writer, const guint8 *data, guint size);
 
 /**
  * gst_byte_writer_fill_unchecked:
  * @writer: #GstByteWriter instance
- * @value: Value to be writen
- * @size: Number of bytes to be writen
+ * @value: Value to be written
+ * @size: Number of bytes to be written
+
  *
  * Writes @size bytes containing @value to @writer without
  * checking if there is enough free space available in the byte writer.
- *
- * Since: 0.10.31
  */
 void gst_byte_writer_fill_unchecked (GstByteWriter *writer, guint8 value, guint size);