Buffer flag symbols are enum values, so |'ing together doesn't do the right thing...
authorjim thornton <jthornton@parc.com>
Tue, 2 Apr 2002 16:33:21 +0000 (16:33 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 2 Apr 2002 16:33:21 +0000 (16:33 +0000)
commit7fb5bcfdffb6695bedbad88dd9e39a07f46d863c
tree00e22ee14055cbb546d1b2a916653eb4769f6375
parentb2fa9adc5041d2370adc5905486ea851c680a4fd
Buffer flag symbols are enum values, so |'ing together doesn't do the right thing, must use GST_BUFFER_FLAG_SET macro

Original commit message from CVS:
patch from jim thornton <jthornton@parc.com>:

Buffer flag symbols are enum values, so |'ing together doesn't do the right
thing, must use GST_BUFFER_FLAG_SET macro
common
gst/elements/gstfilesrc.c
plugins/elements/gstfilesrc.c