tests: souphttpsrc: grammar fix

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2015-11-30 21:23:52 -08:00
parent f9b5271694
commit 0b234c9b54

View file

@ -163,7 +163,7 @@ run_test (const char *format, ...)
rc = 302; rc = 302;
GST_INFO ("debug: %s", debug); GST_INFO ("debug: %s", debug);
/* should not've gotten any output in case of a 40x error. Wait a bit /* should not've gotten any output in case of a 40x error. Wait a bit
* to give streaming thread a chance to push out a buffer and triggering * to give the streaming thread a chance to push out a buffer and trigger
* our callback before shutting down the pipeline */ * our callback before shutting down the pipeline */
g_usleep (G_USEC_PER_SEC / 2); g_usleep (G_USEC_PER_SEC / 2);
fail_unless (buf == NULL); fail_unless (buf == NULL);