mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
Remove deprecated methods.
Original commit message from CVS: Remove deprecated methods.
This commit is contained in:
parent
18258a76f9
commit
e665200c4c
2 changed files with 0 additions and 4 deletions
|
@ -32,8 +32,6 @@ int main(int argc,char *argv[]) {
|
||||||
gst_pad_connect(gst_element_get_pad(identity,"src"),
|
gst_pad_connect(gst_element_get_pad(identity,"src"),
|
||||||
gst_element_get_pad(sink,"sink"));
|
gst_element_get_pad(sink,"sink"));
|
||||||
|
|
||||||
g_print("--- creating a plan\n");
|
|
||||||
gst_bin_create_plan(GST_BIN(bin));
|
|
||||||
|
|
||||||
g_print("--- starting up\n");
|
g_print("--- starting up\n");
|
||||||
gst_bin_iterate(GST_BIN(bin));
|
gst_bin_iterate(GST_BIN(bin));
|
||||||
|
|
|
@ -35,8 +35,6 @@ int main(int argc,char *argv[]) {
|
||||||
g_print("--- setting up\n");
|
g_print("--- setting up\n");
|
||||||
gst_element_set_state(GST_ELEMENT(bin),GST_STATE_READY);
|
gst_element_set_state(GST_ELEMENT(bin),GST_STATE_READY);
|
||||||
|
|
||||||
g_print("--- creating plan\n");
|
|
||||||
gst_bin_create_plan(bin);
|
|
||||||
g_print("--- iterating\n");
|
g_print("--- iterating\n");
|
||||||
gst_bin_iterate(bin);
|
gst_bin_iterate(bin);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue