tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / random / omega / TYPE_FOURCC
1 #define GST_TYPE_FOURCC(f) \
2 (((f)[0]) & ((f)[1] << 8) & ((f)[2] << 16) & ((f)[3] << 24))
3