After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 490576 - after saving a recording, "play" will not play newer recordings
after saving a recording, "play" will not play newer recordings
Status: RESOLVED OBSOLETE
Product: gnome-media
Classification: Deprecated
Component: Gnome-Sound-Recorder
2.20.x
Other All
: Normal normal
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-26 16:37 UTC by Ori Avtalion
Modified: 2015-01-19 11:34 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
fix missing eos in sound recording (1.84 KB, patch)
2012-10-26 05:46 UTC, Yu Ning
none Details | Review

Description Ori Avtalion 2007-10-26 16:37:40 UTC
Please describe the problem:
After saving a recording, and clicking "record" again, the "play" button will only playback the saved recording instead of the most recent one.

Steps to reproduce:
1. Create a recording and save it.
2. Press "Record" to create a new recording.
3. Playback, expecting to hear your new recording. Instead, the old recording will play.
4. Pressing "Save" will save the new recording.


Actual results:


Expected results:


Does this happen every time?
Yes.

Other information:
"Play" should play the most recent recording. Having it play the old one might make the user think that the last "recording" was deleted when, actually, it can be saved by clicking "Save".
Comment 1 Marc-Andre Lureau 2008-01-22 07:42:06 UTC
Yes, that's unexpected.

I wonder if that was intentional. 

Changing to NEW.
Comment 2 Yu Ning 2012-10-26 05:46:19 UTC
Created attachment 227323 [details] [review]
fix missing eos in sound recording

I think this bug is due to a missed 'message::eos' signal from gst bus. I am not sure if this is a bug of gstreamer, but at least we can workaround this issue by sending a 'message::eos' signal manually.

The patch I attached has been tested in my own box, and it works quite well.
Comment 3 Bastien Nocera 2015-01-19 11:34:05 UTC
gnome-media has been obsolete since the release of GNOME 3, nearly 4 years ago. Furthermore, the gnome-sound-recorder program in gnome-media has been replaced by the stand-alone, rewritten, gnome-sound-recorder program which has a different interface.

The new program should not be affected by the bugs you filed, however, please make sure to file new bugs against the gnome-sound-recorder product.