test: rtpbin_buffer_list: port to GStreamer 1.0
authorAntonio Ospite <antonio.ospite@collabora.com>
Wed, 27 Feb 2019 11:27:21 +0000 (12:27 +0100)
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>
Mon, 1 Apr 2019 18:42:32 +0000 (18:42 +0000)
commit623d3b930eb0995a2a37d022b647c56613993762
tree0dacb324148a7b7e74f12f7becbf69859fdf36c9
parentabef4e4ea37da8f7972f2c6668fb55f47f0a3e3c
test: rtpbin_buffer_list: port to GStreamer 1.0

Port the rtpbin_buffer_list test to GStreamer 1.0 and re-enable it.

Some other changes include:
  - the check on the caps has been moved from the buffer level to the
    pad level;
  - remove underscore prefix from static functions names, this is not
    idiomatic in C and rarely used in the other tests;
  - the unused header_buffer variable has been removed;
  - check_group() has been renamed to check_packet() because in
    GStreamer 1.0 there is no concept of "group" anymore, the comments
    have also been updated to reflect this.
tests/check/elements/rtpbin_buffer_list.c