mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
rename properly
Original commit message from CVS: rename properly
This commit is contained in:
parent
3ed8195348
commit
6976f09876
1 changed files with 2 additions and 2 deletions
|
@ -371,8 +371,8 @@ setup_source (GstPlayBaseBin * play_base_bin)
|
|||
g_warning ("can't link source to typefind element");
|
||||
return FALSE;
|
||||
}
|
||||
sig1 = g_signal_connect (G_OBJECT (play_base_bin->decoder), "new_stream",
|
||||
G_CALLBACK (new_stream), play_base_bin);
|
||||
sig1 = g_signal_connect (G_OBJECT (play_base_bin->decoder),
|
||||
"new-decoded-pad", G_CALLBACK (new_stream), play_base_bin);
|
||||
sig2 = g_signal_connect (G_OBJECT (play_base_bin->decoder), "no-more-pads",
|
||||
G_CALLBACK (no_more_pads), play_base_bin);
|
||||
sig3 = g_signal_connect (G_OBJECT (play_base_bin->decoder), "unknown-type",
|
||||
|
|
Loading…
Reference in a new issue