Use proper GtkDoc notation for NULL/FALSE/TRUE
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Tue, 3 Oct 2017 20:54:25 +0000 (13:54 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Tue, 3 Oct 2017 20:54:25 +0000 (13:54 -0700)
libs/gst/base/gstbasetransform.h
libs/gst/net/gstnettimepacket.c
libs/gst/net/gstntppacket.c
plugins/elements/gstidentity.c

index 9c4f901..a89a700 100644 (file)
@@ -198,7 +198,7 @@ struct _GstBaseTransform {
  *                  member variable. If the buffer is dropped due to QoS, it returns
  *                  GST_BASE_TRANSFORM_FLOW_DROPPED. If this input buffer is not
  *                  contiguous with any previous input buffer, then @is_discont
- *                  is set to #TRUE. (Since 1.6)
+ *                  is set to %TRUE. (Since 1.6)
  * @generate_output: Called after each new input buffer is submitted repeatedly
  *                   until it either generates an error or fails to generate an output
  *                   buffer. The default implementation takes the contents of the
index e103e16..f914988 100644 (file)
@@ -53,7 +53,7 @@ G_DEFINE_BOXED_TYPE (GstNetTimePacket, gst_net_time_packet,
  * caller is responsible for ensuring that @buffer is at least
  * #GST_NET_TIME_PACKET_SIZE bytes long.
  *
- * If @buffer is #NULL, the local and remote times will be set to
+ * If @buffer is %NULL, the local and remote times will be set to
  * #GST_CLOCK_TIME_NONE.
  *
  * MT safe. Caller owns return value (gst_net_time_packet_free to free).
index 79b95ec..8d88d75 100644 (file)
@@ -85,7 +85,7 @@ gst_clock_time_to_ntp_timestamp_fraction (GstClockTime gst)
  * caller is responsible for ensuring that @buffer is at least
  * #GST_NTP_PACKET_SIZE bytes long.
  *
- * If @buffer is #NULL, the local and remote times will be set to
+ * If @buffer is %NULL, the local and remote times will be set to
  * #GST_CLOCK_TIME_NONE.
  *
  * MT safe. Caller owns return value (gst_ntp_packet_free to free).
index d44709e..a3eb5cd 100644 (file)
@@ -224,8 +224,8 @@ gst_identity_class_init (GstIdentityClass * klass)
   /**
    * GstIdentity:signal-handoffs
    *
-   * If set to #TRUE, the identity will emit a handoff signal when handling a buffer.
-   * When set to #FALSE, no signal will be emitted, which might improve performance.
+   * If set to %TRUE, the identity will emit a handoff signal when handling a buffer.
+   * When set to %FALSE, no signal will be emitted, which might improve performance.
    */
   g_object_class_install_property (gobject_class, PROP_SIGNAL_HANDOFFS,
       g_param_spec_boolean ("signal-handoffs",