mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
b6d31c1c72
Original commit message from CVS: Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling system, breaking pulled buffers. Check mail archives for more details.
6 lines
108 B
C
6 lines
108 B
C
#include <gst/gst.h>
|
|
|
|
int main(int argc,char *argv[]) {
|
|
gst_init(&argc,&argv);
|
|
gst_plugin_load_all();
|
|
}
|