# File gstreamer/sample/xml-ogg-player.rb, line 31
def read_pipeline(file)
    xml = Gst::XML.new
    xml.parse_file(file)
    xml.get_element("our_ogg_pipeline")
end