Home
last modified time | relevance | path

Searched refs:privatedata (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Did3mux.c48 static const guint8 privatedata[] = { 0x99, 0x66, 0x33, 0x11, 0x22, 0x44 }; variable
130 buf = gst_buffer_new_and_alloc (sizeof (privatedata)); in test_taglib_id3mux_create_tags()
131 gst_buffer_fill (buf, 0, privatedata, sizeof (privatedata)); in test_taglib_id3mux_create_tags()
296 fail_if (gst_buffer_memcmp (buf, 0, privatedata, sizeof (privatedata))); in test_taglib_id3mux_check_tags()