Hi,
I used to have the work done with an older version of gstreamer with this pipeline: gst-launch filesrc location=input.raw_ ! h264parse ! video/x-h264, framerate=(fraction)25/1 ! avimux ! filesink location=output.avi but upgrading to : gst-launch-0.10 version 0.10.36 GStreamer 0.10.36 gst-plugins-bad - 0.10.23-r2 There's no more h264parse element in the bad plugins, which replacement should I use instead ? _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi Fribes,
h264parse is still a part of gst-plugins-bad in gstreamer version 0.10.36. Please check again. May be re-installation will help. Regards, Rahool
On Mon, Dec 10, 2012 at 4:33 PM, fribes <[hidden email]> wrote: Hi, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks Rahool, I check.
On 10 December 2012 13:39, Rahool Paliwal <[hidden email]> wrote: Hi Fribes, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In 0.10 series,
AFAICR, older "h264parse" is now known as "legacyh264parse" (in gst-plugins-bad/gst/h264parse) with the new "h264parse" being a part of videoparsers (gst-plugins-bad/gst/videoparsers). On Mon, Dec 10, 2012 at 7:17 PM, fribes <[hidden email]> wrote: > Thanks Rahool, I check. > > > > On 10 December 2012 13:39, Rahool Paliwal <[hidden email]> > wrote: >> >> Hi Fribes, >> h264parse is still a part of gst-plugins-bad in gstreamer version 0.10.36. >> Please check again. May be re-installation will help. >> Regards, >> Rahool >> >> On Mon, Dec 10, 2012 at 4:33 PM, fribes <[hidden email]> wrote: >>> >>> Hi, >>> >>> I used to have the work done with an older version of gstreamer with this >>> pipeline: >>> >>> gst-launch filesrc location=input.raw_ ! h264parse ! video/x-h264, >>> framerate=(fraction)25/1 ! avimux ! filesink location=output.avi >>> >>> but upgrading to : >>> >>> gst-launch-0.10 version 0.10.36 >>> GStreamer 0.10.36 >>> gst-plugins-bad - 0.10.23-r2 >>> >>> There's no more h264parse element in the bad plugins, which replacement >>> should I use instead ? >>> >>> >>> >>> _______________________________________________ >>> gstreamer-devel mailing list >>> [hidden email] >>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >>> >> >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >> > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Right, thanks !
On 10 December 2012 16:52, ved kpl <[hidden email]> wrote: In 0.10 series, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |