mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +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_element_get_pad(sink,"sink"));
|
||||
|
||||
g_print("--- creating a plan\n");
|
||||
gst_bin_create_plan(GST_BIN(bin));
|
||||
|
||||
g_print("--- starting up\n");
|
||||
gst_bin_iterate(GST_BIN(bin));
|
||||
|
|
|
@ -35,8 +35,6 @@ int main(int argc,char *argv[]) {
|
|||
g_print("--- setting up\n");
|
||||
gst_element_set_state(GST_ELEMENT(bin),GST_STATE_READY);
|
||||
|
||||
g_print("--- creating plan\n");
|
||||
gst_bin_create_plan(bin);
|
||||
g_print("--- iterating\n");
|
||||
gst_bin_iterate(bin);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue