diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2009-01-02 15:20:48 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2009-01-02 15:20:48 +0000 |
commit | 9f46e70477b728cb6cfb429169b90efa9b889e78 (patch) | |
tree | 288270d8862562c467cfa15c0de1f086a5b6e028 /ChangeLog | |
parent | f2c94d14683658514c236b38e9ed7ef557b7145f (diff) |
tests/examples/rtp/: Add two C examples of using gstrtpbin as a sender and a receiver.
Original commit message from CVS:
* tests/examples/rtp/.cvsignore:
* tests/examples/rtp/Makefile.am:
* tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
* tests/examples/rtp/server-alsasrc-PCMA.c: (main):
Add two C examples of using gstrtpbin as a sender and a receiver.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-01-02 Wim Taymans <wim.taymans@collabora.co.uk> + + * tests/examples/rtp/.cvsignore: + * tests/examples/rtp/Makefile.am: + * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main): + * tests/examples/rtp/server-alsasrc-PCMA.c: (main): + Add two C examples of using gstrtpbin as a sender and a receiver. + 2008-12-31 Jan Schmidt <jan.schmidt@sun.com> * ChangeLog: |