Whitespacey

This commit is contained in:
Xavi Artigas 2012-06-19 14:01:48 +02:00
parent 6a3594ea4a
commit 80d6b6e476

View file

@ -21,7 +21,7 @@ typedef struct _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)
* and is removed when appsrc has enough data (enough-data signal).
* and is removed when appsrc has enough data (enough-data signal).
*/
static gboolean push_data (CustomData *data) {
GstBuffer *buffer;