I\'m trying out a GStreamer test application, but at runtime the following line fails: demuxer = gst_element_factory_make (\"oggdemux\", \"ogg-demuxer\"); // returns NULL
i am trying to stream the audio data across two systems and want to control the data rate if possible.