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 711188 - changing the filesink location when the pipeline is in READY state
changing the filesink location when the pipeline is in READY state
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-31 03:05 UTC by nar6du14
Modified: 2013-10-31 10:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nar6du14 2013-10-31 03:05:38 UTC
hello, 
I'm trying to change the location of the filesink element to another location after setting its pipeline to a ready state but this failed with: 

WARNING **: Changing the `location' property on filesink when a file is open is not supported.


the only solution is:

1) setting the pipeline to a ready state

2) setting the filesink element to a NULL state

3) setting the filesink location to NULL

4) setting the pipeline state back to the PLAYING state again
Comment 1 nar6du14 2013-10-31 03:09:00 UTC
some mistake in the 4) step 

4) setting again the filesink location property to the desired location a configure the pipeline to the PLAYING state
Comment 2 Sebastian Dröge (slomo) 2013-10-31 10:55:08 UTC
This is intentional and not a bug.