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 456260 - Use decodebin2 for temporary clips.
Use decodebin2 for temporary clips.
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other All
: Normal normal
: 0.11.0
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-12 14:36 UTC by Thijs Vermeir
Modified: 2007-10-14 16:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
change decodebin to decodebin2 (556 bytes, patch)
2007-07-12 15:54 UTC, Thijs Vermeir
committed Details | Review

Description Thijs Vermeir 2007-07-12 14:36:42 UTC
Please describe the problem:
When I want to play a clip in the internal viewer only the screenshot of this clip is transferred to the internal viewer. The play button gives no reaction, just changing the icon from play to pause

Steps to reproduce:
1. Import a clip
2. Press right on the clip
3. The screenshot is in the internal viewer
4. This clip can not be started


Actual results:
Only showing the screenshot of the video. slidding in the video works, but not playing...

Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 Thijs Vermeir 2007-07-12 15:54:08 UTC
Created attachment 91681 [details] [review]
change decodebin to decodebin2

It looks like this small patch fixes the problem.
I changed the internal decodebin from the filesourcefactory to decodebin2...
Comment 2 Edward Hervey 2007-07-13 10:55:39 UTC
2007-07-13  Edward Hervey  <bilboed@bilboed.com>

	Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
	* pitivi/objectfactory.py:
	Use decodebin2 if available for temporary file sources.