summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* configure: Verify that the compiler understands warning cflagsOlivier CrĂȘte2013-12-261-1/+1
* examples: Remove g_type_init() call for recent GLib versionsPhilip Withnall2013-12-183-0/+6
* examples: Remove redundant non-NULL checksPhilip Withnall2013-12-182-2/+2
* Fix variable shadowingPhilip Withnall2013-12-181-16/+16
* Remove debugging printYouness Alaoui2013-02-221-1/+0
* examples: Make input non blocking to allow exit when remote hangs upYouness Alaoui2013-02-062-8/+21
* Do not unref the mainloop until the thread has joined since it could be still...Youness Alaoui2013-02-062-2/+2
* Do not unref the GThread since g_thread_join takes the reference. Also rename...Bryce Allen2013-02-062-8/+6
* Add example that uses the new SDP parsing APIYouness Alaoui2013-02-042-1/+278
* Fix/clean threaded-exampleYouness Alaoui2013-02-041-5/+6
* Add a similar simple example using threadsYouness Alaoui2013-02-042-2/+454
* example: Exit on Ctrl-D and send EOS signal to the other endYouness Alaoui2013-02-041-0/+6
* Change license for simple-exampleYouness Alaoui2013-02-041-12/+20
* Add a simple example to showcase the API thanks to Bryce AllenYouness Alaoui2013-02-012-0/+444