taginject: Add "scope" property
taginject plugin creates a tag using gst_tag_list_new_from_string(), which creates "stream scope" tag by default.
Some applications, e.g. VLC, and some audio devices do not show stream scope tag, but show global scope only.
This adds "scope" property to be able to set scope of the tag as "global".