Comment 4 for bug 1137453

Revision history for this message
Johannes H. Jensen (joh) wrote :

Ah in that case you have me convinced! I tried your patch but there seems to be a problem:

** (alarm-clock-applet:8886): CRITICAL **: Could not create player.

Program received signal SIGSEGV, Segmentation fault.
0x0000000000409e0e in media_player_start (player=0x0) at player.c:236
236 bus = gst_pipeline_get_bus (GST_PIPELINE (player->player));

The segfault is probably because we previously failed to create the player (player=NULL).

Perhaps there are some more API changes with GStreamer 1.0 which were missed in the patch?