Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-05-24 00:35:26 +0400
committerWim Taymans <wim.taymans@gmail.com>2001-05-24 00:35:26 +0400
commit368f85114cf03c192a256f12ca656010cc6f3f07 (patch)
tree83ee2c8e3a774b50d57a63b7273618969556b924
parentb6192470006a95006b9be5e299384a97d2855b36 (diff)
Some small modifications.BRANCH-INCSCHED1-200105231-FREEZE
Original commit message from CVS: Some small modifications.
-rw-r--r--test/video2mp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/video2mp1.c b/test/video2mp1.c
index 79b3a50c91..786f765350 100644
--- a/test/video2mp1.c
+++ b/test/video2mp1.c
@@ -54,7 +54,6 @@ gst_play_typefind (GstBin *bin, GstElement *element)
gst_pad_disconnect (gst_element_get_pad (element, "src"),
gst_element_get_pad (typefind, "sink"));
gst_bin_remove (bin, typefind);
- gst_object_unref (GST_OBJECT (typefind));
return caps;
}
@@ -174,6 +173,7 @@ int main(int argc,char *argv[])
exit (-1);
}
+ gst_object_ref (GST_OBJECT (disksrc));
gst_bin_remove (GST_BIN (bin), disksrc);
gst_object_destroy (GST_OBJECT (bin));