projects
/
profile
/
ivi
/
emotion.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cefe9e
)
segfault when cdiocddasrc element is missing fixed. We need it for cd audio.
author
doursse
<doursse>
Sun, 2 Apr 2006 14:36:54 +0000
(14:36 +0000)
committer
doursse
<doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 2 Apr 2006 14:36:54 +0000
(14:36 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@21737
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/modules/emotion_gstreamer.c
patch
|
blob
|
history
diff --git
a/src/modules/emotion_gstreamer.c
b/src/modules/emotion_gstreamer.c
index
867c1f8
..
0b744cb
100644
(file)
--- a/
src/modules/emotion_gstreamer.c
+++ b/
src/modules/emotion_gstreamer.c
@@
-1510,7
+1510,7
@@
static int _cdda_pipeline_build (void *video, const char * device, unsigned int
cdiocddasrc = gst_element_factory_make ("cdiocddasrc", "src");
if (!cdiocddasrc) {
- g
st_object_unref (GST_OBJECT (ev->pipeline)
);
+ g
_print ("cdiocddasrc element missing. Install it.\n"
);
return 0;
}