Bug 149017 - multimedia/gstreamer-ffmpeg not registering as a gst module after being installed, gst-inspect ffmpeg yielding no result, playback of mpeg-4 files not possible using the gstreamer backend
Summary: multimedia/gstreamer-ffmpeg not registering as a gst module after being insta...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 02:00 UTC by Ivan Georgiev
Modified: 2010-07-28 19:20 UTC (History)
0 users

See Also:


Attachments
file.txt (585 bytes, text/plain)
2010-07-28 02:00 UTC, Ivan Georgiev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Georgiev 2010-07-28 02:00:10 UTC
Trying to play mpeg-4 files in Gnome using the Totem player with the gstreamer backend is not possible.
The plugin responsible for mpeg-4 playback is gstreamer-ffmpeg. The plugin builds and installs fine from the ports collection, but subsequently is not detected as a plugin by the gstreamer plugin backend, making playback of file formats relying on the plugin not possible. The problem is inherent for version gstreamer-ffmpeg-0.10.11.

Fix: There is a patch provided which pathces the ports/gstreamer-ffmpeg Makefile and solves the problem. Patch was provided by kwm - Koop Mast. 

Patch attached with submission follows:
How-To-Repeat: Build the latest gnome metaport and try to play a mpeg-4 file using any player relying on the gstreamer backend.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-28 02:00:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-28 19:13:34 UTC
kwm         2010-07-28 18:13:19 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/gstreamer-ffmpeg Makefile 
  Log:
  Fix the gstreamer ffmpeg plugin but borrowing a fix from the ffmpeg port.
  
  PR:             ports/149017
  Submitted by:   Ivan Georgiev <iegeorgiev@gmail.com>
  
  Revision  Changes    Path
  1.38      +3 -0      ports/multimedia/gstreamer-ffmpeg/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2010-07-28 19:13:39 UTC
State Changed
From-To: open->closed

Committed thanks.