Typo
authorXavi Artigas <xartigas@fluendo.com>
Wed, 4 Jul 2012 14:31:40 +0000 (16:31 +0200)
committerXavi Artigas <xartigas@fluendo.com>
Wed, 4 Jul 2012 14:31:40 +0000 (16:31 +0200)
gst-sdk/tutorials/basic-tutorial-8.c

index 0e94840..8824e09 100644 (file)
@@ -20,7 +20,7 @@ typedef struct _CustomData {
 } CustomData;
   
 /* This method is called by the idle GSource in the mainloop, to feed CHUNK_SIZE bytes into appsrc.
- * The ide handler is added to the mainloop when appsrc requests us to start sending data (need-data signal)
+ * The idle handler is added to the mainloop when appsrc requests us to start sending data (need-data signal)
  * and is removed when appsrc has enough data (enough-data signal).
  */
 static gboolean push_data (CustomData *data) {